-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update all dependency packages, Merge branch 'prodev'
- Loading branch information
Showing
2 changed files
with
182 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,54 @@ | ||
module janusec | ||
|
||
go 1.19 | ||
go 1.23.0 | ||
|
||
toolchain go1.24.1 | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.5 | ||
github.com/andybalholm/brotli v1.1.1 | ||
github.com/bwmarrin/snowflake v0.3.0 | ||
github.com/dchest/captcha v1.0.0 | ||
github.com/glebarez/go-sqlite v1.21.0 | ||
github.com/go-ldap/ldap/v3 v3.4.4 | ||
github.com/google/nftables v0.1.0 | ||
github.com/gorilla/sessions v1.2.1 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/lib/pq v1.10.7 | ||
github.com/miekg/dns v1.1.54 | ||
github.com/dchest/captcha v1.1.0 | ||
github.com/glebarez/go-sqlite v1.22.0 | ||
github.com/go-ldap/ldap/v3 v3.4.10 | ||
github.com/google/nftables v0.3.0 | ||
github.com/gorilla/sessions v1.4.0 | ||
github.com/gorilla/websocket v1.5.3 | ||
github.com/lib/pq v1.10.9 | ||
github.com/miekg/dns v1.1.63 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/shirou/gopsutil v3.21.11+incompatible | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e | ||
github.com/yookoala/gofast v0.7.0 | ||
golang.org/x/crypto v0.7.0 | ||
golang.org/x/net v0.8.0 | ||
github.com/yookoala/gofast v0.8.0 | ||
golang.org/x/crypto v0.36.0 | ||
golang.org/x/net v0.37.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/securecookie v1.1.1 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/google/go-cmp v0.7.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/securecookie v1.1.2 // indirect | ||
github.com/josharian/native v1.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mdlayher/netlink v1.7.1 // indirect | ||
github.com/mdlayher/socket v0.4.0 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230126093431-47fa9a501578 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42 // indirect | ||
github.com/mdlayher/socket v0.5.1 // indirect | ||
github.com/ncruces/go-strftime v0.1.9 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/stretchr/testify v1.8.1 // indirect | ||
github.com/tklauser/go-sysconf v0.3.11 // indirect | ||
github.com/tklauser/numcpus v0.6.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
golang.org/x/mod v0.9.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/tools v0.7.0 // indirect | ||
modernc.org/libc v1.22.2 // indirect | ||
modernc.org/mathutil v1.5.0 // indirect | ||
modernc.org/memory v1.5.0 // indirect | ||
modernc.org/sqlite v1.20.4 // indirect | ||
github.com/tklauser/go-sysconf v0.3.15 // indirect | ||
github.com/tklauser/numcpus v0.10.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect | ||
golang.org/x/mod v0.24.0 // indirect | ||
golang.org/x/sync v0.12.0 // indirect | ||
golang.org/x/sys v0.31.0 // indirect | ||
golang.org/x/text v0.23.0 // indirect | ||
golang.org/x/tools v0.31.0 // indirect | ||
modernc.org/libc v1.61.13 // indirect | ||
modernc.org/mathutil v1.7.1 // indirect | ||
modernc.org/memory v1.8.2 // indirect | ||
modernc.org/sqlite v1.36.0 // indirect | ||
) |
Oops, something went wrong.