module github.com/oidc-mytoken/server go 1.16 require ( github.com/Songmu/prompter v0.5.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.6.0 github.com/go-sql-driver/mysql v1.6.0 github.com/gofiber/fiber/v2 v2.14.0 github.com/gofiber/helmet/v2 v2.1.7 github.com/gofiber/template v1.6.13 github.com/ip2location/ip2location-go v8.3.0+incompatible github.com/jessevdk/go-flags v1.5.0 github.com/jinzhu/copier v0.3.2 github.com/jmoiron/sqlx v1.3.4 github.com/lestrrat-go/jwx v1.2.4 github.com/oidc-mytoken/api v0.0.0-20210730065550-117f733ae8a1 github.com/oidc-mytoken/lib v0.2.1-0.20210611134913-0c477174fc1f github.com/pkg/errors v0.9.1 github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.8.1 github.com/valyala/fasthttp v1.28.0 github.com/zachmann/cli/v2 v2.3.1-0.20210512144416-96dd678d93c7 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a golang.org/x/mod v0.4.2 golang.org/x/oauth2 v0.0.0-20210125201302-af13f521f196 golang.org/x/term v0.0.0-20210503060354-a79de5458b56 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b )