X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=6f22d1fb7db678d282573aaeafe9af9c813017c2;hb=fbc56f981b7bd3387f7326401ceccbf31893a2ed;hp=053212c1ecaa2075405c25d59ca22dc7587f9c35;hpb=303e57cbddf5d0d5e77e2bf7ec60643fcf525419;p=ric-plt%2Fsubmgr.git diff --git a/go.mod b/go.mod index 053212c..6f22d1f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,10 @@ go 1.12 module gerrit.o-ran-sc.org/r/ric-plt/submgr -require gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.5 +require ( + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.5 + github.com/spf13/viper v1.3.2 +) replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.1.1