chore: update references and imports

This commit is contained in:
David Allen 2025-04-26 18:12:21 -06:00
parent 3809ec2c1e
commit f02c29917a
Signed by: towk
GPG key ID: 0430CDBE22619155
5 changed files with 21 additions and 10 deletions

2
go.mod
View file

@ -23,7 +23,6 @@ require (
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
)
@ -32,6 +31,7 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect