module github.com/oidc-mytoken/server go 1.16 require ( github.com/Songmu/prompter v0.4.0 github.com/coreos/go-oidc/v3 v3.0.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/fatih/structs v1.1.0 github.com/go-resty/resty/v2 v2.4.0 github.com/go-sql-driver/mysql v1.5.0 github.com/gofiber/fiber/v2 v2.6.0 github.com/gofiber/helmet/v2 v2.1.0 github.com/gofiber/template v1.6.8-0.20210323091014-7512de5ec3e9 github.com/golang/protobuf v1.4.3 // indirect github.com/ip2location/ip2location-go v8.3.0+incompatible github.com/jessevdk/go-flags v1.4.0 github.com/jinzhu/copier v0.1.0 github.com/jmoiron/sqlx v1.3.1 github.com/klauspost/compress v1.11.12 // indirect github.com/lestrrat-go/backoff/v2 v2.0.7 // indirect github.com/lestrrat-go/httpcc v1.0.0 // indirect github.com/lestrrat-go/iter v1.0.0 // indirect github.com/lestrrat-go/jwx v1.0.8 github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.7.0 github.com/valyala/fasthttp v1.22.0 github.com/valyala/tcplisten v1.0.0 // indirect golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 golang.org/x/oauth2 v0.0.0-20210125201302-af13f521f196 golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d // indirect golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect google.golang.org/appengine v1.6.7 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b )