This commit is contained in:
Michael Hohn
2024-01-29 12:01:25 -08:00
committed by =Michael Hohn
parent e6a8282391
commit 4713b001ff
6 changed files with 2996 additions and 1 deletions

2
go.mod
View File

@@ -4,12 +4,14 @@ go 1.19
require (
github.com/cli/go-gh v1.2.1
github.com/motemen/go-loghttp v0.0.0-20231107055348-29ae44b293f4
github.com/spf13/cobra v1.7.0
)
require (
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/motemen/go-nuts v0.0.0-20220604134737-2658d0104f31 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)