Skip to content

Commit

Permalink
Merge pull request #90 from gcpug/move-memefish
Browse files Browse the repository at this point in the history
follow memefish org change
  • Loading branch information
kazegusuri authored Apr 3, 2023
2 parents aaaac4b + 5c3aa02 commit d1ab09f
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions fake/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (
lropb "cloud.google.com/go/longrunning/autogen/longrunningpb"
adminv1pb "cloud.google.com/go/spanner/admin/database/apiv1/databasepb"
spannerpb "cloud.google.com/go/spanner/apiv1/spannerpb"
"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/MakeNowJust/memefish/pkg/parser"
"github.com/MakeNowJust/memefish/pkg/token"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/parser"
"github.com/cloudspannerecosystem/memefish/pkg/token"
"github.com/gcpug/handy-spanner/server"
"google.golang.org/grpc"
channelzsvc "google.golang.org/grpc/channelz/service"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
cloud.google.com/go/iam v0.12.0
cloud.google.com/go/longrunning v0.4.1
cloud.google.com/go/spanner v1.44.0
github.com/MakeNowJust/memefish v0.0.0-20221115050542-593cc9bc6771
github.com/cloudspannerecosystem/memefish v0.0.0-20230403015737-24c8a514b9e7
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/MakeNowJust/heredoc/v2 v2.0.1 h1:rlCHh70XXXv7toz95ajQWOWQnN4WNLt0TdpZYIR/J6A=
github.com/MakeNowJust/heredoc/v2 v2.0.1/go.mod h1:6/2Abh5s+hc3g9nbWLe9ObDIOhaRrqsyY9MWy+4JdRM=
github.com/MakeNowJust/memefish v0.0.0-20221115050542-593cc9bc6771 h1:yRvcPV9ni4x8SCrcEaJMtK3QAJ3BMgrBHeYfhqxMSLM=
github.com/MakeNowJust/memefish v0.0.0-20221115050542-593cc9bc6771/go.mod h1:G+oSZHOXl0BMLe9l4RAfzrKo/0oSdBZBZSdN1Kd5OWs=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand All @@ -63,6 +61,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudspannerecosystem/memefish v0.0.0-20230403015737-24c8a514b9e7 h1:DK2bE+VunkY4DrCWzn8TNcfwXlfCVCRCt08NFiFRg70=
github.com/cloudspannerecosystem/memefish v0.0.0-20230403015737-24c8a514b9e7/go.mod h1:nfEJK986tmIKMHs6i62pQecA5F6N0N67NsofayZEVKo=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI=
Expand Down
2 changes: 1 addition & 1 deletion server/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"sync/atomic"
"time"

"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
uuidpkg "github.com/google/uuid"
sqlite "github.com/mattn/go-sqlite3"
"google.golang.org/grpc/codes"
Expand Down
4 changes: 2 additions & 2 deletions server/database_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"testing"
"time"

"github.com/MakeNowJust/memefish/pkg/parser"
"github.com/MakeNowJust/memefish/pkg/token"
"github.com/cloudspannerecosystem/memefish/pkg/parser"
"github.com/cloudspannerecosystem/memefish/pkg/token"
cmp "github.com/google/go-cmp/cmp"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
Expand Down
6 changes: 3 additions & 3 deletions server/database_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
"testing"
"time"

"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/MakeNowJust/memefish/pkg/parser"
"github.com/MakeNowJust/memefish/pkg/token"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/parser"
"github.com/cloudspannerecosystem/memefish/pkg/token"
cmp "github.com/google/go-cmp/cmp"
"google.golang.org/genproto/googleapis/rpc/errdetails"
"google.golang.org/grpc/codes"
Expand Down
2 changes: 1 addition & 1 deletion server/meta_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package server

import (
"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
)

var metaTablesMap = map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion server/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"strings"
"time"

"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
Expand Down
6 changes: 3 additions & 3 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import (
lropb "cloud.google.com/go/longrunning/autogen/longrunningpb"
adminv1pb "cloud.google.com/go/spanner/admin/database/apiv1/databasepb"
spannerpb "cloud.google.com/go/spanner/apiv1/spannerpb"
"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/MakeNowJust/memefish/pkg/parser"
"github.com/MakeNowJust/memefish/pkg/token"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/parser"
"github.com/cloudspannerecosystem/memefish/pkg/token"
rpcstatus "google.golang.org/genproto/googleapis/rpc/status"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
Expand Down
2 changes: 1 addition & 1 deletion server/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"fmt"
"strconv"

"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
)

type Table struct {
Expand Down
2 changes: 1 addition & 1 deletion server/value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"time"

"database/sql"
"github.com/MakeNowJust/memefish/pkg/ast"
"github.com/cloudspannerecosystem/memefish/pkg/ast"
cmp "github.com/google/go-cmp/cmp"
uuidpkg "github.com/google/uuid"
spannerpb "google.golang.org/genproto/googleapis/spanner/v1"
Expand Down

0 comments on commit d1ab09f

Please sign in to comment.