Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed Oct 7, 2024
1 parent 98524df commit e415c16
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 85 deletions.
20 changes: 8 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
module github.com/some-programs/natbwmon

go 1.22

toolchain go1.22.0
go 1.23.2

require (
github.com/benbjohnson/hashfs v0.2.2
github.com/coreos/go-iptables v0.7.0
github.com/coreos/go-iptables v0.8.0
github.com/florianl/go-conntrack v0.4.0
github.com/gizak/termui/v3 v3.1.0
github.com/go-pa/flagutil v0.1.0
github.com/justinas/alice v1.2.0
github.com/matryer/is v1.4.0
github.com/mxmCherry/movavg v1.1.0
github.com/mxmCherry/movavg v1.1.2
github.com/peterbourgon/ff/v3 v3.4.0
github.com/rs/zerolog v1.33.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
Expand All @@ -23,16 +21,14 @@ require (
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rs/xid v1.5.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
github.com/rs/xid v1.6.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)
Loading

0 comments on commit e415c16

Please sign in to comment.