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

Commit

Permalink
update go dependencies (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rx0 authored Feb 25, 2021
1 parent de8a886 commit ea75af4
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 5 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.15
go-version: 1.16
- 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.15
go-version: 1.16
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ module github.com/postfinance/kubectl-ctx
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.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
k8s.io/cli-runtime v0.19.3
k8s.io/client-go v0.19.3
github.com/ugorji/go v1.1.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
k8s.io/cli-runtime v0.20.4
k8s.io/client-go v0.20.4
)
Loading

0 comments on commit ea75af4

Please sign in to comment.