We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3649d95 commit 8100ed9Copy full SHA for 8100ed9
1 file changed
go.mod
@@ -13,6 +13,7 @@ require (
13
github.com/dustin/go-humanize v1.0.1
14
github.com/ettle/strcase v0.2.0
15
github.com/expr-lang/expr v1.17.7
16
+ github.com/fsnotify/fsnotify v1.9.0
17
github.com/google/go-cmp v0.7.0
18
github.com/gopherjs/gopherjs v1.17.2
19
github.com/hashicorp/go-version v1.6.0
@@ -84,7 +85,6 @@ require (
84
85
github.com/docker/go-connections v0.5.0 // indirect
86
github.com/docker/go-units v0.5.0 // indirect
87
github.com/felixge/httpsnoop v1.0.4 // indirect
- github.com/fsnotify/fsnotify v1.9.0 // indirect
88
github.com/go-logr/logr v1.4.2 // indirect
89
github.com/go-logr/stdr v1.2.2 // indirect
90
github.com/go-ole/go-ole v1.2.6 // indirect
0 commit comments