-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
76 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
module github.com/yoursunny/ndpresponder | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/fsouza/go-dockerclient v1.11.0 | ||
github.com/gopacket/gopacket v1.2.0 | ||
github.com/urfave/cli/v2 v2.27.2 | ||
github.com/vishvananda/netlink v1.2.1-beta.2 | ||
github.com/fsouza/go-dockerclient v1.12.0 | ||
github.com/gopacket/gopacket v1.3.1 | ||
github.com/urfave/cli/v2 v2.27.5 | ||
github.com/vishvananda/netlink v1.3.0 | ||
go.uber.org/zap v1.27.0 | ||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba | ||
golang.org/x/net v0.26.0 | ||
golang.org/x/sys v0.21.0 | ||
golang.org/x/net v0.31.0 | ||
golang.org/x/sys v0.27.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/containerd/containerd v1.6.26 // indirect | ||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/docker/docker v25.0.4+incompatible // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect | ||
github.com/docker/docker v27.3.1+incompatible // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/klauspost/compress v1.15.9 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/moby/docker-image-spec v1.3.1 // indirect | ||
github.com/moby/patternmatcher v0.6.0 // indirect | ||
github.com/moby/sys/sequential v0.5.0 // indirect | ||
github.com/moby/sys/user v0.1.0 // indirect | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
github.com/moby/sys/sequential v0.6.0 // indirect | ||
github.com/moby/sys/user v0.3.0 // indirect | ||
github.com/moby/sys/userns v0.1.0 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/mod v0.10.0 // indirect | ||
golang.org/x/tools v0.9.4-0.20230601214343-86c93e8732cc // indirect | ||
github.com/vishvananda/netns v0.0.5 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
) |
Oops, something went wrong.