2021-05-25 12:08:27 +00:00
|
|
|
module github.com/woodpecker-ci/woodpecker
|
2019-10-24 07:34:31 +00:00
|
|
|
|
2021-02-19 08:43:03 +00:00
|
|
|
go 1.16
|
2019-10-24 07:34:31 +00:00
|
|
|
|
|
|
|
require (
|
2021-08-13 18:06:53 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.15.0
|
2022-02-28 09:56:23 +00:00
|
|
|
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e
|
2021-10-28 10:11:52 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
2021-09-21 04:18:43 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.0.2
|
2022-01-29 15:04:50 +00:00
|
|
|
github.com/containerd/containerd v1.5.9 // indirect
|
2022-02-24 16:33:24 +00:00
|
|
|
github.com/docker/cli v20.10.12+incompatible
|
|
|
|
github.com/docker/distribution v2.8.0+incompatible
|
|
|
|
github.com/docker/docker v20.10.12+incompatible
|
2021-10-28 10:11:52 +00:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
2019-10-24 07:36:32 +00:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2021-10-30 15:52:02 +00:00
|
|
|
github.com/docker/go-units v0.4.0
|
2021-06-30 17:15:28 +00:00
|
|
|
github.com/drone/envsubst v1.0.3
|
2021-10-30 15:52:02 +00:00
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2021-10-28 10:11:52 +00:00
|
|
|
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
|
2022-02-24 16:33:24 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
2021-09-24 16:39:57 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2021-10-28 08:09:27 +00:00
|
|
|
github.com/gogits/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
|
2022-02-24 16:33:24 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
|
|
github.com/golangci/golangci-lint v1.44.2
|
2021-10-28 10:11:52 +00:00
|
|
|
github.com/google/go-github/v39 v39.2.0
|
2020-05-18 14:46:13 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2021-12-12 15:39:25 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
2021-10-28 10:11:52 +00:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2022-01-29 15:04:50 +00:00
|
|
|
github.com/lib/pq v1.10.4
|
2022-02-24 16:33:24 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.11
|
|
|
|
github.com/moby/moby v20.10.12+incompatible
|
2021-09-29 05:59:46 +00:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
2020-05-18 14:46:13 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
|
|
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450
|
2021-11-23 14:36:52 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-02-24 16:33:24 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2022-01-29 15:04:50 +00:00
|
|
|
github.com/rs/zerolog v1.26.1
|
2021-09-24 16:39:57 +00:00
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-10-28 10:11:52 +00:00
|
|
|
github.com/tevino/abool v1.2.0
|
2021-09-24 16:39:57 +00:00
|
|
|
github.com/ugorji/go v1.2.6 // indirect
|
2021-10-27 19:03:14 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-06-30 17:15:28 +00:00
|
|
|
github.com/woodpecker-ci/expr v0.0.0-20210628233344-164b8b3d0915
|
2022-02-24 16:33:24 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.55.1
|
2021-10-28 10:11:52 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2021-09-27 00:38:15 +00:00
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
2022-02-24 16:33:24 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
2022-01-29 15:04:50 +00:00
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
2022-02-24 16:33:24 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
|
2021-09-24 16:39:57 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-02-24 16:33:24 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
2022-01-29 15:04:50 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
|
|
|
|
google.golang.org/grpc v1.44.0
|
2021-09-29 05:59:46 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-09-24 16:39:57 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-11-13 19:18:06 +00:00
|
|
|
xorm.io/builder v0.3.9
|
|
|
|
xorm.io/xorm v1.2.5
|
2019-10-24 07:34:31 +00:00
|
|
|
)
|