This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
forked from harness/harness
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
89 lines (86 loc) · 4.85 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
module github.com/drone/drone
go 1.17
require (
code.gitea.io/sdk v0.0.0-20170506013721-8cff72208aa4
github.com/Sirupsen/logrus v0.10.0
github.com/cncd/logging v0.0.0-20170305070534-03b6463409fe
github.com/cncd/pipeline v1.0.0-alpha.0.20180401183251-20fb2f4efd79
github.com/cncd/pubsub v0.0.0-20170303070635-0691529ab100
github.com/cncd/queue v0.0.0-20170406022548-63b1974bbcc9
github.com/coreos/go-semver v0.2.1-0.20170209201757-5e3acbb5668c
github.com/dgrijalva/jwt-go v2.3.1-0.20150904212456-c1da56349675+incompatible
github.com/dimfeld/httptreemux v4.0.1-0.20170728181113-4faa6bbd32f9+incompatible
github.com/drone/drone-ui v0.8.2
github.com/drone/envsubst v1.0.2-0.20181018144617-15e3f9b7e163
github.com/drone/expr v0.0.0-20170909010628-72f4df4a266b
github.com/drone/signal v0.0.0-20170915013802-ac5d07ef1315
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
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/google/go-github v0.0.0-20151120211125-47f2593dad19
github.com/gorilla/securecookie v0.0.0-20140409111100-1b0c7f6e9ab3
github.com/hashicorp/vault v0.7.2-0.20170505234026-92dd48be2efc
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac
github.com/kr/pretty v0.2.1
github.com/lib/pq v0.0.0-20151015211310-83c4f410d0ae
github.com/mattn/go-sqlite3 v1.3.0
github.com/mrjones/oauth v0.0.0-20160405235802-31f1e8e5addd
github.com/prometheus/client_golang v0.8.1-0.20170425213558-7d9484283ebe
github.com/rs/zerolog v1.3.1-0.20170911215232-9d194eb6f50e
github.com/russross/meddler v0.0.0-20130919212315-308c3d0e5e45
github.com/stretchr/testify v1.7.1
github.com/tevino/abool v0.0.0-20160628101133-3c25f2fe7cd0
github.com/urfave/cli v1.19.2-0.20170117011938-f1be59ff3d23
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
golang.org/x/oauth2 v0.0.0-20160121061903-8a57ed94ffd4
golang.org/x/sync v0.0.0-20161206014632-450f422ab23c
google.golang.org/grpc v1.2.1-0.20170626232044-9cb02b885b41
gopkg.in/yaml.v2 v2.0.0-20150119185552-5d6f7e02b7cd
)
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v1.4.2-0.20170124170827-f645ffca04ab // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.3.0 // indirect
github.com/docker/libcompose v0.4.1-0.20170210184346-1c4bd4542afb // indirect
github.com/fatih/structs v1.0.0 // indirect
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/ghodss/yaml v0.0.0-20161207003320-04f313413ffd // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v0.0.0-20140906084135-d8840cbb2baa // indirect
github.com/gorilla/websocket v1.0.0 // indirect
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7 // indirect
github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
github.com/kr/text v0.1.0 // indirect
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170422000251-cc8532a8e9a5 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 // indirect
github.com/prometheus/common v0.0.0-20170427095455-13ba4ddd0caa // indirect
github.com/prometheus/procfs v0.0.0-20170424204552-6ac8c5d890d4 // indirect
github.com/sethgrid/pester v0.0.0-20170408212409-4f4c0a67b649 // indirect
github.com/sourcegraph/jsonrpc2 v0.0.0-20170220125533-277d2464cfb1 // indirect
github.com/stretchr/objx v0.4.0 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.17.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)