X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fgo.mod;h=62946585262a0935dddf6c7591a1820122949b2b;hb=d2b9be015618ea5214a55c107cbdf1ef4b2ebb1f;hp=2ed9c80f7c9718f21c792293c13e76aa39aeee2f;hpb=197657e0e814c871b903ef779ad654b13347e430;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 2ed9c80..6294658 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,27 +1,43 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.43 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.43 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.43 - gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.2 + gerrit.o-ran-sc.org/r/com/golog v0.0.2 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.8 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.8.0 + github.com/fsnotify/fsnotify v1.4.9 github.com/golang/protobuf v1.4.2 github.com/gorilla/mux v1.7.0 github.com/magiconair/properties v1.8.1 - github.com/pelletier/go-toml v1.5.0 // indirect github.com/pkg/errors v0.8.1 - github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.4.0 + github.com/stretchr/testify v1.5.1 + gopkg.in/yaml.v2 v2.3.0 +) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/go-redis/redis v6.15.9+incompatible // indirect + github.com/hashicorp/hcl v1.0.0 // indirect + github.com/kr/pretty v0.2.0 // indirect + github.com/mitchellh/mapstructure v1.3.2 // indirect + github.com/pelletier/go-toml v1.8.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/spf13/afero v1.2.2 // indirect + github.com/spf13/cast v1.3.1 // indirect + github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/objx v0.2.0 // indirect - github.com/stretchr/testify v1.4.0 - go.uber.org/multierr v1.2.0 // indirect - go.uber.org/zap v1.11.0 - golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect - golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect - google.golang.org/appengine v1.6.1 // indirect + golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect + golang.org/x/text v0.3.2 // indirect + google.golang.org/protobuf v1.23.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect - gopkg.in/yaml.v2 v2.2.8 - k8s.io/client-go v0.17.0 + k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect ) -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0 + +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2 + +go 1.18