-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
32 lines (29 loc) · 1015 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/metrumresearchgroup/pkgr
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/dpastoor/goutils v1.2.0
github.com/fatih/structs v1.1.0
github.com/fatih/structtag v1.2.0
github.com/metrumresearchgroup/command v0.1.0
github.com/mholt/archiver/v3 v3.5.1
github.com/mitchellh/go-homedir v1.1.0
github.com/sajari/fuzzy v1.0.0
github.com/sebdah/goldie/v2 v2.5.3
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/thoas/go-funk v0.8.0
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
go.uber.org/automaxprocs v1.4.0
golang.org/x/mod v0.20.0
golang.org/x/tools v0.24.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
pault.ag/go/debian v0.0.0-20180722221659-90aeb542bd40
pault.ag/go/topsort v0.0.0-20160530003732-f98d2ad46e1a // indirect
)
go 1.16