Skip to content

Commit

Permalink
chore: Upgrade and clean dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Dec 21, 2022
1 parent 6c0c2be commit d3a7f5c
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 55 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.14.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.13.0
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
github.com/thoas/go-funk v0.9.2
github.com/uber/jaeger-client-go v2.30.0+incompatible
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
Expand Down
Loading

0 comments on commit d3a7f5c

Please sign in to comment.