-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (28 loc) · 1.14 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/whawty/auth
go 1.20
require (
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/glauth/ldap v0.0.0-20240419171521-1f14f5c1b4ad
github.com/gosuri/uitable v0.0.4
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
github.com/spreadspace/tlsconfig v0.0.0-20241103004759-f0a1a084fc43
github.com/urfave/cli v1.22.16
golang.org/x/crypto v0.32.0
gopkg.in/spreadspace/scryptauth.v2 v2.0.0-20160119001838-d2c0fcba7783
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
)