mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
25 lines
775 B
Modula-2
25 lines
775 B
Modula-2
module davidallendj/opaal
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/lestrrat-go/jwx v1.2.28
|
|
github.com/spf13/cobra v1.8.0
|
|
golang.org/x/net v0.10.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
)
|