We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a21264 commit e9613baCopy full SHA for e9613ba
1 file changed
go.mod
@@ -25,7 +25,7 @@ require (
25
github.com/rs/zerolog v1.33.0
26
github.com/samber/lo v1.47.0
27
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
28
- github.com/spf13/cobra v1.8.1
+ github.com/spf13/cobra v1.9.0
29
github.com/stretchr/testify v1.10.0
30
github.com/thoas/go-funk v0.9.3
31
go.opentelemetry.io/otel v1.34.0
@@ -81,7 +81,7 @@ require (
81
github.com/oapi-codegen/runtime v1.1.1 // indirect
82
github.com/pierrec/lz4/v4 v4.1.22 // indirect
83
github.com/pmezard/go-difflib v1.0.0 // indirect
84
- github.com/spf13/pflag v1.0.5 // indirect
+ github.com/spf13/pflag v1.0.6 // indirect
85
github.com/stoewer/go-strcase v1.3.0 // indirect
86
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
87
github.com/zeebo/xxh3 v1.0.2 // indirect
0 commit comments