mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
63 lines
3.3 KiB
Modula-2
63 lines
3.3 KiB
Modula-2
module github.com/laszlocph/woodpecker
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
code.gitea.io/sdk v0.0.0-20170506013721-8cff72208aa4
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/Sirupsen/logrus v0.10.0
|
|
github.com/beorn7/perks v1.0.0 // indirect
|
|
github.com/coreos/go-semver v0.0.0-20170209201757-5e3acbb5668c
|
|
github.com/dgrijalva/jwt-go v0.0.0-20150904212456-c1da56349675
|
|
github.com/dimfeld/httptreemux v0.0.0-20170728181113-4faa6bbd32f9
|
|
github.com/docker/distribution v2.6.0-rc.1.0.20170112224556-c965e24c8cd2+incompatible // indirect
|
|
github.com/docker/docker v0.0.0-20170124170827-f645ffca04ab
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.3.0 // indirect
|
|
github.com/docker/libcompose v0.0.0-20170210184346-1c4bd4542afb
|
|
github.com/drone/envsubst v0.0.0-20181018144617-15e3f9b7e163
|
|
github.com/drone/expr v0.0.0-20170909010628-72f4df4a266b
|
|
github.com/drone/signal v0.0.0-20170915013802-ac5d07ef1315
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/franela/goblin v0.0.0-20160123211154-889391d73023
|
|
github.com/ghodss/yaml v0.0.0-20161207003320-04f313413ffd
|
|
github.com/gin-gonic/contrib v0.0.0-20150815172543-14f66d54cdb9
|
|
github.com/gin-gonic/gin v0.0.0-20160130002857-3d002e382355
|
|
github.com/go-sql-driver/mysql v1.3.0
|
|
github.com/gogits/go-gogs-client v0.0.0-20160212212711-d584b1e0fb4d
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/google/go-github v0.0.0-20151120211125-47f2593dad19
|
|
github.com/google/go-querystring v0.0.0-20140906084135-d8840cbb2baa // indirect
|
|
github.com/gorilla/securecookie v0.0.0-20140409111100-1b0c7f6e9ab3
|
|
github.com/gorilla/websocket v1.0.0
|
|
github.com/jackspirou/syscerts v0.0.0-20160531025014-b68f5469dff1
|
|
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac
|
|
github.com/kr/pretty v0.0.0-20160708215748-737b74a46c4b
|
|
github.com/kr/text v0.0.0-20160504234017-7cafcd837844 // indirect
|
|
github.com/lib/pq v0.0.0-20151015211310-83c4f410d0ae
|
|
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
|
|
github.com/mattn/go-sqlite3 v0.0.0-20170901084005-05548ff55570
|
|
github.com/mrjones/oauth v0.0.0-20160405235802-31f1e8e5addd
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/prometheus/client_golang v0.9.1
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
|
|
github.com/prometheus/common v0.4.1 // indirect
|
|
github.com/prometheus/procfs v0.0.1 // indirect
|
|
github.com/rs/zerolog v0.0.0-20170911215232-9d194eb6f50e
|
|
github.com/russross/meddler v0.0.0-20130919212315-308c3d0e5e45
|
|
github.com/sourcegraph/jsonrpc2 v0.0.0-20170220125533-277d2464cfb1
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tevino/abool v0.0.0-20160628101133-3c25f2fe7cd0
|
|
github.com/urfave/cli v0.0.0-20190203184040-693af58b4d51
|
|
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
|
|
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
|
|
golang.org/x/oauth2 v0.0.0-20160121061903-8a57ed94ffd4
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3 // indirect
|
|
google.golang.org/grpc v0.0.0-20170626232044-9cb02b885b41
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.17.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
)
|