Skip to content

Commit 5e009a7

Browse files
authored
Some dependencies / tools updates (#140)
* dockerfile: update base iamge to alpine 3.14 Signed-off-by: Carlos Panato <[email protected]> * go: update dependencies Signed-off-by: Carlos Panato <[email protected]>
1 parent 6342f9f commit 5e009a7

File tree

3 files changed

+696
-390
lines changed

3 files changed

+696
-390
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.13
1+
FROM alpine:3.14
22

33
RUN apk --no-cache add ca-certificates git
44

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ go 1.16
44

55
require (
66
github.com/Songmu/retry v0.1.0
7-
github.com/golangci/golangci-lint v1.41.1
7+
github.com/golangci/golangci-lint v1.42.1
88
github.com/google/go-github/v36 v36.0.0
9-
github.com/goreleaser/goreleaser v0.172.1
9+
github.com/goreleaser/goreleaser v0.183.0
1010
github.com/magefile/mage v1.11.0
1111
github.com/mitchellh/go-homedir v1.1.0
1212
github.com/pkg/errors v0.9.1
13-
github.com/spf13/cobra v1.1.3
13+
github.com/spf13/cobra v1.2.1
1414
github.com/spf13/pflag v1.0.5
15-
github.com/spf13/viper v1.8.1
15+
github.com/spf13/viper v1.9.0
1616
github.com/stretchr/testify v1.7.0
17-
golang.org/x/oauth2 v0.0.0-20210622215436-a8dc77f794b6
18-
golang.org/x/tools v0.1.4
19-
helm.sh/helm/v3 v3.6.1
17+
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
18+
golang.org/x/tools v0.1.7
19+
helm.sh/helm/v3 v3.7.1
2020
)
2121

2222
replace (

0 commit comments

Comments
 (0)