2018-08-08 20:00:44 +03:00
|
|
|
module golang.org/x/build
|
|
|
|
|
2022-06-09 04:53:31 +03:00
|
|
|
go 1.18
|
2019-05-03 21:36:43 +03:00
|
|
|
|
2018-08-08 20:00:44 +03:00
|
|
|
require (
|
2023-06-20 16:16:52 +03:00
|
|
|
cloud.google.com/go/bigquery v1.50.0
|
2023-06-16 18:19:12 +03:00
|
|
|
cloud.google.com/go/cloudbuild v1.9.0
|
2023-06-20 16:16:52 +03:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3
|
|
|
|
cloud.google.com/go/datastore v1.11.0
|
|
|
|
cloud.google.com/go/errorreporting v0.3.0
|
|
|
|
cloud.google.com/go/pubsub v1.30.0
|
|
|
|
cloud.google.com/go/secretmanager v1.10.0
|
|
|
|
cloud.google.com/go/security v1.15.0
|
|
|
|
cloud.google.com/go/storage v1.29.0
|
2023-03-28 13:00:54 +03:00
|
|
|
contrib.go.opencensus.io/exporter/prometheus v0.4.2
|
2021-03-22 19:08:58 +03:00
|
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.5
|
2022-03-24 01:27:41 +03:00
|
|
|
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf
|
2019-12-12 19:17:09 +03:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2023-03-08 23:03:54 +03:00
|
|
|
github.com/ajstarks/svgo v0.0.0-20210923152817-c3b6e2f0c527
|
2020-05-04 20:13:17 +03:00
|
|
|
github.com/aws/aws-sdk-go v1.30.15
|
2018-08-08 20:00:44 +03:00
|
|
|
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625
|
2022-11-28 14:52:31 +03:00
|
|
|
github.com/creack/pty v1.1.18
|
2018-10-30 16:29:28 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-10-26 23:15:38 +03:00
|
|
|
github.com/dghubble/oauth1 v0.7.0
|
2022-03-01 07:29:16 +03:00
|
|
|
github.com/esimov/stackblur-go v1.1.0
|
2021-07-27 19:36:59 +03:00
|
|
|
github.com/gliderlabs/ssh v0.3.3
|
2022-03-24 01:27:41 +03:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-09-10 22:42:39 +03:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.15.0-beta.3
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/golang/protobuf v1.5.3
|
2022-11-16 00:02:20 +03:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2018-09-25 19:30:42 +03:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2022-11-16 00:02:20 +03:00
|
|
|
github.com/google/go-github/v48 v48.1.0
|
2022-09-07 20:18:53 +03:00
|
|
|
github.com/google/safehtml v0.0.3-0.20220430015336-00016cfeca15
|
2023-04-20 20:11:27 +03:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/googleapis/gax-go/v2 v2.10.0
|
2020-12-03 03:25:34 +03:00
|
|
|
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8
|
2018-08-08 20:00:44 +03:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
|
2021-10-27 00:45:19 +03:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
|
2022-03-17 22:51:40 +03:00
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.8.0
|
2022-03-09 20:41:24 +03:00
|
|
|
github.com/jackc/pgconn v1.11.0
|
2021-08-25 22:48:02 +03:00
|
|
|
github.com/jackc/pgx/v4 v4.13.0
|
2018-08-08 20:00:44 +03:00
|
|
|
github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1
|
2022-06-08 01:17:52 +03:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2022-05-27 17:19:48 +03:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2022-03-24 01:27:41 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2022-09-02 16:54:11 +03:00
|
|
|
github.com/robfig/cron/v3 v3.0.2-0.20210106135023-bc59245fe10e
|
2021-11-15 21:03:02 +03:00
|
|
|
github.com/sendgrid/sendgrid-go v3.11.1+incompatible
|
2022-05-25 00:17:20 +03:00
|
|
|
github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00
|
2018-10-30 16:29:28 +03:00
|
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
2022-09-21 06:13:38 +03:00
|
|
|
github.com/yuin/goldmark v1.4.13
|
2023-06-20 16:16:52 +03:00
|
|
|
go.opencensus.io v0.24.0
|
2018-10-30 16:29:28 +03:00
|
|
|
go4.org v0.0.0-20180809161055-417644f6feb5
|
2023-06-20 16:16:52 +03:00
|
|
|
golang.org/x/crypto v0.9.0
|
2022-09-02 16:54:11 +03:00
|
|
|
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
|
2023-03-31 18:55:39 +03:00
|
|
|
golang.org/x/image v0.5.0
|
2023-06-20 16:16:52 +03:00
|
|
|
golang.org/x/mod v0.8.0
|
|
|
|
golang.org/x/net v0.10.0
|
|
|
|
golang.org/x/oauth2 v0.8.0
|
2022-12-22 20:11:58 +03:00
|
|
|
golang.org/x/perf v0.0.0-20221222170352-3fd27c239283
|
2023-06-20 16:16:52 +03:00
|
|
|
golang.org/x/sync v0.2.0
|
|
|
|
golang.org/x/sys v0.8.0
|
|
|
|
golang.org/x/term v0.8.0
|
|
|
|
golang.org/x/time v0.3.0
|
|
|
|
golang.org/x/tools v0.6.0
|
|
|
|
google.golang.org/api v0.125.0
|
2022-03-24 01:27:41 +03:00
|
|
|
google.golang.org/appengine v1.6.7
|
2023-06-20 16:16:52 +03:00
|
|
|
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc
|
|
|
|
google.golang.org/grpc v1.55.0
|
|
|
|
google.golang.org/protobuf v1.30.0
|
2018-08-08 20:00:44 +03:00
|
|
|
gopkg.in/inf.v0 v0.9.1
|
|
|
|
)
|
2021-11-11 20:33:27 +03:00
|
|
|
|
|
|
|
require (
|
2023-06-20 16:16:52 +03:00
|
|
|
cloud.google.com/go v0.110.0 // indirect
|
|
|
|
cloud.google.com/go/compute v1.19.3 // indirect
|
|
|
|
cloud.google.com/go/container v1.15.0 // indirect
|
|
|
|
cloud.google.com/go/iam v1.0.1 // indirect
|
|
|
|
cloud.google.com/go/longrunning v0.4.2 // indirect
|
|
|
|
cloud.google.com/go/monitoring v1.13.0 // indirect
|
|
|
|
cloud.google.com/go/trace v1.9.0 // indirect
|
2022-04-08 19:41:06 +03:00
|
|
|
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/apache/arrow/go/v11 v11.0.0 // indirect
|
|
|
|
github.com/apache/thrift v0.16.0 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-03-17 22:51:40 +03:00
|
|
|
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
2022-04-08 19:41:06 +03:00
|
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
|
|
github.com/go-fonts/liberation v0.2.0 // indirect
|
2023-03-28 13:00:54 +03:00
|
|
|
github.com/go-kit/log v0.2.1 // indirect
|
2022-04-08 19:41:06 +03:00
|
|
|
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
|
2023-03-28 13:00:54 +03:00
|
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
2022-04-08 19:41:06 +03:00
|
|
|
github.com/go-pdf/fpdf v0.5.0 // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/goccy/go-json v0.9.11 // indirect
|
2022-04-08 19:41:06 +03:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2023-03-28 13:00:54 +03:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/google/flatbuffers v2.0.8+incompatible // indirect
|
2022-11-16 00:02:20 +03:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/google/s2a-go v0.1.4 // indirect
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
2022-03-17 22:51:40 +03:00
|
|
|
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
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
|
2022-03-09 20:41:24 +03:00
|
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
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
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/klauspost/asmfmt v1.3.2 // indirect
|
|
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
|
|
|
|
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
2022-03-17 22:51:40 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-03-28 13:00:54 +03:00
|
|
|
github.com/prometheus/client_golang v1.13.0 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2023-03-28 13:00:54 +03:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
|
|
github.com/prometheus/statsd_exporter v0.22.7 // indirect
|
2021-11-15 21:03:02 +03:00
|
|
|
github.com/sendgrid/rest v2.6.9+incompatible // indirect
|
2022-05-25 00:17:20 +03:00
|
|
|
github.com/shurcooL/graphql v0.0.0-20220520033453-bdb1221e171e // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
github.com/zeebo/xxh3 v1.0.2 // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
go.uber.org/atomic v1.6.0 // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
golang.org/x/text v0.9.0 // indirect
|
2023-04-20 20:11:27 +03:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2022-04-08 19:41:06 +03:00
|
|
|
gonum.org/v1/plot v0.10.0 // indirect
|
2023-06-20 16:16:52 +03:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
2021-11-11 20:33:27 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|