X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=go.mod;h=dce81f4438d99c81defa3089702d860d2cd838a3;hb=93583d93c2fceab7e37b507c3fccfdd514dfa019;hp=28b0888b809587e949c081c50ee9661a7b68844e;hpb=f4833542de88280ac84f9d41418e338988fec0e4;p=ric-plt%2Fvespamgr.git diff --git a/go.mod b/go.mod index 28b0888..dce81f4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gerrit.o-ran-sc.org/r/ric-plt/vespamgr -go 1.16 +go 1.13 replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.1 @@ -9,7 +9,7 @@ replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdl replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.1 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 github.com/stretchr/testify v1.5.1 gopkg.in/yaml.v2 v2.3.0 )