Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from postfinance/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
m4rx0 authored Feb 9, 2022
2 parents 01595bb + 6576090 commit e86994d
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 190 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
15 changes: 6 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ module github.com/postfinance/kubectl-ns
go 1.13

require (
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/fatih/color v1.10.0
github.com/spf13/cobra v1.1.3
github.com/fatih/color v1.13.0
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/ugorji/go v1.1.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/cli-runtime v0.20.4
k8s.io/client-go v0.20.4
k8s.io/api v0.23.3
k8s.io/apimachinery v0.23.3
k8s.io/cli-runtime v0.23.3
k8s.io/client-go v0.23.3
)
Loading

0 comments on commit e86994d

Please sign in to comment.