61 lines
2.7 KiB
Modula-2
61 lines
2.7 KiB
Modula-2
module github.com/rtr7/router7
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
|
github.com/digineo/go-ping v1.0.1
|
|
github.com/eclipse/paho.mqtt.golang v1.4.1
|
|
github.com/gokrazy/gokrazy v0.0.0-20220813173554-0d5434aefff7
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/nftables v0.0.0-20220830201608-64ce05980f1e
|
|
github.com/google/renameio v1.0.1
|
|
github.com/insomniacslk/dhcp v0.0.0-20220822114210-de18a9d48e84
|
|
github.com/jpillora/backoff v1.0.0
|
|
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
|
|
github.com/libdns/cloudflare v0.1.0
|
|
github.com/libdns/libdns v0.2.1
|
|
github.com/mdlayher/ethtool v0.0.0-20220830195143-0e16326d06d1
|
|
github.com/mdlayher/ndp v0.10.0
|
|
github.com/mdlayher/packet v1.0.0
|
|
github.com/miekg/dns v1.1.50
|
|
github.com/prometheus/client_golang v1.13.0
|
|
github.com/rtr7/dhcp4 v0.0.0-20220302171438-18c84d089b46
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
|
|
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
|
|
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/digineo/go-logwrap v0.0.0-20181106161722-a178c58ea3f0 // indirect
|
|
github.com/gokrazy/internal v0.0.0-20220129150711-9ed298107648 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/renameio/v2 v2.0.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/josharian/native v1.0.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mdlayher/genetlink v1.2.0 // indirect
|
|
github.com/mdlayher/netlink v1.6.0 // indirect
|
|
github.com/mdlayher/socket v0.2.3 // indirect
|
|
github.com/mdlayher/watchdog v0.0.0-20201005150459-8bdc4f41966b // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
|
|
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/tools v0.1.8 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
golang.zx2c4.com/wireguard v0.0.0-20220407013110-ef5c587f782d // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|