2021-05-25 14:08:27 +02:00
|
|
|
module github.com/woodpecker-ci/woodpecker
|
2019-10-24 09:34:31 +02:00
|
|
|
|
2021-02-19 10:43:03 +02:00
|
|
|
go 1.16
|
2019-10-24 09:34:31 +02:00
|
|
|
|
|
|
|
require (
|
2022-05-14 17:34:40 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.15.1-0.20220501190934-319a978c6c71
|
2021-10-28 12:11:52 +02:00
|
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
2021-09-21 06:18:43 +02:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.0.2
|
2022-01-29 17:04:50 +02:00
|
|
|
github.com/containerd/containerd v1.5.9 // indirect
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/docker/cli v20.10.14+incompatible
|
|
|
|
github.com/docker/distribution v2.8.1+incompatible
|
|
|
|
github.com/docker/docker v20.10.14+incompatible
|
2021-10-28 12:11:52 +02:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
2019-10-24 09:36:32 +02:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2021-10-30 17:52:02 +02:00
|
|
|
github.com/docker/go-units v0.4.0
|
2021-06-30 19:15:28 +02:00
|
|
|
github.com/drone/envsubst v1.0.3
|
2021-10-30 17:52:02 +02:00
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2021-10-28 12:11:52 +02:00
|
|
|
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
|
2022-02-24 18:33:24 +02:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
2022-06-01 20:06:27 +02:00
|
|
|
github.com/go-ap/httpsig v0.0.0-20210714162115-62a09257db51
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/go-playground/validator/v10 v10.10.1 // indirect
|
2021-09-24 18:39:57 +02:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
2021-10-28 10:09:27 +02:00
|
|
|
github.com/gogits/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.1
|
|
|
|
github.com/golangci/golangci-lint v1.45.2
|
2021-10-28 12:11:52 +02:00
|
|
|
github.com/google/go-github/v39 v39.2.0
|
2020-05-18 16:46:13 +02:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
2021-10-28 12:11:52 +02:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/lib/pq v1.10.5
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
2022-04-29 12:30:50 +02:00
|
|
|
github.com/melbahja/goph v1.3.0
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/moby/moby v20.10.14+incompatible
|
2021-09-29 07:59:46 +02:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
2020-05-18 16:46:13 +02:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
|
|
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450
|
2021-11-23 16:36:52 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-02-24 18:33:24 +02:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2022-01-29 17:04:50 +02:00
|
|
|
github.com/rs/zerolog v1.26.1
|
2021-09-24 18:39:57 +02:00
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2021-10-28 12:11:52 +02:00
|
|
|
github.com/tevino/abool v1.2.0
|
2022-05-05 19:36:49 +02:00
|
|
|
github.com/ugorji/go v1.2.7 // indirect
|
|
|
|
github.com/urfave/cli/v2 v2.5.1
|
|
|
|
github.com/xanzy/go-gitlab v0.64.0
|
2021-10-28 12:11:52 +02:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2021-09-27 02:38:15 +02:00
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
2022-05-05 19:36:49 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
|
|
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
|
2021-09-24 18:39:57 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-05-05 19:36:49 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
|
2022-01-29 17:04:50 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
|
|
|
|
google.golang.org/grpc v1.44.0
|
2022-05-05 19:36:49 +02:00
|
|
|
google.golang.org/protobuf v1.28.0
|
2021-09-24 18:39:57 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2022-05-05 19:36:49 +02:00
|
|
|
xorm.io/builder v0.3.10
|
|
|
|
xorm.io/xorm v1.3.0
|
2019-10-24 09:34:31 +02:00
|
|
|
)
|