mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 01:15:41 +08:00
30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
module github.com/nadoo/glider
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
|
|
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d
|
|
github.com/dgryski/go-idea v0.0.0-20170306091226-d2fb45a411fb
|
|
github.com/dgryski/go-rc2 v0.0.0-20150621095337-8a9021637152
|
|
github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5
|
|
github.com/nadoo/conflag v0.3.1
|
|
github.com/nadoo/ipset v0.5.0
|
|
github.com/xtaci/kcp-go/v5 v5.6.12
|
|
golang.org/x/crypto v0.26.0
|
|
golang.org/x/sys v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/ebfe/rc2 v0.0.0-20131011165748-24b9757f5521 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
github.com/klauspost/reedsolomon v1.12.3 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/templexxx/cpu v0.1.1 // indirect
|
|
github.com/templexxx/xorsimd v0.4.3 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
)
|