Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/golangci/golangci-lint from 1.38.0 to 1.51.1 in /go #1161

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ module github.com/replicate/keepsake/go
go 1.13

require (
cloud.google.com/go/storage v1.14.0
cloud.google.com/go/iam v0.10.0 // indirect
cloud.google.com/go/storage v1.27.0
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
github.com/aws/aws-sdk-go v1.37.26
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/golang/protobuf v1.4.3
github.com/golangci/golangci-lint v1.38.0
github.com/golang/protobuf v1.5.2
github.com/golangci/golangci-lint v1.51.1
github.com/hashicorp/go-uuid v1.0.2
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-isatty v0.0.17
github.com/mholt/archiver/v3 v3.3.3-0.20201013044347-a9434fffa1d1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-wordwrap v1.0.1
Expand All @@ -24,16 +25,16 @@ require (
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
github.com/segmentio/analytics-go v3.1.0+incompatible
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
github.com/xeonx/timeago v1.0.0-rc4
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/tools v0.1.0
google.golang.org/api v0.40.0
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/sync v0.1.0
golang.org/x/tools v0.5.0
google.golang.org/api v0.103.0
google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
gotest.tools/gotestsum v0.6.0
)
Loading