We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a093733 commit 01819f4Copy full SHA for 01819f4
go.mod
@@ -7,7 +7,7 @@ toolchain go1.23.2
7
require (
8
github.com/fsnotify/fsnotify v1.8.0
9
github.com/go-logr/logr v1.4.2
10
- github.com/michaelklishin/rabbit-hole/v2 v2.16.0
+ github.com/michaelklishin/rabbit-hole/v3 v3.1.0
11
github.com/onsi/ginkgo/v2 v2.22.2
12
github.com/onsi/gomega v1.36.2
13
gopkg.in/ini.v1 v1.67.0
@@ -18,6 +18,7 @@ require (
18
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
19
github.com/google/go-cmp v0.6.0 // indirect
20
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
21
+ github.com/kr/pretty v0.2.1 // indirect
22
golang.org/x/net v0.33.0 // indirect
23
golang.org/x/sys v0.28.0 // indirect
24
golang.org/x/text v0.21.0 // indirect
0 commit comments