[RICPLT-1898] - Replace http router to gorilla-mux + UT + Automation code
[ric-plt/e2mgr.git] / E2Manager / go.mod
index e9e73e4..1a279a7 100644 (file)
@@ -8,7 +8,8 @@ require (
        github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
        github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
        github.com/golang/protobuf v1.3.1
-       github.com/julienschmidt/httprouter v1.2.0
+       github.com/gorilla/context v1.1.1 // indirect
+       github.com/gorilla/mux v1.6.2
        github.com/pkg/errors v0.8.1
        github.com/spf13/viper v1.4.0
        github.com/stretchr/testify v1.3.0