chore: updated go deps

This commit is contained in:
David Allen 2025-08-29 19:26:13 -06:00
parent 08a9b9bdcf
commit dc6818e1e2
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 15 additions and 0 deletions

3
go.mod
View file

@ -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