Skip to content

Commit

Permalink
Update dependencies (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
Bogdan Drutu authored Mar 4, 2021
1 parent 0480fab commit 7f22fcf
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 156 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ linters-settings:
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Fatalf

enable-all: true
# TODO: Enable this and fix the alignment issues.
disable:
- fieldalignment

golint:
# minimal confidence for issues, default is 0.8
Expand Down
16 changes: 7 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ go 1.13

require (
github.com/client9/misspell v0.3.4
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
github.com/golangci/golangci-lint v1.31.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
github.com/golangci/golangci-lint v1.38.0
github.com/google/addlicense v0.0.0-20200906110928-a0294312aa76
github.com/jaegertracing/jaeger v1.20.0
github.com/jaegertracing/jaeger v1.22.0
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/ory/go-acc v0.2.6
github.com/pavius/impi v0.0.3
github.com/stretchr/testify v1.6.1
go.opencensus.io v0.22.4
golang.org/x/tools v0.0.0-20201007032633-0806396f153e // indirect
google.golang.org/protobuf v1.25.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.5
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.23.0
honnef.co/go/tools v0.1.2
)
Loading

0 comments on commit 7f22fcf

Please sign in to comment.