Skip to content

Commit

Permalink
Merge branch 'main' into zap-logger-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed May 3, 2023
2 parents 2399815 + d9bf1bf commit e4844ac
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 42 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.44.228
github.com/aws/aws-sdk-go v1.44.254
github.com/billhathaway/consistentHash v0.0.0-20140718022140-addea16d2229
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
github.com/go-kit/kit v0.12.0
Expand All @@ -18,23 +18,23 @@ require (
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
github.com/justinas/alice v1.2.0
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/miekg/dns v1.1.52
github.com/miekg/dns v1.1.54
github.com/mitchellh/mapstructure v1.5.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.15.0
github.com/segmentio/ksuid v1.0.4
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cast v1.5.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
github.com/ugorji/go/codec v1.2.8
github.com/xmidt-org/argus v0.9.9
github.com/xmidt-org/candlelight v0.0.15
github.com/xmidt-org/sallust v0.2.1
github.com/ugorji/go v1.2.7 // indirect
github.com/ugorji/go/codec v1.2.11
github.com/xmidt-org/argus v0.9.10
github.com/xmidt-org/candlelight v0.0.16
github.com/xmidt-org/sallust v0.2.2
github.com/xmidt-org/themis v0.4.14
github.com/xmidt-org/wrp-go/v3 v3.1.4
github.com/xmidt-org/wrp-go/v3 v3.1.6
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0
go.uber.org/fx v1.19.2
go.uber.org/zap v1.24.0
golang.org/x/tools v0.5.0 // indirect
)

0 comments on commit e4844ac

Please sign in to comment.