mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
71 lines
3.0 KiB
Modula-2
71 lines
3.0 KiB
Modula-2
module github.com/juicity/juicity
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/daeuniverse/outbound v0.0.0-20250219135309-c607702d1c85
|
|
github.com/daeuniverse/quic-go v0.0.0-20250210145620-2083199a7851
|
|
github.com/google/uuid v1.3.0
|
|
github.com/miekg/dns v1.1.55
|
|
github.com/nadoo/glider v0.16.3
|
|
github.com/rs/zerolog v1.30.0
|
|
github.com/sourcegraph/conc v0.3.0
|
|
github.com/spf13/cobra v1.7.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
|
github.com/awnumar/fastrand v0.0.0-20210315215012-30ee0990fa2d // indirect
|
|
github.com/awnumar/memcall v0.0.0-20190816154910-db5ea08008a3 // indirect
|
|
github.com/awnumar/memguard v0.19.1 // indirect
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d // indirect
|
|
github.com/dgryski/go-idea v0.0.0-20170306091226-d2fb45a411fb // indirect
|
|
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
|
|
github.com/dgryski/go-rc2 v0.0.0-20150621095337-8a9021637152 // indirect
|
|
github.com/eknkc/basex v1.0.1 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mzz2017/disk-bloom v1.0.1 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/refraction-networking/utls v1.6.4 // indirect
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gitlab.com/yawning/chacha20.git v0.0.0-20230427033715-7877545b1b37 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/mock v0.5.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/crypto v0.33.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 // indirect
|
|
golang.org/x/mod v0.23.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
golang.org/x/tools v0.29.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
|
|
google.golang.org/grpc v1.57.0 // indirect
|
|
google.golang.org/protobuf v1.36.1 // indirect
|
|
)
|
|
|
|
replace github.com/nadoo/glider => github.com/juicity/glider v0.0.0-20230805143717-947042416fa6
|
|
|
|
// replace github.com/daeuniverse/softwind => ../softwind
|
|
|
|
// replace github.com/daeuniverse/quic-go => ../quic-go
|
|
|
|
// replace github.com/daeuniverse/quic-go => github.com/daeuniverse/quic-go v0.0.0-20230821141654-3dd2575ee6bc
|