21 lines
565 B
Modula-2
21 lines
565 B
Modula-2
module github.com/sundowndev/covermyass/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.2.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cobra v1.6.0
|
|
github.com/stretchr/testify v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|