Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pforemski committed Oct 26, 2023
1 parent eef89f1 commit 384a145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,21 @@ module github.com/bgpfix/bgpipe
go 1.21.0

require (
github.com/bgpfix/bgpfix v0.1.2
github.com/bgpfix/bgpfix v0.1.3
github.com/spf13/pflag v1.0.5
)

require (
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/puzpuzpuz/xsync/v3 v3.0.0 // indirect
)

require (
github.com/buger/jsonparser v1.1.1 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/knadh/koanf/providers/posflag v0.1.0
github.com/knadh/koanf/v2 v2.0.1
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/puzpuzpuz/xsync/v3 v3.0.0 // indirect
github.com/rs/zerolog v1.31.0
golang.org/x/sys v0.13.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/bgpfix/bgpfix v0.1.2 h1:/rtCGhbQr6IykVjybNZthUgzEu1cf7hAdwFotdASGcQ=
github.com/bgpfix/bgpfix v0.1.2/go.mod h1:Cz+WLqKyf4nTNnmBZwtvrd3gib+VzU6moK5KzviCPrk=
github.com/bgpfix/bgpfix v0.1.3 h1:SJKS2MqWBwxJJGPxTjx364cCj9h2QS+dXH7HF1bwSt4=
github.com/bgpfix/bgpfix v0.1.3/go.mod h1:Cz+WLqKyf4nTNnmBZwtvrd3gib+VzU6moK5KzviCPrk=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down

0 comments on commit 384a145

Please sign in to comment.