forked from goccy/bigquery-emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ced9fd1
commit f28a97f
Showing
13 changed files
with
1,046 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM golang:1.20.1-bullseye | ||
FROM golang:1.22.7-bullseye | ||
|
||
RUN apt-get update && apt-get install -y --no-install-recommends clang | ||
RUN apt-get update && apt-get install -y --no-install-recommends clang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,100 @@ | ||
module github.com/goccy/bigquery-emulator | ||
|
||
go 1.20 | ||
go 1.22 | ||
|
||
require ( | ||
cloud.google.com/go/bigquery v1.51.0 | ||
cloud.google.com/go/storage v1.29.0 | ||
cloud.google.com/go/bigquery v1.60.0 | ||
cloud.google.com/go/storage v1.39.1 | ||
github.com/GoogleCloudPlatform/golang-samples/bigquery v0.0.0-20221115172052-07ffb99455e8 | ||
github.com/apache/arrow/go/v10 v10.0.1 | ||
github.com/fsouza/fake-gcs-server v1.43.0 | ||
github.com/go-playground/validator/v10 v10.11.0 | ||
github.com/goccy/go-json v0.10.0 | ||
github.com/goccy/go-yaml v1.9.5 | ||
github.com/goccy/go-zetasql v0.5.1 | ||
github.com/goccy/go-zetasqlite v0.17.2 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/googleapis/gax-go/v2 v2.7.1 | ||
github.com/goccy/go-json v0.10.2 | ||
github.com/goccy/go-yaml v1.11.0 | ||
github.com/goccy/go-zetasql v0.5.5 | ||
github.com/goccy/go-zetasqlite v0.19.3 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/googleapis/gax-go/v2 v2.12.3 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/linkedin/goavro/v2 v2.12.0 | ||
github.com/rs/xid v1.4.0 | ||
github.com/segmentio/parquet-go v0.0.0-20221020201645-63215c8128ff | ||
github.com/parquet-go/parquet-go v0.23.0 | ||
github.com/rs/xid v1.6.0 | ||
go.opencensus.io v0.24.0 | ||
go.uber.org/zap v1.21.0 | ||
golang.org/x/oauth2 v0.6.0 | ||
golang.org/x/sync v0.1.0 | ||
google.golang.org/api v0.114.0 | ||
google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea | ||
google.golang.org/grpc v1.54.0 | ||
google.golang.org/protobuf v1.30.0 | ||
golang.org/x/oauth2 v0.18.0 | ||
golang.org/x/sync v0.6.0 | ||
google.golang.org/api v0.170.0 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c | ||
google.golang.org/grpc v1.62.1 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.110.0 // indirect | ||
cloud.google.com/go/compute v1.19.0 // indirect | ||
cloud.google.com/go v0.112.1 // indirect | ||
cloud.google.com/go/compute v1.24.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v0.13.0 // indirect | ||
cloud.google.com/go/pubsub v1.30.0 // indirect | ||
cloud.google.com/go/iam v1.1.7 // indirect | ||
cloud.google.com/go/pubsub v1.36.1 // indirect | ||
github.com/DataDog/go-hll v1.0.2 // indirect | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/apache/arrow/go/v11 v11.0.0 // indirect | ||
github.com/apache/thrift v0.16.0 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/apache/arrow/go/v14 v14.0.2 // indirect | ||
github.com/apache/thrift v0.17.0 // indirect | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/dlclark/regexp2 v1.7.0 // indirect | ||
github.com/dop251/goja v0.0.0-20221118162653-d4bf6fde1b86 // indirect | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.2 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-playground/locales v0.14.0 // indirect | ||
github.com/go-playground/universal-translator v0.18.0 // indirect | ||
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/flatbuffers v2.0.8+incompatible // indirect | ||
github.com/google/flatbuffers v23.5.26+incompatible // indirect | ||
github.com/google/renameio/v2 v2.0.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/gorilla/handlers v1.5.1 // indirect | ||
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 | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.16 // indirect | ||
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect | ||
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.15 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pkg/xattr v0.4.9 // indirect | ||
github.com/segmentio/encoding v0.3.5 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/segmentio/encoding v0.4.0 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect | ||
github.com/zeebo/xxh3 v1.0.2 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect | ||
go.opentelemetry.io/otel v1.24.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.24.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.24.0 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
gonum.org/v1/gonum v0.11.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
gonum.org/v1/gonum v0.12.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect | ||
) |
Oops, something went wrong.