Update go.mod
[ric-plt/xapp-frame.git] / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame
2
3 go 1.12
4
5 require (
6         gerrit.o-ran-sc.org/r/com/golog v0.0.0
7         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.1.1
8         github.com/BurntSushi/toml v0.3.1 // indirect
9         github.com/fsnotify/fsnotify v1.4.7
10         github.com/gorilla/mux v1.7.1
11         github.com/prometheus/client_golang v0.9.3
12         github.com/spf13/viper v1.3.2
13 )
14
15 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.1.1
16
17 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.0-20190604083303-aaffc8ebe3f1