tr4proute-dhcp/go.mod

28 lines
1.0 KiB
Modula-2

module git.tcp.direct/kayos/tr4proute-dhcp
go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/gopacket v1.1.19
github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prologic/bitcask v0.3.10
github.com/rs/zerolog v1.22.0
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
github.com/willf/bitset v1.1.11
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)