diff options
Diffstat (limited to 'mock-sdc/go.mod')
-rw-r--r-- | mock-sdc/go.mod | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mock-sdc/go.mod b/mock-sdc/go.mod new file mode 100644 index 0000000..a10cfa4 --- /dev/null +++ b/mock-sdc/go.mod @@ -0,0 +1,22 @@ +module onap/mock-sdc + +go 1.22.1 + +require ( + github.com/labstack/echo v3.3.10+incompatible + github.com/labstack/gommon v0.4.2 + github.com/satori/go.uuid v1.2.0 +) + +require ( + github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v1.2.2 // indirect + golang.org/x/crypto v0.31.0 // indirect + golang.org/x/net v0.21.0 // indirect + golang.org/x/sys v0.28.0 // indirect + golang.org/x/text v0.21.0 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect +) |