41 lines
1.7 KiB
Modula-2
41 lines
1.7 KiB
Modula-2
module git.icod.de/dalu/ginoidc
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
git.icod.de/dalu/oidc v0.0.0-20211114153130-b0d46aaec342
|
|
github.com/gin-gonic/gin v1.7.4
|
|
)
|
|
|
|
require (
|
|
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
github.com/goccy/go-json v0.7.10 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.0 // indirect
|
|
github.com/lestrrat-go/iter v1.0.1 // indirect
|
|
github.com/lestrrat-go/jwx v1.2.11 // indirect
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.6 // indirect
|
|
github.com/zclconf/go-cty v1.10.0 // indirect
|
|
go.uber.org/ratelimit v0.2.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|