This commit is contained in:
Michael Hohn
2024-05-10 10:07:50 -07:00
committed by =Michael Hohn
parent 1fdf5064b7
commit 12b9bd9858
5 changed files with 52 additions and 0 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)