all repos — searchix @ 1286fe68ca5bf512eb7b0173bf69b3b41168d227

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: switch flag-parsing library

Alan Pearce
commit

1286fe68ca5bf512eb7b0173bf69b3b41168d227

parent

10578989f55b175f0110a093e6c8f9a0ae16d6c2

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -5,7 +5,6 @@
require ( alin.ovh/gomponents v1.6.0 alin.ovh/x v1.0.0 - badc0de.net/pkg/flagutil v1.0.1 github.com/Southclaws/fault v0.8.2 github.com/andybalholm/brotli v1.1.1 github.com/asdine/storm/v3 v3.2.1
@@ -16,6 +15,7 @@ github.com/crewjam/csp v0.0.2
github.com/dustin/go-humanize v1.0.1 github.com/fsnotify/fsnotify v1.9.0 github.com/getsentry/sentry-go v0.33.0 + github.com/jessevdk/go-flags v1.6.1 github.com/mitchellh/mapstructure v1.5.0 github.com/osdevisnot/sorvor v0.4.4 github.com/pelletier/go-toml/v2 v2.2.4