Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/vendor/inet.af/netaddr/go.mod

10 lines
281 B

module inet.af/netaddr
go 1.12
require (
github.com/dvyukov/go-fuzz v0.0.0-20210103155950-6a8e9d1f2415
go4.org/intern v0.0.0-20210108033219-3eb7198706b2
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/tools v0.1.0 // indirect
)