chore: updated go deps
This commit is contained in:
parent
08a9b9bdcf
commit
dc6818e1e2
2 changed files with 15 additions and 0 deletions
3
go.mod
3
go.mod
|
|
@ -13,7 +13,9 @@ require (
|
|||
github.com/rs/zerolog v1.34.0
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/tidwall/sjson v1.2.5
|
||||
go.yaml.in/yaml/v3 v3.0.4
|
||||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -22,6 +24,7 @@ require (
|
|||
github.com/goccy/go-json v0.10.3 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/kr/pretty v0.3.1 // indirect
|
||||
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
||||
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
||||
github.com/lestrrat-go/httprc v1.0.6 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue