Skip to content

Commit 72d82e7

Browse files
committed
Upgrade dependencies
Signed-off-by: Cornelius Weig <[email protected]>
1 parent 3a88868 commit 72d82e7

File tree

4 files changed

+145
-77
lines changed

4 files changed

+145
-77
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Upload binaries to release
7373
if: contains(github.ref, 'tags')
74-
uses: svenstaro/upload-release-action@v1-release
74+
uses: svenstaro/upload-release-action@v2
7575
with:
7676
repo_token: ${{ secrets.GITHUB_TOKEN }}
7777
# hacky glob pattern because this does not accept multiple patterns

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ require (
99
github.com/konsorten/go-windows-terminal-sequences v1.0.3
1010
github.com/pkg/errors v0.9.1
1111
github.com/sirupsen/logrus v1.7.0
12-
github.com/spf13/cobra v1.1.1
13-
github.com/stretchr/testify v1.6.1
14-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
15-
k8s.io/api v0.19.4
16-
k8s.io/apimachinery v0.19.4
17-
k8s.io/cli-runtime v0.19.4
18-
k8s.io/client-go v0.19.4
12+
github.com/spf13/cobra v1.1.3
13+
github.com/stretchr/testify v1.7.0
14+
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
15+
k8s.io/api v0.20.2
16+
k8s.io/apimachinery v0.20.2
17+
k8s.io/cli-runtime v0.20.2
18+
k8s.io/client-go v0.20.2
1919
)
2020

2121
go 1.15

0 commit comments

Comments
 (0)