-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 984 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
module github.com/dereulenspiegel/taplist
go 1.15
require (
github.com/99designs/gqlgen v0.13.0
github.com/dereulenspiegel/go-brewchild v0.0.0-20201230205811-2d17893083ee
github.com/gobuffalo/packr/v2 v2.8.1
github.com/jinzhu/copier v0.1.0
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/rogpeppe/go-internal v1.6.2 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/vektah/gqlparser/v2 v2.1.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20201226215659-b1c90890d22a // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)