-
Notifications
You must be signed in to change notification settings - Fork 24
/
go.mod
22 lines (20 loc) · 865 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/bitsbeats/drone-tree-config
go 1.13
require (
github.com/drone/drone-go v1.5.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-github/v33 v33.0.0
github.com/google/uuid v1.1.5
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/wbrefvem/go-bitbucket v0.0.0-20190128183802-fc08fd046abb
github.com/xanzy/go-gitlab v0.42.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)