File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/bmatcuk/doublestar/v4 v4.10.0
1010 github.com/bradleyfalzon/ghinstallation/v2 v2.17.0
1111 github.com/briandowns/spinner v1.23.2
12- github.com/cactus/go-statsd-client/v5 v5.1 .0
12+ github.com/cactus/go-statsd-client/v6 v6.0 .0
1313 github.com/drmaxgit/go-azuredevops v0.13.2
1414 github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
1515 github.com/go-playground/validator/v10 v10.30.2
@@ -77,6 +77,7 @@ require (
7777 github.com/aymerick/douceur v0.2.0 // indirect
7878 github.com/beorn7/perks v1.0.1 // indirect
7979 github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
80+ github.com/cactus/go-statsd-client/v5 v5.0.0 // indirect
8081 github.com/cespare/xxhash/v2 v2.3.0 // indirect
8182 github.com/cloudflare/circl v1.6.3 // indirect
8283 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Original file line number Diff line number Diff line change @@ -86,8 +86,10 @@ github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdb
8686github.qkg1.top/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA =
8787github.qkg1.top/bsm/gomega v1.27.10 /go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0 =
8888github.qkg1.top/bwesterb/go-ristretto v1.2.3 /go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0 =
89- github.com/cactus/go-statsd-client/v5 v5.1.0 h1:sbbdfIl9PgisjEoXzvXI1lwUKWElngsjJKaZeC021P4 =
90- github.com/cactus/go-statsd-client/v5 v5.1.0 /go.mod h1:COEvJ1E+/E2L4q6QE5CkjWPi4eeDw9maJBMIuMPBZbY =
89+ github.com/cactus/go-statsd-client/v5 v5.0.0 h1:KqvIQtc9qt34uq+nu4nd1PwingWfBt/IISgtUQ2nSJk =
90+ github.com/cactus/go-statsd-client/v5 v5.0.0 /go.mod h1:COEvJ1E+/E2L4q6QE5CkjWPi4eeDw9maJBMIuMPBZbY =
91+ github.com/cactus/go-statsd-client/v6 v6.0.0 h1:Cua85wGzgbkNTKNGZ2fLU+Tc+yUaDhlxcCI9SvuPSRw =
92+ github.com/cactus/go-statsd-client/v6 v6.0.0 /go.mod h1:rB9hA96R/roluLuuNFTdfnzs5XTUkMxRHgNDqfgTVGY =
9193github.qkg1.top/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
9294github.qkg1.top/cespare/xxhash/v2 v2.1.1 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
9395github.qkg1.top/cespare/xxhash/v2 v2.1.2 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
Original file line number Diff line number Diff line change 99 "strings"
1010 "time"
1111
12- "github.com/cactus/go-statsd-client/v5 /statsd"
12+ "github.com/cactus/go-statsd-client/v6 /statsd"
1313 "github.com/runatlantis/atlantis/server/core/config/valid"
1414 "github.com/runatlantis/atlantis/server/logging"
1515 tally "github.com/uber-go/tally/v4"
You can’t perform that action at this time.
0 commit comments