| module cos.googlesource.com/cos/tools.git |
| |
| go 1.18 |
| |
| require ( |
| cloud.google.com/go/compute/metadata v0.2.3 |
| cloud.google.com/go/logging v1.7.0 |
| cloud.google.com/go/secretmanager v1.10.0 |
| cloud.google.com/go/storage v1.28.1 |
| github.com/GoogleCloudPlatform/cloudsql-proxy v1.31.2 |
| github.com/andygrunwald/go-gerrit v0.0.0-20201231163137-46815e48bfe0 |
| github.com/beevik/etree v1.1.0 |
| github.com/go-sql-driver/mysql v1.6.0 |
| github.com/golang/glog v1.1.0 |
| github.com/golang/protobuf v1.5.4 |
| github.com/google/go-cmp v0.5.9 |
| github.com/google/subcommands v1.2.0 |
| github.com/google/uuid v1.3.0 |
| github.com/gorilla/sessions v1.2.0 |
| github.com/pkg/errors v0.9.1 |
| github.com/sirupsen/logrus v1.9.0 |
| github.com/spdx/tools-golang v0.5.3 |
| github.com/urfave/cli/v2 v2.2.0 |
| go.chromium.org/luci v0.0.0-20200722211809-bab0c30be68b |
| golang.org/x/net v0.25.0 |
| golang.org/x/oauth2 v0.7.0 |
| golang.org/x/sys v0.20.0 |
| google.golang.org/api v0.114.0 |
| google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 |
| google.golang.org/grpc v1.56.3 |
| google.golang.org/protobuf v1.33.0 |
| ) |
| |
| require ( |
| cloud.google.com/go v0.110.0 // indirect |
| cloud.google.com/go/compute v1.19.1 // indirect |
| cloud.google.com/go/iam v0.13.0 // indirect |
| cloud.google.com/go/longrunning v0.4.1 // indirect |
| github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect |
| github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| github.com/golang/mock v1.6.0 // indirect |
| github.com/google/go-querystring v1.0.0 // indirect |
| github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect |
| github.com/googleapis/gax-go/v2 v2.7.1 // indirect |
| github.com/gorilla/securecookie v1.1.1 // indirect |
| github.com/julienschmidt/httprouter v1.3.0 // indirect |
| github.com/russross/blackfriday/v2 v2.0.1 // indirect |
| github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect |
| github.com/smartystreets/assertions v1.1.1 // indirect |
| github.com/smartystreets/goconvey v1.6.4 // indirect |
| go.opencensus.io v0.24.0 // indirect |
| go.uber.org/atomic v1.7.0 // indirect |
| go.uber.org/multierr v1.6.0 // indirect |
| go.uber.org/zap v1.21.0 // indirect |
| golang.org/x/sync v0.1.0 // indirect |
| golang.org/x/text v0.15.0 // indirect |
| golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect |
| golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| google.golang.org/appengine v1.6.7 // indirect |
| ) |