Philipp Wollermann | 4c300e2 | 2019-05-22 14:03:41 +0200 | [diff] [blame] | 1 | module github.com/bazelbuild/continuous-integration |
| 2 | |
Philipp Wollermann | e216ca9 | 2020-03-17 16:46:26 +0100 | [diff] [blame] | 3 | go 1.14 |
Philipp Wollermann | 4c300e2 | 2019-05-22 14:03:41 +0200 | [diff] [blame] | 4 | |
| 5 | require ( |
dependabot[bot] | dde0af0 | 2023-10-30 11:52:30 +0100 | [diff] [blame] | 6 | cloud.google.com/go/datastore v1.11.0 |
| 7 | cloud.google.com/go/monitoring v1.13.0 |
| 8 | cloud.google.com/go/pubsub v1.30.0 |
| 9 | cloud.google.com/go/storage v1.29.0 |
Philipp Wollermann | 4c300e2 | 2019-05-22 14:03:41 +0200 | [diff] [blame] | 10 | github.com/buildkite/go-buildkite v2.2.0+incompatible |
fweikert | a2366cf | 2019-07-22 16:36:29 +0200 | [diff] [blame] | 11 | github.com/cenkalti/backoff v2.2.1+incompatible // indirect |
Philipp Wollermann | 4c300e2 | 2019-05-22 14:03:41 +0200 | [diff] [blame] | 12 | github.com/fweikert/go-buildkite v2.1.1-0.20190131135720-1a18fa668fae+incompatible |
fweikert | a2366cf | 2019-07-22 16:36:29 +0200 | [diff] [blame] | 13 | github.com/go-sql-driver/mysql v1.4.1 |
dependabot[bot] | dde0af0 | 2023-10-30 11:52:30 +0100 | [diff] [blame] | 14 | github.com/golang/protobuf v1.5.3 |
fweikert | a2366cf | 2019-07-22 16:36:29 +0200 | [diff] [blame] | 15 | github.com/google/go-github v17.0.0+incompatible |
Philipp Wollermann | 4c300e2 | 2019-05-22 14:03:41 +0200 | [diff] [blame] | 16 | github.com/google/go-querystring v1.0.0 // indirect |
| 17 | github.com/machinebox/graphql v0.2.2 |
fweikert | a2366cf | 2019-07-22 16:36:29 +0200 | [diff] [blame] | 18 | github.com/matryer/is v1.2.0 // indirect |
dependabot[bot] | dde0af0 | 2023-10-30 11:52:30 +0100 | [diff] [blame] | 19 | golang.org/x/oauth2 v0.7.0 |
| 20 | google.golang.org/api v0.114.0 |
| 21 | google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 |
| 22 | google.golang.org/grpc v1.56.3 // indirect |
dependabot[bot] | a038ddd | 2022-02-01 13:39:41 +0100 | [diff] [blame] | 23 | gopkg.in/yaml.v2 v2.2.8 |
Philipp Wollermann | 4c300e2 | 2019-05-22 14:03:41 +0200 | [diff] [blame] | 24 | ) |