module github.com/free5gc/openapi

go 1.14

require (
	github.com/antihax/optional v1.0.0
	github.com/golang-jwt/jwt v3.2.1+incompatible
	github.com/mitchellh/mapstructure v1.4.1
	github.com/stretchr/testify v1.7.0
	golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
	golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
	gopkg.in/h2non/gock.v1 v1.1.2
)
