Skip to content

Commit

Permalink
dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eiginn committed Jan 3, 2023
1 parent b5e84ea commit 1c86449
Show file tree
Hide file tree
Showing 467 changed files with 39,212 additions and 28,385 deletions.
39 changes: 25 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
module github.com/eiginn/nftrace

go 1.16
go 1.19

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/coreos/go-iptables v0.5.0
github.com/florianl/go-nflog/v2 v2.0.1-0.20210227082804-4fecbe25c137
github.com/gofrs/flock v0.8.0
github.com/google/go-cmp v0.5.5 // indirect
github.com/coreos/go-iptables v0.6.0
github.com/florianl/go-nflog/v2 v2.0.1
github.com/gofrs/flock v0.8.1
github.com/google/gopacket v1.1.19
github.com/lorenzosaino/go-sysctl v0.1.1
github.com/x-way/pktdump v0.0.2
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210326220855-61e056675ecf // indirect
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
github.com/lorenzosaino/go-sysctl v0.3.1
github.com/x-way/pktdump v0.0.4
gopkg.in/alecthomas/kingpin.v2 v2.2.6
honnef.co/go/tools v0.1.3 // indirect
)

require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
github.com/mdlayher/netlink v1.4.1 // indirect
github.com/mdlayher/socket v0.0.0-20210307095302-262dc9984e00 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/tools v0.1.11 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
honnef.co/go/tools v0.3.2 // indirect
)
120 changes: 58 additions & 62 deletions go.sum

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions vendor/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions vendor/github.com/BurntSushi/toml/.travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions vendor/github.com/BurntSushi/toml/Makefile

This file was deleted.

101 changes: 47 additions & 54 deletions vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c86449

Please sign in to comment.