| module golang.org/x/pkgsite |
| |
| go 1.19 |
| |
| require ( |
| cloud.google.com/go/cloudtasks v1.0.0 |
| cloud.google.com/go/errorreporting v0.1.0 |
| cloud.google.com/go/logging v1.4.2 |
| cloud.google.com/go/profiler v0.1.1 |
| cloud.google.com/go/secretmanager v1.0.0 |
| cloud.google.com/go/storage v1.18.2 |
| contrib.go.opencensus.io/exporter/prometheus v0.1.0 |
| contrib.go.opencensus.io/exporter/stackdriver v0.13.4 |
| contrib.go.opencensus.io/integrations/ocsql v0.1.4 |
| github.com/Masterminds/squirrel v1.5.2 |
| github.com/alicebob/miniredis/v2 v2.17.0 |
| github.com/andybalholm/cascadia v1.3.1 |
| github.com/evanw/esbuild v0.17.8 |
| github.com/go-redis/redis/v8 v8.11.4 |
| github.com/go-redis/redis_rate/v9 v9.1.2 |
| github.com/golang-migrate/migrate/v4 v4.15.1 |
| github.com/google/go-cmp v0.5.8 |
| github.com/google/go-replayers/httpreplay v1.0.0 |
| github.com/google/licensecheck v0.3.1 |
| github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516 |
| github.com/hashicorp/golang-lru v0.5.1 |
| github.com/jackc/pgconn v1.10.1 |
| github.com/jackc/pgx/v4 v4.14.1 |
| github.com/jba/templatecheck v0.6.0 |
| github.com/lib/pq v1.10.9 |
| github.com/microcosm-cc/bluemonday v1.0.16 |
| github.com/russross/blackfriday/v2 v2.1.0 |
| github.com/yuin/goldmark v1.4.13 |
| github.com/yuin/goldmark-emoji v1.0.1 |
| go.opencensus.io v0.23.0 |
| golang.org/x/mod v0.12.0 |
| golang.org/x/net v0.13.0 |
| golang.org/x/sync v0.1.0 |
| golang.org/x/text v0.11.0 |
| golang.org/x/tools v0.6.0 |
| google.golang.org/api v0.63.0 |
| google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa |
| google.golang.org/grpc v1.43.0 |
| google.golang.org/protobuf v1.27.1 |
| gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c |
| ) |
| |
| require ( |
| cloud.google.com/go v0.99.0 // indirect |
| cloud.google.com/go/container v1.0.0 // indirect |
| cloud.google.com/go/monitoring v1.1.0 // indirect |
| cloud.google.com/go/trace v1.0.0 // indirect |
| github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
| github.com/aws/aws-sdk-go v1.34.29 // indirect |
| github.com/aymerick/douceur v0.2.0 // indirect |
| github.com/beorn7/perks v1.0.1 // indirect |
| github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect |
| github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect |
| github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect |
| github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
| github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect |
| github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect |
| github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| github.com/golang/protobuf v1.5.2 // indirect |
| github.com/google/martian v2.1.0+incompatible // indirect |
| github.com/google/pprof v0.0.0-20211008130755-947d60d73cc0 // indirect |
| github.com/googleapis/gax-go/v2 v2.1.1 // indirect |
| github.com/gorilla/css v1.0.0 // indirect |
| github.com/hashicorp/errwrap v1.0.0 // indirect |
| github.com/hashicorp/go-multierror v1.1.0 // indirect |
| github.com/jackc/chunkreader/v2 v2.0.1 // 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.9.1 // indirect |
| github.com/jmespath/go-jmespath v0.4.0 // indirect |
| github.com/kr/text v0.2.0 // indirect |
| github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect |
| github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect |
| github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
| github.com/prometheus/client_golang v1.11.1 // indirect |
| github.com/prometheus/client_model v0.2.0 // indirect |
| github.com/prometheus/common v0.26.0 // indirect |
| github.com/prometheus/procfs v0.6.0 // indirect |
| github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect |
| go.uber.org/atomic v1.6.0 // indirect |
| golang.org/x/crypto v0.11.0 // indirect |
| golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect |
| golang.org/x/sys v0.10.0 // indirect |
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| google.golang.org/appengine v1.6.7 // indirect |
| ) |