Skip to content

Commit

Permalink
fix: update github.com/SAP/go-hdb (#5487)
Browse files Browse the repository at this point in the history
We have reports that the declared version does not exist any more
so update to the latest version. This does not appear to actually
change the vendored code.
  • Loading branch information
mhilton authored Jun 5, 2024
1 parent 165b17e commit fc18931
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 52 deletions.
41 changes: 22 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
module github.com/influxdata/flux

go 1.20
go 1.21.0

require (
cloud.google.com/go v0.110.0
cloud.google.com/go v0.110.2
cloud.google.com/go/bigtable v1.10.1
github.com/Azure/go-autorest/autorest v0.11.9
github.com/Azure/go-autorest/autorest/adal v0.9.13
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/SAP/go-hdb v0.14.1
github.com/SAP/go-hdb v1.9.6
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/apache/arrow/go/v7 v7.0.1
github.com/benbjohnson/immutable v0.4.3
github.com/bonitoo-io/go-sql-bigquery v0.3.4-1.4.0
github.com/c-bata/go-prompt v0.2.2
github.com/cespare/xxhash/v2 v2.2.0
github.com/cespare/xxhash/v2 v2.3.0
github.com/dave/jennifer v1.2.0
github.com/denisenkom/go-mssqldb v0.10.0
github.com/eclipse/paho.mqtt.golang v1.2.0
Expand All @@ -26,7 +26,7 @@ require (
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
github.com/google/flatbuffers v22.9.30-0.20221019131441-5792623df42e+incompatible
github.com/google/go-cmp v0.5.9
github.com/google/go-cmp v0.6.0
github.com/influxdata/gosnowflake v1.6.9
github.com/influxdata/influxdb-client-go/v2 v2.3.1-0.20210518120617-5d1fff431040
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839
Expand All @@ -41,8 +41,8 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5 // indirect
github.com/prometheus/client_model v0.1.0
github.com/prometheus/common v0.7.0
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.53.0
github.com/segmentio/kafka-go v0.1.0
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/cobra v0.0.3
Expand All @@ -56,9 +56,9 @@ require (
golang.org/x/net v0.23.0
golang.org/x/tools v0.6.0
gonum.org/v1/gonum v0.11.0
google.golang.org/api v0.114.0
google.golang.org/api v0.126.0
google.golang.org/grpc v1.56.3
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand All @@ -68,7 +68,7 @@ require github.com/influxdata/influxdb-iox-client-go v1.0.0-beta.1

require (
cloud.google.com/go/bigquery v1.50.0 // indirect
cloud.google.com/go/compute v1.19.1 // indirect
cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v0.13.0 // indirect
cloud.google.com/go/longrunning v0.4.1 // indirect
Expand Down Expand Up @@ -102,12 +102,13 @@ require (
github.com/gabriel-vasile/mimetype v1.4.0 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/asmfmt v1.3.2 // indirect
Expand All @@ -130,14 +131,16 @@ require (
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/protobuf v1.34.1 // indirect
)
Loading

0 comments on commit fc18931

Please sign in to comment.