PMM-12893 go mod tidy

This commit is contained in:
Artem Gavrilov 2024-02-19 14:03:11 +02:00
parent a2e83b2456
commit b33837eae2

2
go.mod
View File

@ -17,6 +17,7 @@ require (
github.com/smartystreets/goconvey v1.8.1 github.com/smartystreets/goconvey v1.8.1
github.com/stretchr/testify v1.8.4 github.com/stretchr/testify v1.8.4
github.com/tklauser/go-sysconf v0.3.13 github.com/tklauser/go-sysconf v0.3.13
golang.org/x/sync v0.2.0
golang.org/x/sys v0.17.0 golang.org/x/sys v0.17.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v2 v2.4.0
@ -47,7 +48,6 @@ require (
golang.org/x/crypto v0.17.0 // indirect golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/text v0.14.0 // indirect golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect google.golang.org/protobuf v1.31.0 // indirect