44 lines
1.7 KiB
Modula-2
44 lines
1.7 KiB
Modula-2
module git.thequux.com/thequux/ipasso
|
|
|
|
go 1.20
|
|
|
|
replace github.com/go-ldap/ldap => ./_patch/go-ldap
|
|
|
|
require (
|
|
github.com/CloudyKit/jet/v6 v6.2.0
|
|
github.com/go-ldap/ldap v3.0.3+incompatible
|
|
github.com/go-ldap/ldap/v3 v3.4.6
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
gitlab.com/jamietanna/content-negotiation-go v0.2.0
|
|
go.uber.org/zap v1.26.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
|
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
github.com/ory/hydra-client-go/v2 v2.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/redis/go-redis/v9 v9.2.1 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/crypto v0.13.0 // indirect
|
|
golang.org/x/net v0.15.0 // indirect
|
|
golang.org/x/oauth2 v0.7.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|