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.31.0 to 1.33.0 #43

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
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.14

require (
contrib.go.opencensus.io/exporter/prometheus v0.2.0
github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/Shopify/sarama v1.27.2
github.com/antonmedv/expr v1.8.9
Expand All @@ -23,7 +22,7 @@ require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.2
github.com/golangci/golangci-lint v1.31.0
github.com/golangci/golangci-lint v1.33.0
github.com/google/addlicense v0.0.0-20200622132530-df58acafd6d5
github.com/google/go-cmp v0.5.2
github.com/google/go-github v17.0.0+incompatible
Expand All @@ -45,12 +44,12 @@ require (
github.com/prometheus/common v0.14.0
github.com/prometheus/prometheus v1.8.2-0.20201105135750-00f16d1ac3a4
github.com/rs/cors v1.7.0
github.com/securego/gosec/v2 v2.4.0
github.com/securego/gosec/v2 v2.5.0
github.com/shirou/gopsutil v3.20.10+incompatible
github.com/soheilhy/cmux v0.1.4
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/tcnksm/ghr v0.13.0
Expand All @@ -60,9 +59,9 @@ require (
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20201008064518-c1f3e3309c71
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634
golang.org/x/text v0.3.3
golang.org/x/tools v0.0.0-20201008025239-9df69603baec
golang.org/x/tools v0.0.0-20201013201025-64a9e34f3752
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
google.golang.org/grpc v1.33.1
google.golang.org/grpc/examples v0.0.0-20200728065043-dfc0c05b2da9 // indirect
Expand Down
Loading