37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module github.com/natto1784/gitea-release-resource
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
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-20190213212951-d06e56a500db
|
|
github.com/onsi/ginkgo v1.7.0
|
|
github.com/onsi/gomega v1.4.3
|
|
github.com/xanzy/go-gitlab v0.12.0
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/hashicorp/go-version v1.4.0 // indirect
|
|
github.com/hpcloud/tail v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kr/pty v1.1.1 // indirect
|
|
github.com/kr/text v0.1.0 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|