X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=dce81f4438d99c81defa3089702d860d2cd838a3;hb=a1c3215e1958ae48bee83e3f44856c6df420d293;hp=d7f676c285f1914e4a35a4269c9bf33b869f3de8;hpb=e3d0c380a0a0191c31d3b66e59747ab496d50f6e;p=ric-plt%2Fvespamgr.git diff --git a/go.mod b/go.mod old mode 100755 new mode 100644 index d7f676c..dce81f4 --- a/go.mod +++ b/go.mod @@ -2,15 +2,14 @@ module gerrit.o-ran-sc.org/r/ric-plt/vespamgr 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.8.1 +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 -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.7.0 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/com/golog.git v0.0.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.2.4 + gopkg.in/yaml.v2 v2.3.0 )