mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-23 01:24:45 +07:00
80 lines
3.5 KiB
Modula-2
80 lines
3.5 KiB
Modula-2
module github.com/daeuniverse/dae
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df
|
|
github.com/bits-and-blooms/bloom/v3 v3.5.0
|
|
github.com/cilium/ebpf v0.11.0
|
|
github.com/daeuniverse/dae-config-dist/go/dae_config v0.0.0-20230604120805-1c27619b592d
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/miekg/dns v1.1.55
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/mzz2017/softwind v0.0.0-20230708102709-26ff44839573
|
|
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
|
|
github.com/safchain/ethtool v0.3.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/v2rayA/ahocorasick-domain v0.0.0-20230218160829-122a074c48c8
|
|
github.com/vishvananda/netlink v1.1.0
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
|
golang.org/x/crypto v0.11.0
|
|
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
|
|
golang.org/x/sys v0.10.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/gaukas/godicttls v0.0.4 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/mzz2017/quic-go v0.0.0-20230706143320-cc858d4932b7 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
|
|
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/tools v0.11.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.8.0 // 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/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // 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 v1.16.5 // indirect
|
|
github.com/refraction-networking/utls v1.3.2
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
gitlab.com/yawning/chacha20.git v0.0.0-20230427033715-7877545b1b37 // indirect
|
|
golang.org/x/term v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
google.golang.org/grpc v1.56.2 // indirect
|
|
)
|
|
|
|
// replace github.com/mzz2017/softwind => ../softwind
|
|
|
|
// replace github.com/metacubex/quic-go => ../quic-go
|
|
|
|
//replace github.com/cilium/ebpf => /home/mzz/goProjects/ebpf
|
|
//replace github.com/daeuniverse/dae-config-dist/go/dae_config => /home/mzz/antlrProjects/dae-config/build/go/dae_config
|