First draft of check and out

This commit is contained in:
Ed
2018-12-16 19:17:03 -05:00
parent bf7e6d5e02
commit bc89091d9f
6 changed files with 219 additions and 363 deletions

9
go.mod
View File

@@ -1 +1,10 @@
module github.com/edtan/gitlab-release-resource
require (
github.com/concourse/github-release-resource v1.0.0
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4
github.com/google/go-github v17.0.0+incompatible
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286
github.com/xanzy/go-gitlab v0.12.0
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
)