mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 20:24:40 +07:00
53 lines
2.1 KiB
Modula-2
53 lines
2.1 KiB
Modula-2
module foo
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
|
|
github.com/cilium/ebpf v0.9.3
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/mzz2017/softwind v0.0.0-20221204151826-2987e0b05820
|
|
github.com/nadoo/glider v0.16.2
|
|
github.com/sagernet/sing-box v1.1.4
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/v2fly/v2ray-core/v5 v5.2.1
|
|
github.com/v2rayA/RoutingA-dist v0.0.1
|
|
github.com/v2rayA/shadowsocksR v1.0.4
|
|
github.com/vishvananda/netlink v1.1.0
|
|
golang.org/x/net v0.5.0
|
|
golang.org/x/sys v0.4.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
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-20200812162917-85c65e2d0165 // 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.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/miekg/dns v1.1.50 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mzz2017/disk-bloom v1.0.1 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
|
github.com/sagernet/sing v0.1.6-0.20230113035014-620a4e75cda6 // indirect
|
|
github.com/sagernet/sing-dns v0.1.2-0.20230113035038-f980624c0c4a // indirect
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb // indirect
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
|
|
gitlab.com/yawning/chacha20.git v0.0.0-20190903091407-6d1cb28dc72c // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
|
|
google.golang.org/grpc v1.51.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|
|
|
|
replace github.com/mzz2017/softwind => /home/mzz/goProjects/softwind
|