Skip to content
Snippets Groups Projects
This project manages its dependencies using Go Modules. Learn more
go.mod 1.41 KiB
module github.com/oidc-mytoken/server

go 1.14

require (
	github.com/GeertJohan/go.rice v1.0.2
	github.com/Songmu/prompter v0.4.0
	github.com/andybalholm/brotli v1.0.1 // indirect
	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.5.0
	github.com/gofiber/helmet/v2 v2.1.0
	github.com/gofiber/template v1.6.7
	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.7 // 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.19.0
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
	golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
	golang.org/x/oauth2 v0.0.0-20210125201302-af13f521f196
	golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // 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
)