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.
2 parents b957f47 + 742f6f1 commit 504a1e1Copy full SHA for 504a1e1
go.mod
@@ -39,7 +39,7 @@ require (
39
github.com/fahedouch/go-logrotate v0.3.0 //gomodjail:unconfined
40
github.com/fatih/color v1.18.0 //gomodjail:unconfined
41
github.com/fluent/fluent-logger-golang v1.9.0
42
- github.com/fsnotify/fsnotify v1.9.0
+ github.com/fsnotify/fsnotify v1.9.0 //gomodjail:unconfined
43
github.com/go-viper/mapstructure/v2 v2.2.1
44
github.com/ipfs/go-cid v0.5.0
45
github.com/klauspost/compress v1.18.0
@@ -69,7 +69,7 @@ require (
69
golang.org/x/text v0.24.0
70
gopkg.in/yaml.v3 v3.0.1
71
gotest.tools/v3 v3.5.2
72
- tags.cncf.io/container-device-interface v1.0.1
+ tags.cncf.io/container-device-interface v1.0.1 //gomodjail:unconfined
73
)
74
75
require (
0 commit comments