File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ require (
77 github.com/avast/retry-go/v4 v4.6.0
88 github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c
99 github.com/golang/mock v1.6.0
10+ github.com/sirupsen/logrus v1.9.3
1011 github.com/stretchr/testify v1.10.0
1112 github.com/uber-go/tally/v4 v4.1.16
1213 go.uber.org/multierr v1.11.0
13- go.uber.org/zap v1.27.0
14+ go.uber.org/zap v1.27.1
1415)
1516
1617require (
@@ -19,7 +20,6 @@ require (
1920 github.com/kr/pretty v0.3.0 // indirect
2021 github.com/pmezard/go-difflib v1.0.0 // indirect
2122 github.com/rogpeppe/go-internal v1.8.1 // indirect
22- github.com/sirupsen/logrus v1.9.3 // indirect
2323 github.com/twmb/murmur3 v1.1.6 // indirect
2424 go.uber.org/atomic v1.10.0 // indirect
2525 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4=
123123go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
124124go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
125125go.uber.org/multierr v1.11.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
126- go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8 =
127- go.uber.org/zap v1.27.0 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
126+ go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc =
127+ go.uber.org/zap v1.27.1 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
128128golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
129129golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
130130golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
You can’t perform that action at this time.
0 commit comments