X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;fp=go.mod;h=01ff14743bd000bd92879443687d97df7a034f72;hb=ad906f6802d5d922de65405945f09775676fa539;hp=d7f676c285f1914e4a35a4269c9bf33b869f3de8;hpb=79c0ee65a3ff0ab62b1bbc7bc9be4fa510062313;p=ric-plt%2Fvespamgr.git diff --git a/go.mod b/go.mod old mode 100755 new mode 100644 index d7f676c..01ff147 --- a/go.mod +++ b/go.mod @@ -4,13 +4,12 @@ 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/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 )