X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=53e88a4969af8931e70e61f73826083e13bc9e58;hb=6e8d970e6ec582bd4473c3fbb6772906658608ca;hp=2f87777ff5181cab68e014e1c6ba7088799269d3;hpb=0158faf85fa2465c5f6f6179b988295179717885;p=ric-plt%2Fricdms.git diff --git a/go.mod b/go.mod index 2f87777..53e88a4 100644 --- a/go.mod +++ b/go.mod @@ -32,8 +32,9 @@ require ( github.com/go-openapi/swag v0.21.1 github.com/go-openapi/validate v0.22.0 github.com/jessevdk/go-flags v1.5.0 - github.com/stretchr/testify v1.7.0 - golang.org/x/net v0.0.0-20220630215102-69896b714898 + github.com/stretchr/testify v1.8.0 + golang.org/x/net v0.0.0-20220722155237-a158d28d115b + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -49,10 +50,10 @@ require ( github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/oklog/ulid v1.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/objx v0.4.0 // indirect go.mongodb.org/mongo-driver v1.8.3 // indirect - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect k8s.io/utils v0.0.0-20220812165043-ad590609e2e5 // indirect )