2020-02-15 20:41:54 +01:00
|
|
|
module github.com/rtr7/router7
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2021-01-09 15:32:30 -08:00
|
|
|
replace github.com/gokrazy/gokrazy => git.narnian.us/lordwelch/gokrazy v0.0.0-20210109232047-4e1975ff77aa
|
2020-08-22 10:53:05 -07:00
|
|
|
|
2020-02-15 20:41:54 +01:00
|
|
|
require (
|
|
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
2021-01-09 15:32:30 -08:00
|
|
|
github.com/digineo/go-ping v1.0.1
|
|
|
|
github.com/gokrazy/gokrazy v0.0.0-20210108081039-067330db5542
|
|
|
|
github.com/google/go-cmp v0.5.4
|
|
|
|
github.com/google/gopacket v1.1.19
|
|
|
|
github.com/google/nftables v0.0.0-20201230142148-715e31cb3c31
|
|
|
|
github.com/google/renameio v1.0.0
|
|
|
|
github.com/insomniacslk/dhcp v0.0.0-20201112113307-4de412bc85d8
|
2020-02-15 20:41:54 +01:00
|
|
|
github.com/jpillora/backoff v1.0.0
|
2020-06-23 02:16:53 -07:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-02-15 20:41:54 +01:00
|
|
|
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
|
2020-05-28 17:22:24 +02:00
|
|
|
github.com/libdns/cloudflare v0.0.0-20200528144945-97886e7873b1
|
2021-01-09 15:32:30 -08:00
|
|
|
github.com/libdns/libdns v0.1.0
|
2020-07-06 17:02:09 -07:00
|
|
|
github.com/mdlayher/ndp v0.0.0-20200602162440-17ab9e3e5567
|
2020-02-15 20:41:54 +01:00
|
|
|
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
|
2021-01-09 15:32:30 -08:00
|
|
|
github.com/miekg/dns v1.1.35
|
2020-06-23 02:16:53 -07:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2021-01-09 15:32:30 -08:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2020-02-15 20:41:54 +01:00
|
|
|
github.com/rtr7/dhcp4 v0.0.0-20181120124042-778e8c2e24a5
|
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
|
|
github.com/u-root/u-root v6.0.0+incompatible // indirect
|
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2021-01-09 15:32:30 -08:00
|
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
2020-07-06 17:02:09 -07:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2021-01-09 15:32:30 -08:00
|
|
|
golang.org/x/sys v0.0.0-20210108172913-0df2131ae363
|
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
|
|
golang.zx2c4.com/wireguard v0.0.20201118 // indirect
|
2020-07-06 17:02:09 -07:00
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-06-23 02:16:53 -07:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-02-15 20:41:54 +01:00
|
|
|
)
|