-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
25 lines (23 loc) · 1.21 KB
/
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/remind101/deploy
go 1.16
require (
bitbucket.org/kardianos/osext v0.0.0-20181027061946-15c52d0993e9 // indirect
github.com/bmizerany/assert v0.0.0-20120716205630-e17e99893cb6 // indirect
github.com/fhs/go-netrc v1.0.0 // indirect
github.com/github/hub v2.11.2+incompatible
github.com/google/go-github/v35 v35.3.0
github.com/inconshreveable/go-update v0.0.0-20141015175313-221d034a558b
github.com/jingweno/go-sawyer v0.0.0-20140729165055-1999ae5763d6 // indirect
github.com/jtacoma/uritemplates v0.0.0-20131025021339-0a85813ecac2 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kr/binarydist v0.0.0-20120828065244-9955b0ab8708 // indirect
github.com/kr/pretty v0.0.0-20140812000539-f31442d60e51 // indirect
github.com/kr/text v0.0.0-20130911015532-6807e777504f // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/octokit/go-octokit v0.4.1-0.20141117142748-69099306b45a
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)