Skip to content

Commit 01819f4

Browse files
committed
Update deps
1 parent a093733 commit 01819f4

File tree

5 files changed

+9
-235
lines changed

5 files changed

+9
-235
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.2
77
require (
88
github.com/fsnotify/fsnotify v1.8.0
99
github.com/go-logr/logr v1.4.2
10-
github.com/michaelklishin/rabbit-hole/v2 v2.16.0
10+
github.com/michaelklishin/rabbit-hole/v3 v3.1.0
1111
github.com/onsi/ginkgo/v2 v2.22.2
1212
github.com/onsi/gomega v1.36.2
1313
gopkg.in/ini.v1 v1.67.0
@@ -18,6 +18,7 @@ require (
1818
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
1919
github.com/google/go-cmp v0.6.0 // indirect
2020
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
21+
github.com/kr/pretty v0.2.1 // indirect
2122
golang.org/x/net v0.33.0 // indirect
2223
golang.org/x/sys v0.28.0 // indirect
2324
golang.org/x/text v0.21.0 // indirect

0 commit comments

Comments
 (0)