We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7264dd4 commit c6753bdCopy full SHA for c6753bd
2 files changed
go.mod
@@ -16,7 +16,6 @@ require (
16
github.com/stretchr/testify v1.10.0
17
github.com/tidwall/gjson v1.18.0
18
github.com/tidwall/pretty v1.2.1
19
- github.com/tidwall/sjson v1.2.5
20
github.com/urfave/cli-docs/v3 v3.0.0-alpha6
21
github.com/urfave/cli/v3 v3.3.2
22
golang.org/x/sys v0.38.0
@@ -65,6 +64,7 @@ require (
65
64
github.com/sirupsen/logrus v1.9.3 // indirect
66
github.com/tidwall/match v1.1.1 // indirect
67
github.com/vbatts/tar-split v0.12.2 // indirect
+ github.com/tidwall/sjson v1.2.5 // indirect
68
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
69
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
70
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
pkg/cmd/util.go
0 commit comments