module golang.org/x/build go 1.17 require ( cloud.google.com/go v0.88.0 cloud.google.com/go/bigquery v1.8.0 cloud.google.com/go/datastore v1.1.0 cloud.google.com/go/storage v1.10.0 contrib.go.opencensus.io/exporter/prometheus v0.3.0 contrib.go.opencensus.io/exporter/stackdriver v0.13.5 github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf github.com/NYTimes/gziphandler v1.1.1 github.com/aclements/go-gg v0.0.0-20170118225347-6dbb4e4fefb0 github.com/aws/aws-sdk-go v1.30.15 github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f github.com/creack/pty v1.1.15 github.com/davecgh/go-spew v1.1.1 github.com/dghubble/oauth1 v0.7.0 github.com/esimov/stackblur-go v1.1.0 github.com/gliderlabs/ssh v0.3.3 github.com/go-sql-driver/mysql v1.5.0 github.com/golang-migrate/migrate/v4 v4.15.0-beta.3 github.com/golang/protobuf v1.5.2 github.com/google/go-cmp v0.5.6 github.com/google/go-github v17.0.0+incompatible github.com/google/uuid v1.2.0 github.com/googleapis/gax-go/v2 v2.0.5 github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 github.com/influxdata/influxdb-client-go/v2 v2.8.0 github.com/jackc/pgconn v1.11.0 github.com/jackc/pgx/v4 v4.13.0 github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1 github.com/mattn/go-sqlite3 v1.14.6 github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 go.opencensus.io v0.23.0 go4.org v0.0.0-20180809161055-417644f6feb5 golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 golang.org/x/perf v0.0.0-20211012211434-03971e389cd3 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c golang.org/x/text v0.3.7 golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac google.golang.org/api v0.51.0 google.golang.org/appengine v1.6.7 google.golang.org/genproto v0.0.0-20210726143408-b02e89920bf0 google.golang.org/grpc v1.39.0 google.golang.org/protobuf v1.27.1 gopkg.in/inf.v0 v0.9.1 ) require ( github.com/aclements/go-moremath v0.0.0-20161014184102-0ff62e0875ff // indirect github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect github.com/cespare/xxhash/v2 v2.1.1 // indirect github.com/deepmap/oapi-codegen v1.8.2 // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect github.com/google/go-querystring v1.0.0 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect github.com/hashicorp/go-multierror v1.1.0 // indirect github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect github.com/jackc/chunkreader/v2 v2.0.1 // indirect github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451 // indirect github.com/jackc/pgio v1.0.0 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgproto3/v2 v2.2.0 // indirect github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect github.com/jackc/pgtype v1.8.1 // indirect github.com/jackc/puddle v1.1.3 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/jstemmer/go-junit-report v0.9.1 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_golang v1.9.0 // indirect github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.15.0 // indirect github.com/prometheus/procfs v0.2.0 // indirect github.com/prometheus/statsd_exporter v0.20.0 // indirect github.com/sirupsen/logrus v1.8.1 // indirect go.uber.org/atomic v1.6.0 // indirect golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect golang.org/x/mod v0.4.2 // indirect golang.org/x/tools v0.1.5 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )