Skip to content

Commit

Permalink
Merge branch 'dependabot/go_modules/github.com/onsi/ginkgo/v2-2.20.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 5, 2024
2 parents 37defce + faf03e4 commit 5635c27
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 297 deletions.
20 changes: 17 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
module github.com/michaelklishin/rabbit-hole/v2

require (
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/ginkgo/v2 v2.20.1
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.1
github.com/rabbitmq/amqp091-go v1.10.0
)

require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // 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
golang.org/x/tools v0.24.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.16
go 1.22

toolchain go1.23.0
Loading

0 comments on commit 5635c27

Please sign in to comment.