X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;fp=go.mod;h=28b0888b809587e949c081c50ee9661a7b68844e;hb=f4833542de88280ac84f9d41418e338988fec0e4;hp=01ff14743bd000bd92879443687d97df7a034f72;hpb=09f38588102d13e94f6fd42ed5c6b2777ec71d25;p=ric-plt%2Fvespamgr.git diff --git a/go.mod b/go.mod index 01ff147..28b0888 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,15 @@ module gerrit.o-ran-sc.org/r/ric-plt/vespamgr -go 1.13 +go 1.16 -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.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/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.1 github.com/stretchr/testify v1.5.1 gopkg.in/yaml.v2 v2.3.0 )