|
1 | 1 | module janusec
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.24.1 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| - github.com/andybalholm/brotli v1.0.5 |
| 8 | + github.com/andybalholm/brotli v1.1.1 |
7 | 9 | github.com/bwmarrin/snowflake v0.3.0
|
8 |
| - github.com/dchest/captcha v1.0.0 |
9 |
| - github.com/glebarez/go-sqlite v1.21.0 |
10 |
| - github.com/go-ldap/ldap/v3 v3.4.4 |
11 |
| - github.com/google/nftables v0.1.0 |
12 |
| - github.com/gorilla/sessions v1.2.1 |
13 |
| - github.com/gorilla/websocket v1.5.0 |
14 |
| - github.com/lib/pq v1.10.7 |
15 |
| - github.com/miekg/dns v1.1.54 |
| 10 | + github.com/dchest/captcha v1.1.0 |
| 11 | + github.com/glebarez/go-sqlite v1.22.0 |
| 12 | + github.com/go-ldap/ldap/v3 v3.4.10 |
| 13 | + github.com/google/nftables v0.3.0 |
| 14 | + github.com/gorilla/sessions v1.4.0 |
| 15 | + github.com/gorilla/websocket v1.5.3 |
| 16 | + github.com/lib/pq v1.10.9 |
| 17 | + github.com/miekg/dns v1.1.63 |
16 | 18 | github.com/patrickmn/go-cache v2.1.0+incompatible
|
17 | 19 | github.com/shirou/gopsutil v3.21.11+incompatible
|
18 | 20 | github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
19 |
| - github.com/yookoala/gofast v0.7.0 |
20 |
| - golang.org/x/crypto v0.7.0 |
21 |
| - golang.org/x/net v0.8.0 |
| 21 | + github.com/yookoala/gofast v0.8.0 |
| 22 | + golang.org/x/crypto v0.36.0 |
| 23 | + golang.org/x/net v0.37.0 |
22 | 24 | )
|
23 | 25 |
|
24 | 26 | require (
|
25 | 27 | github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
26 | 28 | github.com/dustin/go-humanize v1.0.1 // indirect
|
27 |
| - github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect |
28 |
| - github.com/go-ole/go-ole v1.2.6 // indirect |
29 |
| - github.com/google/go-cmp v0.5.9 // indirect |
30 |
| - github.com/google/uuid v1.3.0 // indirect |
31 |
| - github.com/gorilla/securecookie v1.1.1 // indirect |
| 29 | + github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect |
| 30 | + github.com/go-ole/go-ole v1.3.0 // indirect |
| 31 | + github.com/google/go-cmp v0.7.0 // indirect |
| 32 | + github.com/google/uuid v1.6.0 // indirect |
| 33 | + github.com/gorilla/securecookie v1.1.2 // indirect |
32 | 34 | github.com/josharian/native v1.1.0 // indirect
|
33 |
| - github.com/mattn/go-isatty v0.0.17 // indirect |
34 |
| - github.com/mdlayher/netlink v1.7.1 // indirect |
35 |
| - github.com/mdlayher/socket v0.4.0 // indirect |
36 |
| - github.com/remyoudompheng/bigfft v0.0.0-20230126093431-47fa9a501578 // indirect |
| 35 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 36 | + github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42 // indirect |
| 37 | + github.com/mdlayher/socket v0.5.1 // indirect |
| 38 | + github.com/ncruces/go-strftime v0.1.9 // indirect |
| 39 | + github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect |
37 | 40 | github.com/stretchr/testify v1.8.1 // indirect
|
38 |
| - github.com/tklauser/go-sysconf v0.3.11 // indirect |
39 |
| - github.com/tklauser/numcpus v0.6.0 // indirect |
40 |
| - github.com/yusufpapurcu/wmi v1.2.2 // indirect |
41 |
| - golang.org/x/mod v0.9.0 // indirect |
42 |
| - golang.org/x/sync v0.1.0 // indirect |
43 |
| - golang.org/x/sys v0.6.0 // indirect |
44 |
| - golang.org/x/text v0.8.0 // indirect |
45 |
| - golang.org/x/tools v0.7.0 // indirect |
46 |
| - modernc.org/libc v1.22.2 // indirect |
47 |
| - modernc.org/mathutil v1.5.0 // indirect |
48 |
| - modernc.org/memory v1.5.0 // indirect |
49 |
| - modernc.org/sqlite v1.20.4 // indirect |
| 41 | + github.com/tklauser/go-sysconf v0.3.15 // indirect |
| 42 | + github.com/tklauser/numcpus v0.10.0 // indirect |
| 43 | + github.com/yusufpapurcu/wmi v1.2.4 // indirect |
| 44 | + golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect |
| 45 | + golang.org/x/mod v0.24.0 // indirect |
| 46 | + golang.org/x/sync v0.12.0 // indirect |
| 47 | + golang.org/x/sys v0.31.0 // indirect |
| 48 | + golang.org/x/text v0.23.0 // indirect |
| 49 | + golang.org/x/tools v0.31.0 // indirect |
| 50 | + modernc.org/libc v1.61.13 // indirect |
| 51 | + modernc.org/mathutil v1.7.1 // indirect |
| 52 | + modernc.org/memory v1.8.2 // indirect |
| 53 | + modernc.org/sqlite v1.36.0 // indirect |
50 | 54 | )
|
0 commit comments