-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
22 lines (20 loc) · 804 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
module github.com/code-cafe/git-phlow
go 1.13
require (
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/briandowns/spinner v1.10.0
github.com/fatih/color v1.7.0
github.com/go-errors/errors v1.0.1
github.com/go-ini/ini v1.55.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0 // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v0.0.6
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
)