mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
0bb62be303
since github.com/docker/libcompose is deprecated, unmaintained and archived. and license is the same as woodpecker's, we can just copy stuff into woodpecker directly. (we only use types of that project anyway)
66 lines
2.8 KiB
Modula-2
66 lines
2.8 KiB
Modula-2
module github.com/woodpecker-ci/woodpecker
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.0
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/bmatcuk/doublestar/v4 v4.0.2
|
|
github.com/containerd/containerd v1.5.7 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/docker/cli v20.10.10+incompatible
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/docker v20.10.10+incompatible
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/drone/envsubst v1.0.3
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
|
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gogits/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
|
|
github.com/golang-jwt/jwt/v4 v4.1.0
|
|
github.com/google/go-github/v39 v39.2.0
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
|
github.com/hashicorp/go-version v1.3.0 // indirect
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kr/pretty v0.3.0
|
|
github.com/lib/pq v1.10.3
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
|
github.com/moby/moby v20.10.10+incompatible
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/rs/zerolog v1.25.0
|
|
github.com/russross/meddler v1.0.1
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tevino/abool v1.2.0
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/woodpecker-ci/expr v0.0.0-20210628233344-164b8b3d0915
|
|
github.com/woodpecker-ci/togo v0.0.0-20211018210511-a36120f299b0
|
|
github.com/xanzy/go-gitlab v0.51.1
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309
|
|
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
google.golang.org/genproto v0.0.0-20211027162914-98a5263abeca // indirect
|
|
google.golang.org/grpc v1.41.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|