Update Go deps (#2868)
--- github.com/IBM/sarama v1.41.3 [v1.42.0] github.com/gorilla/mux v1.8.0 [v1.8.1] github.com/spf13/cobra v1.7.0 [v1.8.0] Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ module kafka_pub
|
||||
|
||||
go 1.21
|
||||
|
||||
require github.com/IBM/sarama v1.41.2
|
||||
require github.com/IBM/sarama v1.42.0
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
@@ -21,6 +21,6 @@ require (
|
||||
github.com/klauspost/compress v1.16.7 // indirect
|
||||
github.com/pierrec/lz4/v4 v4.1.18 // indirect
|
||||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
||||
golang.org/x/crypto v0.13.0 // indirect
|
||||
golang.org/x/net v0.15.0 // indirect
|
||||
golang.org/x/crypto v0.14.0 // indirect
|
||||
golang.org/x/net v0.17.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user