Skip to content

Commit

Permalink
updated go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Apr 26, 2023
1 parent 009dbed commit 66db552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/xmidt-org/scytale
go 1.19

require (
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
github.com/go-kit/kit v0.12.0
github.com/go-kit/log v0.2.1
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
Expand All @@ -22,13 +23,13 @@ require (
github.com/xmidt-org/webpa-common/v2 v2.0.7
github.com/xmidt-org/wrp-go/v3 v3.1.6
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.40.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.24.0
)

require (
emperror.dev/emperror v0.33.0 // indirect
emperror.dev/errors v0.8.1 // indirect
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.44.103 // indirect
Expand Down Expand Up @@ -111,7 +112,6 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/dig v1.15.0 // indirect
go.uber.org/fx v1.18.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.7.0 // indirect
Expand Down

0 comments on commit 66db552

Please sign in to comment.