aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-06-17 11:50:19 +0200
committerTaras Madan <tarasmadan@google.com>2024-06-20 09:22:00 +0000
commitc576ee0969cd731f1a1543712b62a4933480136e (patch)
tree9a44d2537287b0519470c9fe6d242963fdedd7f7 /go.mod
parent41b7e219b69c98529757e036f4b8fb1e9fa77040 (diff)
vendor: spanner
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 10 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d56174cb2..8e2059e61 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
cloud.google.com/go/profiler v0.4.0
cloud.google.com/go/pubsub v1.38.0
cloud.google.com/go/secretmanager v1.13.1
+ cloud.google.com/go/spanner v1.60.0
cloud.google.com/go/storage v1.40.0
github.com/VividCortex/gohistogram v1.0.0
github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6
@@ -69,15 +70,19 @@ require (
github.com/butuzov/mirror v1.1.0 // indirect
github.com/catenacyber/perfsprint v0.7.1 // indirect
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
+ github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/charithe/durationcheck v0.0.10 // indirect
github.com/chavacava/garif v0.1.0 // indirect
github.com/chigopher/pathlib v0.19.1 // indirect
github.com/ckaznocha/intrange v0.1.1 // indirect
+ github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 // indirect
github.com/curioswitch/go-reassign v0.2.0 // indirect
github.com/daixiang0/gci v0.12.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denis-tingaikin/go-header v0.5.0 // indirect
+ github.com/envoyproxy/go-control-plane v0.12.0 // indirect
+ github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
github.com/ettle/strcase v0.2.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
@@ -123,13 +128,14 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
- github.com/iancoleman/strcase v0.2.0 // indirect
+ github.com/iancoleman/strcase v0.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jgautheron/goconst v1.7.1 // indirect
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
github.com/jjti/go-spancheck v0.5.3 // indirect
+ github.com/json-iterator/go v1.1.12 // indirect
github.com/julz/importas v0.1.0 // indirect
github.com/karamaru-alpha/copyloopvar v1.0.10 // indirect
github.com/kisielk/errcheck v1.7.0 // indirect
@@ -152,6 +158,8 @@ require (
github.com/mgechev/revive v1.3.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
+ github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/moricho/tparallel v0.3.1 // indirect
github.com/nakabonne/nestif v0.3.1 // indirect
github.com/nishanths/exhaustive v0.12.0 // indirect
@@ -227,6 +235,7 @@ require (
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
+ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
google.golang.org/grpc v1.64.0 // indirect