X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=servicemanager%2Fgo.mod;fp=servicemanager%2Fgo.mod;h=6be0d03c37825a84fef9271664ba9cc9c4ccc7a2;hb=cbac30ac2136aebbc76a69f197a782ab94d083e8;hp=0000000000000000000000000000000000000000;hpb=8ff4d0377ccd9b3c10bc9fb247b7136bba3eb6d7;p=nonrtric%2Fplt%2Fsme.git diff --git a/servicemanager/go.mod b/servicemanager/go.mod new file mode 100644 index 0000000..6be0d03 --- /dev/null +++ b/servicemanager/go.mod @@ -0,0 +1,40 @@ +module oransc.org/nonrtric/servicemanager + +go 1.19 + +require ( + github.com/deepmap/oapi-codegen v1.11.0 + github.com/getkin/kin-openapi v0.106.0 + github.com/go-resty/resty/v2 v2.10.0 + github.com/joho/godotenv v1.5.1 + github.com/labstack/echo/v4 v4.9.1 + github.com/sirupsen/logrus v1.9.3 + github.com/stretchr/testify v1.7.1 +) + +require gopkg.in/yaml.v2 v2.4.0 // indirect + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/go-openapi/jsonpointer v0.19.5 // indirect + github.com/go-openapi/swag v0.21.1 // indirect + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect + github.com/google/uuid v1.3.0 // indirect + github.com/gorilla/mux v1.8.0 // indirect + github.com/invopop/yaml v0.1.0 // indirect + github.com/josharian/intern v1.0.0 // indirect + github.com/labstack/gommon v0.4.0 // indirect + github.com/mailru/easyjson v0.7.7 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.18 // indirect + github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v1.2.2 // indirect + golang.org/x/crypto v0.14.0 // indirect + golang.org/x/net v0.17.0 // indirect + golang.org/x/sys v0.13.0 // indirect + golang.org/x/text v0.13.0 // indirect + golang.org/x/time v0.3.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +)