~bigbes/sr-ht-spec

e5927f582c8f4bff0659eac52e3bf4de85de0d87 — bigbes 27 days ago cac9fe1
chore: promote go-arg to a direct dependency

specsrht-migrate embeds brant's cli.Args, which is go-arg based, so the
toolchain reclassifies it. No version changed and no module was added.
1 files changed, 1 insertions(+), 1 deletions(-)

M go.mod
M go.mod => go.mod +1 -1
@@ 4,6 4,7 @@ go 1.26.4

require (
	git.sr.ht/~bitfehler/brant v0.5.1
	github.com/alexflint/go-arg v1.6.0
	github.com/blevesearch/bleve/v2 v2.6.0
	github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
	github.com/go-chi/chi/v5 v5.3.1


@@ 28,7 29,6 @@ require (
	github.com/ProtonMail/go-crypto v1.3.0 // indirect
	github.com/RoaringBitmap/roaring/v2 v2.14.5 // indirect
	github.com/agnivade/levenshtein v1.1.1 // indirect
	github.com/alexflint/go-arg v1.6.0 // indirect
	github.com/alexflint/go-scalar v1.2.0 // indirect
	github.com/beorn7/perks v1.0.1 // indirect
	github.com/bits-and-blooms/bitset v1.24.2 // indirect