Skip to content

Commit

Permalink
Bump go version + libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mougams committed Aug 23, 2024
1 parent de10830 commit 8b2c7fb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 107 deletions.
23 changes: 13 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
module github.com/criteo/traffic-mirroring

go 1.20
go 1.22

require (
github.com/criteo/haproxy-spoe-go v1.0.6
github.com/emicklei/dot v1.6.2
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/google/cel-go v0.11.2
github.com/golang/protobuf v1.5.4
github.com/google/cel-go v0.21.0
github.com/google/gopacket v1.1.19
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.26.0
github.com/rakyll/statik v0.1.7
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6
google.golang.org/protobuf v1.33.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
google.golang.org/protobuf v1.34.2
)

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/antlr/antlr4 v0.0.0-20210114010855-d34d2e1c271a // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -31,8 +31,11 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 8b2c7fb

Please sign in to comment.