module github.com/tailscale/wf

go 1.18

require (
	github.com/google/go-cmp v0.5.5
	github.com/peterbourgon/ff/v3 v3.0.0
	go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
	golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
	honnef.co/go/tools v0.3.2
)

require (
	github.com/BurntSushi/toml v0.4.1 // indirect
	golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
	golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
	golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f // indirect
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)