First version of generated CAPIF
Change-Id: I3237d5da6649be09f266b560e60c9bbfe5f02b49
diff --git a/capif/go.mod b/capif/go.mod
new file mode 100644
index 0000000..6678203
--- /dev/null
+++ b/capif/go.mod
@@ -0,0 +1,33 @@
+module oransc.org/nonrtric/plt/capif
+
+go 1.17
+
+require (
+ github.com/deepmap/oapi-codegen v1.9.1
+ github.com/getkin/kin-openapi v0.89.0
+ github.com/labstack/echo/v4 v4.6.3
+ github.com/stretchr/testify v1.7.0
+)
+
+require (
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/ghodss/yaml v1.0.0 // indirect
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
+ github.com/go-openapi/swag v0.19.5 // indirect
+ github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
+ github.com/gorilla/mux v1.8.0 // indirect
+ github.com/labstack/gommon v0.3.1 // indirect
+ github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
+ github.com/mattn/go-colorable v0.1.11 // indirect
+ github.com/mattn/go-isatty v0.0.14 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
+ github.com/valyala/fasttemplate v1.2.1 // indirect
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
+ golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
+ golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
+ golang.org/x/text v0.3.7 // indirect
+ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+)