1
1
module github.com/julien040/anyquery
2
2
3
- go 1.23.0
3
+ go 1.23.2
4
4
5
5
replace github.com/mattn/go-sqlite3 => github.com/julien040/go-sqlite3-anyquery v1.17.7
6
6
@@ -20,15 +20,12 @@ require (
20
20
github.com/edsrzf/mmap-go v1.1.0
21
21
github.com/elk-language/go-prompt v1.1.5
22
22
github.com/gammazero/deque v0.2.1
23
- github.com/go-resty/resty/v2 v2.15.3
24
23
github.com/go-sql-driver/mysql v1.8.1
25
24
github.com/goccy/go-json v0.10.3
26
25
github.com/hashicorp/go-getter v1.7.5
27
26
github.com/hashicorp/go-hclog v1.6.3
28
27
github.com/hashicorp/go-plugin v1.6.0
29
- github.com/hashicorp/go-retryablehttp v0.7.7
30
28
github.com/hjson/hjson-go/v4 v4.4.0
31
- github.com/huandu/go-sqlbuilder v1.30.1
32
29
github.com/jmoiron/sqlx v1.4.0
33
30
github.com/julien040/go-ternary v0.0.0-20230119180150-f0435f66948e
34
31
github.com/mattn/go-sqlite3 v1.14.22
@@ -41,25 +38,24 @@ require (
41
38
github.com/spf13/pflag v1.0.5
42
39
github.com/stretchr/testify v1.9.0
43
40
github.com/trivago/grok v1.0.0
44
- golang.org/x/crypto v0.26.0
45
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
46
- golang.org/x/mod v0.19.0
47
- golang.org/x/net v0.28.0
48
- golang.org/x/oauth2 v0.21.0
49
- golang.org/x/term v0.23.0
41
+ golang.org/x/crypto v0.27.0
42
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
43
+ golang.org/x/mod v0.21.0
44
+ golang.org/x/net v0.29.0
45
+ golang.org/x/term v0.24.0
50
46
gopkg.in/yaml.v3 v3.0.1
51
- vitess.io/vitess v0.10.3-0.20240826062207-e6843dc56a98
47
+ vitess.io/vitess v0.21.0-rc1
52
48
)
53
49
54
50
require (
55
- cloud.google.com/go v0.115.0 // indirect
56
- cloud.google.com/go/auth v0.7.2 // indirect
57
- cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
58
- cloud.google.com/go/compute/metadata v0.5.0 // indirect
59
- cloud.google.com/go/iam v1.1.12 // indirect
51
+ cloud.google.com/go v0.115.1 // indirect
52
+ cloud.google.com/go/auth v0.9.4 // indirect
53
+ cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
54
+ cloud.google.com/go/compute/metadata v0.5.1 // indirect
55
+ cloud.google.com/go/iam v1.2.1 // indirect
60
56
cloud.google.com/go/storage v1.43.0 // indirect
61
57
filippo.io/edwards25519 v1.1.0 // indirect
62
- github.com/AdaLogics/go-fuzz-headers v0.0.0-20240716105424-66b64c4bb379 // indirect
58
+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
63
59
github.com/andybalholm/brotli v1.1.0 // indirect
64
60
github.com/atotto/clipboard v0.1.4 // indirect
65
61
github.com/aws/aws-sdk-go v1.55.5 // indirect
@@ -91,13 +87,12 @@ require (
91
87
github.com/google/flatbuffers v1.12.1 // indirect
92
88
github.com/google/s2a-go v0.1.8 // indirect
93
89
github.com/google/uuid v1.6.0 // indirect
94
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
90
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
95
91
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
96
92
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
97
93
github.com/hashicorp/go-safetemp v1.0.0 // indirect
98
94
github.com/hashicorp/go-version v1.7.0 // indirect
99
95
github.com/hashicorp/yamux v0.1.1 // indirect
100
- github.com/huandu/xstrings v1.4.0 // indirect
101
96
github.com/inconshreveable/mousetrap v1.1.0 // indirect
102
97
github.com/jhump/protoreflect v1.16.0 // indirect
103
98
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -118,6 +113,7 @@ require (
118
113
github.com/pires/go-proxyproto v0.7.0 // indirect
119
114
github.com/pkg/errors v0.9.1 // indirect
120
115
github.com/pkg/term v1.2.0-beta.2 // indirect
116
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
121
117
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
122
118
github.com/rivo/uniseg v0.4.7 // indirect
123
119
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -126,21 +122,21 @@ require (
126
122
github.com/ulikunitz/xz v0.5.10 // indirect
127
123
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
128
124
go.opencensus.io v0.24.0 // indirect
129
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53 .0 // indirect
130
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
131
- go.opentelemetry.io/otel v1.28 .0 // indirect
132
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
133
- go.opentelemetry.io/otel/sdk v1.27 .0 // indirect
134
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
125
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55 .0 // indirect
126
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55 .0 // indirect
127
+ go.opentelemetry.io/otel v1.30 .0 // indirect
128
+ go.opentelemetry.io/otel/metric v1.30 .0 // indirect
129
+ go.opentelemetry.io/otel/trace v1.30 .0 // indirect
130
+ golang.org/x/oauth2 v0.23 .0 // indirect
135
131
golang.org/x/sync v0.8.0 // indirect
136
- golang.org/x/sys v0.24 .0 // indirect
137
- golang.org/x/text v0.17 .0 // indirect
132
+ golang.org/x/sys v0.25 .0 // indirect
133
+ golang.org/x/text v0.18 .0 // indirect
138
134
golang.org/x/time v0.6.0 // indirect
139
- google.golang.org/api v0.189 .0 // indirect
140
- google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf // indirect
141
- google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf // indirect
142
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
143
- google.golang.org/grpc v1.65.0 // indirect
135
+ google.golang.org/api v0.197 .0 // indirect
136
+ google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
137
+ google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
138
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
139
+ google.golang.org/grpc v1.66.2 // indirect
144
140
google.golang.org/protobuf v1.34.2 // indirect
145
141
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
146
142
)
0 commit comments