-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 810 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/mackee/release-request
go 1.15
require (
github.com/golang/protobuf v0.0.0-20171021043952-1643683e1b54 // indirect
github.com/google/go-github v14.0.1-0.20171108000855-8c08f4fba5e0+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/kayac/go-config v0.5.1
github.com/pkg/errors v0.9.1
golang.org/x/net v0.0.0-20171107184841-a337091b0525 // indirect
golang.org/x/oauth2 v0.0.0-20171106152852-9ff8ebcc8e24
golang.org/x/sync v0.0.0-20171101214715-fd80eb99c8f6
google.golang.org/appengine v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.3.0
)