Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/align fork with origin #4

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ workflows:
filters:
branches:
only:
- main
- main
- feature/align-fork-with-origin
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.3-bullseye
FROM golang:1.22.7-bullseye

ARG VERSION

Expand All @@ -11,7 +11,7 @@ RUN go mod download

COPY . ./

RUN make emulator/build
RUN make build

FROM debian:bullseye AS emulator

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.builder
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker-build:
docker \
build \
-t bigquery-emulator \
-t us.gcr.io/marble-light-dev/bigquery-emulator:latest \
-t us.gcr.io/marble-light-dev/bigquery-emulator:test-merge \
--build-arg VERSION=$(VERSION) \
--platform=$(DOCKER_PLATFORM) \
.
1 change: 1 addition & 0 deletions _gomodcache/cache/download/cloud.google.com/go/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.110.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.110.0","Time":"2023-02-15T18:08:27Z","Origin":{"VCS":"git","URL":"https://github.com/googleapis/google-cloud-go","Ref":"refs/tags/v0.110.0","Hash":"b4d0ff0e4e7be0f8048416f13db56d1c7bb6bec0"}}
Empty file.
31 changes: 31 additions & 0 deletions _gomodcache/cache/download/cloud.google.com/go/@v/v0.110.0.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
module cloud.google.com/go

go 1.19

require (
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/storage v1.28.1
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.9
github.com/google/martian/v3 v3.3.2
github.com/googleapis/gax-go/v2 v2.7.0
go.opencensus.io v0.24.0
golang.org/x/oauth2 v0.5.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/api v0.110.0
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

require (
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/iam v0.8.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:Zc8gqp3+a9/Eyph2KDmcGaPtbKRIoqq4YTlL4NMD0Ys=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.51.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.51.0","Time":"2023-04-17T15:41:26Z","Origin":{"VCS":"git","URL":"https://github.com/googleapis/google-cloud-go","Subdir":"bigquery","Ref":"refs/tags/bigquery/v1.51.0","Hash":"3503e027e330c8061fc0e797860398ba713a79c8"}}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
module cloud.google.com/go/bigquery

go 1.19

require (
cloud.google.com/go v0.110.0
cloud.google.com/go/datacatalog v1.13.0
cloud.google.com/go/iam v0.13.0
cloud.google.com/go/storage v1.29.0
github.com/apache/arrow/go/v11 v11.0.0
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/googleapis/gax-go/v2 v2.7.1
go.opencensus.io v0.24.0
golang.org/x/sync v0.1.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
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
)

require (
cloud.google.com/go/compute v1.19.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/longrunning v0.4.1 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/apache/thrift v0.16.0 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v2.0.8+incompatible // indirect
github.com/google/martian/v3 v3.3.2 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // 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/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.6.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
google.golang.org/appengine v1.6.7 // indirect
)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:Y3qpQAdMQlbD2xJ70Y6flcK/CVpjLRuVrR0rJSi7wD4=
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:+9zda3WGgW1ZSTlVppLCYFIr48Pa35q1uG2N1itbCEQ=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.2.3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.2.3","Time":"2022-12-15T21:47:22Z","Origin":{"VCS":"git","URL":"https://github.com/googleapis/google-cloud-go","Subdir":"compute/metadata","Ref":"refs/tags/compute/metadata/v0.2.3","Hash":"cf8081fada0955a1682ce3fc400b44bc141309c7"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module cloud.google.com/go/compute/metadata

go 1.19

require cloud.google.com/go/compute v1.14.0
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=
1 change: 1 addition & 0 deletions _gomodcache/cache/download/cloud.google.com/go/iam/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.13.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.13.0","Time":"2023-03-15T18:03:28Z","Origin":{"VCS":"git","URL":"https://github.com/googleapis/google-cloud-go","Subdir":"iam","Ref":"refs/tags/iam/v0.13.0","Hash":"c2bf628da9b4f30df75608ffa77c2fb8d6a6cf8d"}}
Empty file.
28 changes: 28 additions & 0 deletions _gomodcache/cache/download/cloud.google.com/go/iam/@v/v0.13.0.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
module cloud.google.com/go/iam

go 1.19

require (
cloud.google.com/go v0.110.0
cloud.google.com/go/longrunning v0.4.1
github.com/golang/protobuf v1.5.2
github.com/googleapis/gax-go/v2 v2.7.0
google.golang.org/api v0.110.0
google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

require (
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.5.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:+CmB+K0J/33d0zSQ9SlFWUeCCEn5XJA0ZMZ3pHE9u8k=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.29.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.29.0","Time":"2023-01-19T20:36:08Z","Origin":{"VCS":"git","URL":"https://github.com/googleapis/google-cloud-go","Subdir":"storage","Ref":"refs/tags/storage/v1.29.0","Hash":"89071ae6ddd608d93aee14bc5b26dc6790a2669d"}}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
module cloud.google.com/go/storage

go 1.19

require (
cloud.google.com/go v0.107.0
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/iam v0.8.0
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/googleapis/gax-go/v2 v2.7.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/api v0.106.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
)

require (
cloud.google.com/go/compute v1.14.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/martian/v3 v3.2.1 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:6weCgzRvMg7lzuUurI4697AqIRPU1SvzHhynwpW31jI=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.0.2","Time":"2020-02-26T21:09:22Z"}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/DataDog/go-hll

go 1.12

require (
github.com/davecgh/go-spew v1.1.0
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.2.2
)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:Mm1HCqDMp/a6g/8OpJLkORYaRMy1AL0Kep8lopOgJeY=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.0.4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.0.4","Time":"2021-09-22T18:21:01Z"}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/andybalholm/brotli

go 1.12

retract v1.0.1 // occasional panics and data corruption
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v10.0.1","Time":"2022-11-15T23:56:46Z","Origin":{"VCS":"git","URL":"https://github.com/apache/arrow","Subdir":"go","Ref":"refs/tags/go/v10.0.1","Hash":"a6eabc2b890030578131aecc5e85900597d694a4"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

module github.com/apache/arrow/go/v10

go 1.17

require (
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
github.com/andybalholm/brotli v1.0.4
github.com/apache/thrift v0.16.0
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/goccy/go-json v0.9.11
github.com/golang/snappy v0.0.4
github.com/google/flatbuffers v2.0.8+incompatible
github.com/klauspost/asmfmt v1.3.2
github.com/klauspost/compress v1.15.9
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
github.com/pierrec/lz4/v4 v4.1.15
github.com/stretchr/testify v1.8.0
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
golang.org/x/tools v0.1.12
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
gonum.org/v1/gonum v0.11.0
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
modernc.org/sqlite v1.18.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.36.3 // indirect
modernc.org/ccgo/v3 v3.16.9 // indirect
modernc.org/libc v1.17.1 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.2.1 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.0.0 // indirect
)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:n9dERvixoC/1JjDmBcs9FPaEryoANa2sCgVFo6ez9cI=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v11.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v11.0.0","Time":"2023-01-18T08:38:47Z","Origin":{"VCS":"git","URL":"https://github.com/apache/arrow","Subdir":"go","Ref":"refs/tags/go/v11.0.0","Hash":"f10f5cfd1376fb0e602334588b3f3624d41dee7d"}}
Loading