New standard GO project layout
[ric-plt/appmgr.git] / go.mod
1 module gerrit.oran-osc.org/r/ric-plt/appmgr
2
3 go 1.12
4
5 require (
6         gerrit.oran-osc.org/r/ric-plt/sdlgo v0.0.0
7         github.com/fsnotify/fsnotify v1.4.7
8         github.com/gorilla/mux v1.7.1
9         github.com/mitchellh/mapstructure v1.1.2
10         github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75
11         github.com/segmentio/ksuid v1.0.2
12         github.com/spf13/viper v1.3.2
13         gopkg.in/yaml.v2 v2.2.2
14 )
15
16 replace gerrit.oran-osc.org/r/ric-plt/sdlgo => ./internal/sdlgo