X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=go.mod;h=6a22825f7420fee88c99b4c88427a71472fa97ad;hb=refs%2Fchanges%2F06%2F506%2F1;hp=43c6a6f92a1753407a2c1395cd3c1f16f0011cdb;hpb=193caf9d7e08b84a0b9c1f0352924a7efd77e77c;p=ric-plt%2Fappmgr.git diff --git a/go.mod b/go.mod old mode 100755 new mode 100644 index 43c6a6f..6a22825 --- a/go.mod +++ b/go.mod @@ -3,14 +3,20 @@ module gerrit.oran-osc.org/r/ric-plt/appmgr go 1.12 require ( + gerrit.o-ran-sc.org/r/com/golog v0.0.1 gerrit.oran-osc.org/r/ric-plt/sdlgo v0.0.0 + github.com/BurntSushi/toml v0.3.1 // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/gorilla/mux v1.7.1 - github.com/mitchellh/mapstructure v1.1.2 github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75 github.com/segmentio/ksuid v1.0.2 github.com/spf13/viper v1.3.2 - gopkg.in/yaml.v2 v2.2.2 + github.com/valyala/fastjson v1.4.1 + github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect + github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect + github.com/xeipuuv/gojsonschema v1.1.0 ) -replace gerrit.oran-osc.org/r/ric-plt/sdlgo => ./internal/sdlgo +replace gerrit.oran-osc.org/r/ric-plt/sdlgo => gerrit.oran-osc.org/r/ric-plt/sdlgo.git v0.0.1 + +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1