64 lines
2.9 KiB
Modula-2
64 lines
2.9 KiB
Modula-2
module github.com/rtr7/router7
|
|
|
|
go 1.17
|
|
|
|
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.3.4
|
|
github.com/gokrazy/gokrazy v0.0.0-20220221222403-63413ccafb12
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/nftables v0.0.0-20210514154851-a285acebcad3
|
|
github.com/google/renameio v1.0.1
|
|
github.com/insomniacslk/dhcp v0.0.0-20210528123148-fb4eaaa00ad2
|
|
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.0
|
|
github.com/mdlayher/ndp v0.10.0
|
|
github.com/mdlayher/packet v1.0.0
|
|
github.com/miekg/dns v1.1.42
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/rtr7/dhcp4 v0.0.0-20220221221838-73f36ca31019
|
|
github.com/vishvananda/netlink v1.1.1-0.20200221165523-c79a4b7b4066
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
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/breakglass v0.0.0-20220430192718-c21964dfd8fa // indirect
|
|
github.com/gokrazy/gdns v0.0.0-20220514124957-d7f5ba0b35b4 // indirect
|
|
github.com/gokrazy/internal v0.0.0-20220430192544-1821f343e404 // indirect
|
|
github.com/gokrazy/timestamps v0.0.0-20200713073712-54fdc319126e // 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/koneu/natend v0.0.0-20150829182554-ec0926ea948d // 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/raw v0.1.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.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/stapelberg/zkj-nas-tools v0.0.0-20220501145700-85e445a284c8 // indirect
|
|
github.com/u-root/uio v0.0.0-20210528151154-e40b768296a7 // indirect
|
|
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
|
|
golang.zx2c4.com/wireguard v0.0.0-20220601130007-6a08d81f6bc4 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
rsc.io/goversion v1.2.0 // indirect
|
|
)
|