| module oransc.org/nonrtric/capifinvoker |
| |
| go 1.19 |
| |
| require ( |
| github.com/deepmap/oapi-codegen v1.12.4 |
| github.com/getkin/kin-openapi v0.116.0 |
| github.com/labstack/echo/v4 v4.10.2 |
| github.com/sirupsen/logrus v1.9.0 |
| ) |
| |
| require ( |
| github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| github.com/go-openapi/swag v0.21.1 // indirect |
| github.com/google/uuid v1.3.0 // indirect |
| github.com/invopop/yaml v0.1.0 // indirect |
| github.com/josharian/intern v1.0.0 // indirect |
| github.com/mailru/easyjson v0.7.7 // indirect |
| github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect |
| github.com/perimeterx/marshmallow v1.1.4 // indirect |
| gopkg.in/yaml.v2 v2.4.0 |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |
| |
| require ( |
| github.com/labstack/gommon v0.4.0 |
| github.com/mattn/go-colorable v0.1.13 // indirect |
| github.com/mattn/go-isatty v0.0.17 // indirect |
| github.com/valyala/bytebufferpool v1.0.0 // indirect |
| github.com/valyala/fasttemplate v1.2.2 // indirect |
| golang.org/x/crypto v0.6.0 // indirect |
| golang.org/x/net v0.7.0 // indirect |
| golang.org/x/sys v0.5.0 // indirect |
| golang.org/x/text v0.7.0 // indirect |
| ) |