Tidy go mod

This commit is contained in:
Melon 2022-06-25 12:51:38 +01:00
parent 5dc97b6f2c
commit 2e99a6b1c9
Signed by: melon
GPG Key ID: B0ADD5395BCDAAB6
1 changed files with 6 additions and 0 deletions

6
go.mod
View File

@ -7,3 +7,9 @@ require (
github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c
github.com/spf13/pflag v1.0.5
)
require (
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
)