mirror of
https://github.com/qtgolang/SunnyNet.git
synced 2026-08-30 22:11:29 -07:00
54 lines
1.8 KiB
Modula-2
54 lines
1.8 KiB
Modula-2
module github.com/qtgolang/SunnyNet
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Trisia/gosysproxy v1.1.0
|
|
github.com/andybalholm/brotli v1.1.1
|
|
github.com/bogdanfinn/tls-client v1.11.2
|
|
github.com/bwesterb/go-ristretto v1.2.3
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/go-resty/resty/v2 v2.16.5
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/uuid v1.6.0
|
|
github.com/klauspost/compress v1.17.11
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/tidwall/sjson v1.2.5
|
|
github.com/yusufpapurcu/wmi v1.2.4
|
|
golang.org/x/crypto v0.36.0
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
|
golang.org/x/image v0.23.0
|
|
golang.org/x/net v0.38.0
|
|
golang.org/x/sync v0.12.0
|
|
golang.org/x/sys v0.31.0
|
|
golang.org/x/term v0.30.0
|
|
golang.org/x/text v0.23.0
|
|
google.golang.org/protobuf v1.36.1
|
|
software.sslmate.com/src/go-pkcs12 v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/bogdanfinn/fhttp v0.6.2 // indirect
|
|
github.com/bogdanfinn/quic-go-utls v1.0.4-utls // indirect
|
|
github.com/bogdanfinn/utls v1.7.4-barnius // indirect
|
|
github.com/cloudflare/circl v1.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.10.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.8.0 // indirect
|
|
go.uber.org/mock v0.5.0 // indirect
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
golang.org/x/tools v0.22.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|