nethttpoidc/go.mod

27 lines
918 B
Modula-2
Raw Normal View History

2022-12-19 14:13:00 +01:00
module code.icod.de/dalu/nethttpoidc
2024-11-26 23:03:14 +01:00
go 1.21
2022-12-19 14:13:00 +01:00
2024-11-26 23:03:14 +01:00
toolchain go1.23.3
require code.icod.de/dalu/oidc v0.0.0-20241126215649-eb821d08bbc4
2022-12-19 14:13:00 +01:00
require (
2024-11-26 23:03:14 +01:00
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
2022-12-19 14:13:00 +01:00
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
2024-11-26 23:03:14 +01:00
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
2022-12-19 14:13:00 +01:00
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
2024-11-26 23:03:14 +01:00
github.com/lestrrat-go/jwx v1.2.30 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
2022-12-19 14:13:00 +01:00
github.com/pkg/errors v0.9.1 // indirect
2024-11-26 23:03:14 +01:00
github.com/zclconf/go-cty v1.15.0 // indirect
go.uber.org/ratelimit v0.3.1 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/text v0.20.0 // indirect
2022-12-19 14:13:00 +01:00
)