-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from chazlever/link-types
Change gopacket dependency to use updated fork
- Loading branch information
Showing
5 changed files
with
29 additions
and
97 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ application without any arguments. | |
rickybobby [global options] command [command options] [arguments...] | ||
|
||
VERSION: | ||
1.0.4 | ||
1.0.5 | ||
|
||
AUTHOR: | ||
Chaz Lever <[email protected]> | ||
|
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,12 +1,30 @@ | ||
module github.com/chazlever/rickybobby | ||
|
||
go 1.12 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/google/gopacket v1.1.19 | ||
github.com/gopacket/gopacket v1.3.0 | ||
github.com/hamba/avro/v2 v2.26.0 | ||
github.com/miekg/dns v1.1.62 | ||
github.com/pkg/profile v1.7.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
gopkg.in/urfave/cli.v1 v1.20.0 | ||
) | ||
|
||
require ( | ||
github.com/felixge/fgprof v0.9.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
) |
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