Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
clean up nramqp go.mod
  • Loading branch information
iamemilio authored Oct 18, 2023
1 parent 8dce62a commit 12551d1
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions v3/integrations/nramqp/go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
module github.com/newrelic/go-agent/v3/integrations/nramqp

go 1.19.0
go 1.19

require (
github.com/newrelic/go-agent/v3 v3.27.0
github.com/rabbitmq/amqp091-go v1.9.0
)

require (
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/klauspost/compress v1.17.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.50.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

0 comments on commit 12551d1

Please sign in to comment.