From b92219b04bff07e065bd44e5ddfafbd9c2615bfa Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 14 Dec 2021 08:12:26 +0000 Subject: [PATCH] Update package name and location --- LICENSE | 2 +- Makefile | 2 +- README.md | 4 +- build/flags.sh | 6 +-- cli/cli.go | 4 +- cli/export.go | 4 +- cli/import.go | 4 +- cli/logo.go | 2 +- cli/setup.go | 8 ++-- cli/start.go | 10 ++--- cli/version.go | 4 +- cnf/auth.go | 2 +- cnf/cnf.go | 2 +- cnf/kind.go | 2 +- db/access.go | 4 +- db/cache.go | 2 +- db/check.go | 6 +-- db/context.go | 4 +- db/create.go | 12 +++--- db/create_test.go | 4 +- db/db.go | 14 +++---- db/db_test.go | 10 ++--- db/define.go | 10 ++--- db/define_test.go | 6 +-- db/delete.go | 10 ++--- db/delete_test.go | 2 +- db/document.go | 12 +++--- db/error.go | 4 +- db/event.go | 6 +-- db/executor.go | 14 +++---- db/export.go | 14 +++---- db/fetch.go | 14 +++---- db/fetch_test.go | 2 +- db/gen.go | 2 +- db/ifelse.go | 6 +-- db/ifelse_test.go | 4 +- db/info.go | 8 ++-- db/info_test.go | 4 +- db/insert.go | 10 ++--- db/insert_test.go | 6 +-- db/iterator.go | 24 ++++++------ db/let.go | 6 +-- db/let_test.go | 2 +- db/live.go | 8 ++-- db/lives.go | 4 +- db/merge.go | 12 +++--- db/mutex.go | 2 +- db/mutex_test.go | 4 +- db/opt.go | 6 +-- db/perms.go | 8 ++-- db/pool.go | 2 +- db/relate.go | 12 +++--- db/remove.go | 8 ++-- db/remove_test.go | 4 +- db/return.go | 4 +- db/return_test.go | 2 +- db/run.go | 4 +- db/run_test.go | 2 +- db/scope_test.go | 6 +-- db/select.go | 10 ++--- db/select_test.go | 6 +-- db/session.go | 4 +- db/socket.go | 18 ++++----- db/table.go | 10 ++--- db/update.go | 10 ++--- db/update_test.go | 6 +-- db/upsert.go | 10 ++--- db/upsert_test.go | 6 +-- db/use.go | 6 +-- db/vars.go | 2 +- db/yield.go | 6 +-- db/yield_test.go | 4 +- go.mod | 43 ++++++++++----------- go.sum | 81 +++++++++++++++++++++------------------- kvs/db.go | 2 +- kvs/ds.go | 4 +- kvs/err.go | 2 +- kvs/kv.go | 2 +- kvs/main.go | 6 +-- kvs/rixxdb/db.go | 8 ++-- kvs/rixxdb/main.go | 10 ++--- kvs/rixxdb/tx.go | 6 +-- kvs/tx.go | 2 +- log/hook.go | 2 +- log/json.go | 2 +- log/log.go | 2 +- log/stackdriver.go | 6 +-- log/text.go | 2 +- log/tty.go | 2 +- log/vars.go | 2 +- main.go | 4 +- sql/ast.go | 2 +- sql/check.go | 2 +- sql/cork.go | 6 +-- sql/create.go | 2 +- sql/data.go | 2 +- sql/database.go | 2 +- sql/define.go | 2 +- sql/delete.go | 2 +- sql/echo.go | 2 +- sql/error.go | 2 +- sql/event.go | 2 +- sql/exprs.go | 2 +- sql/field.go | 2 +- sql/funcs.go | 2 +- sql/gen.go | 2 +- sql/ifelse.go | 2 +- sql/index.go | 2 +- sql/info.go | 2 +- sql/insert.go | 2 +- sql/kill.gen.go | 2 +- sql/kill.gen.go.tmpl | 2 +- sql/kill_test.go | 2 +- sql/let.go | 2 +- sql/live.go | 2 +- sql/login.go | 2 +- sql/namespace.go | 2 +- sql/option.go | 2 +- sql/parser.go | 2 +- sql/perms.go | 2 +- sql/rdwr.gen.go | 2 +- sql/rdwr.gen.go.tmpl | 2 +- sql/rdwr_test.go | 2 +- sql/relate.go | 2 +- sql/remove.go | 2 +- sql/return.go | 2 +- sql/run.go | 2 +- sql/scanner.go | 2 +- sql/scope.go | 2 +- sql/select.go | 2 +- sql/sql.go | 2 +- sql/sql_test.go | 2 +- sql/string.go | 2 +- sql/table.go | 2 +- sql/token.go | 2 +- sql/tokens.go | 2 +- sql/trans.go | 2 +- sql/update.go | 2 +- sql/upsert.go | 2 +- sql/use.go | 2 +- sql/util.go | 2 +- txn/db.go | 10 ++--- txn/dt.go | 10 ++--- txn/du.go | 10 ++--- txn/err.go | 2 +- txn/ev.go | 10 ++--- txn/fd.go | 10 ++--- txn/ft.go | 10 ++--- txn/ix.go | 10 ++--- txn/lv.go | 10 ++--- txn/ns.go | 10 ++--- txn/nt.go | 10 ++--- txn/nu.go | 10 ++--- txn/sc.go | 10 ++--- txn/st.go | 10 ++--- txn/tb.go | 10 ++--- txn/txn.go | 4 +- util/build/build.go | 2 +- util/comp/comp.go | 4 +- util/conv/conv.go | 4 +- util/data/data.go | 6 +-- util/data/data_test.go | 2 +- util/deep/deep.go | 2 +- util/diff/diff.go | 6 +-- util/diff/diff_test.go | 4 +- util/dupe/dupe.go | 2 +- util/fake/bool.go | 2 +- util/fake/char.go | 2 +- util/fake/company.go | 2 +- util/fake/fake.go | 2 +- util/fake/guid.go | 4 +- util/fake/latin.go | 2 +- util/fake/location.go | 2 +- util/fake/lorem.go | 2 +- util/fake/number.go | 2 +- util/fake/person.go | 2 +- util/fake/string.go | 2 +- util/fake/time.go | 2 +- util/fake/uuid.go | 4 +- util/fake/web.go | 2 +- util/fncs/args.go | 4 +- util/fncs/args_test.go | 4 +- util/fncs/array.go | 2 +- util/fncs/array_test.go | 2 +- util/fncs/batch.go | 6 +-- util/fncs/batch_test.go | 4 +- util/fncs/bcrypt.go | 2 +- util/fncs/bcrypt_test.go | 2 +- util/fncs/count.go | 2 +- util/fncs/count_test.go | 2 +- util/fncs/either.go | 2 +- util/fncs/either_test.go | 2 +- util/fncs/email.go | 2 +- util/fncs/email_test.go | 2 +- util/fncs/fnc.go | 2 +- util/fncs/fnc_test.go | 2 +- util/fncs/geo.go | 6 +-- util/fncs/geo_test.go | 4 +- util/fncs/get.go | 6 +-- util/fncs/get_test.go | 4 +- util/fncs/hash.go | 2 +- util/fncs/hash_test.go | 2 +- util/fncs/http.go | 6 +-- util/fncs/http_test.go | 2 +- util/fncs/if.go | 2 +- util/fncs/if_test.go | 2 +- util/fncs/is.go | 2 +- util/fncs/is_test.go | 2 +- util/fncs/math.go | 4 +- util/fncs/math_test.go | 2 +- util/fncs/model.go | 6 +-- util/fncs/model_test.go | 4 +- util/fncs/purge.go | 2 +- util/fncs/purge_test.go | 2 +- util/fncs/rand.go | 4 +- util/fncs/rand_test.go | 2 +- util/fncs/regex.go | 2 +- util/fncs/regex_test.go | 2 +- util/fncs/scrypt.go | 2 +- util/fncs/scrypt_test.go | 2 +- util/fncs/sets.go | 2 +- util/fncs/sets_test.go | 2 +- util/fncs/string.go | 8 ++-- util/fncs/string_test.go | 2 +- util/fncs/table.go | 6 +-- util/fncs/table_test.go | 4 +- util/fncs/thing.go | 6 +-- util/fncs/thing_test.go | 4 +- util/fncs/time.go | 2 +- util/fncs/time_test.go | 2 +- util/fncs/url.go | 2 +- util/fncs/url_test.go | 2 +- util/geof/contains.go | 4 +- util/geof/geohash.go | 4 +- util/geof/haversine.go | 4 +- util/geof/inside.go | 4 +- util/geof/intersects.go | 2 +- util/geof/point.go | 4 +- util/geof/raycast.go | 4 +- util/guid/guid.go | 2 +- util/guid/guid_test.go | 2 +- util/hook/hook.go | 2 +- util/indx/indx.go | 6 +-- util/indx/indx_test.go | 6 +-- util/ints/ints.go | 2 +- util/ints/ints_test.go | 2 +- util/keys/database.go | 2 +- util/keys/db.go | 2 +- util/keys/decode.go | 2 +- util/keys/dt.go | 2 +- util/keys/du.go | 2 +- util/keys/edge.go | 2 +- util/keys/encode.go | 2 +- util/keys/ev.go | 2 +- util/keys/fd.go | 2 +- util/keys/field.go | 2 +- util/keys/ft.go | 2 +- util/keys/full_test.go | 2 +- util/keys/index.go | 2 +- util/keys/ix.go | 2 +- util/keys/keys.go | 2 +- util/keys/keys_test.go | 2 +- util/keys/kv.go | 2 +- util/keys/lv.go | 2 +- util/keys/namespace.go | 2 +- util/keys/ns.go | 2 +- util/keys/nt.go | 2 +- util/keys/nu.go | 2 +- util/keys/output.go | 2 +- util/keys/patch.go | 2 +- util/keys/point.go | 2 +- util/keys/reader.go | 4 +- util/keys/sc.go | 2 +- util/keys/st.go | 2 +- util/keys/table.go | 2 +- util/keys/tb.go | 2 +- util/keys/thing.go | 2 +- util/keys/writer.go | 4 +- util/lang/lang.go | 2 +- util/lang/lang_test.go | 2 +- util/math/abs.go | 2 +- util/math/bool.go | 2 +- util/math/bottom.go | 2 +- util/math/ceil.go | 2 +- util/math/copy.go | 2 +- util/math/correlation.go | 2 +- util/math/covariance.go | 2 +- util/math/deviation.go | 2 +- util/math/floor.go | 2 +- util/math/max.go | 2 +- util/math/mean.go | 2 +- util/math/median.go | 2 +- util/math/midhinge.go | 2 +- util/math/min.go | 2 +- util/math/mode.go | 2 +- util/math/percentile.go | 2 +- util/math/product.go | 2 +- util/math/quartile.go | 2 +- util/math/round.go | 2 +- util/math/sample.go | 2 +- util/math/size.go | 2 +- util/math/sort.go | 2 +- util/math/spread.go | 2 +- util/math/sqrt.go | 2 +- util/math/sum.go | 2 +- util/math/top.go | 2 +- util/math/trimean.go | 2 +- util/math/variance.go | 2 +- util/math/whole.go | 2 +- util/nums/nums.go | 2 +- util/pack/pack.go | 4 +- util/rand/ints.go | 2 +- util/rand/rand.go | 2 +- util/rand/rand_test.go | 2 +- util/rand/strings.go | 2 +- util/show/show.go | 12 +++--- util/slug/lang.go | 2 +- util/slug/slug.go | 2 +- util/text/text.go | 2 +- util/uuid/uuid.go | 2 +- util/uuid/uuid_test.go | 2 +- web/auth.go | 12 +++--- web/err.go | 6 +-- web/export.go | 8 ++-- web/live.go | 6 +-- web/routes.go | 14 +++---- web/rpc.go | 10 ++--- web/sess.go | 4 +- web/signin.go | 14 +++---- web/signup.go | 14 +++---- web/sync.go | 8 ++-- web/vars.go | 2 +- web/web.go | 10 ++--- 333 files changed, 726 insertions(+), 720 deletions(-) diff --git a/LICENSE b/LICENSE index b5c9b2f3..8b50463e 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Abcum Ltd. + Copyright © 2020 SurrealDB Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index adec6b11..35cb7930 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2016 Abcum Ltd +# Copyright © 2016 SurrealDB Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 08896bf3..c9c53794 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Surreal is a scalable, distributed, strongly-consistent, collaborative document-graph database. -[![](https://img.shields.io/circleci/token/adb5ca379a334a4011fa894275c312fe35833d6d/project/abcum/surreal/master.svg?style=flat-square)](https://circleci.com/gh/abcum/surreal) [![](https://img.shields.io/badge/status-alpha-ff00bb.svg?style=flat-square)](https://github.com/abcum/surreal) [![](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/abcum/surreal) [![](https://goreportcard.com/badge/github.com/abcum/surreal?style=flat-square)](https://goreportcard.com/report/github.com/abcum/surreal) [![](https://img.shields.io/badge/license-Apache_License_2.0-00bfff.svg?style=flat-square)](https://github.com/abcum/surreal) +[![](https://img.shields.io/badge/status-alpha-ff00bb.svg?style=flat-square)](https://github.com/surrealdb/surrealdb) [![](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/surrealdb/surrealdb) [![](https://goreportcard.com/badge/github.com/surrealdb/surrealdb?style=flat-square)](https://goreportcard.com/report/github.com/surrealdb/surrealdb) [![](https://img.shields.io/badge/license-Apache_License_2.0-00bfff.svg?style=flat-square)](https://github.com/surrealdb/surrealdb) #### Features @@ -51,7 +51,7 @@ Surreal is a scalable, distributed, strongly-consistent, collaborative document- #### Installation ```bash -go get github.com/abcum/surreal +go get github.com/surrealdb/surrealdb ``` #### Running diff --git a/build/flags.sh b/build/flags.sh index 0288e957..cb358f24 100755 --- a/build/flags.sh +++ b/build/flags.sh @@ -4,6 +4,6 @@ set -eu cd "$(dirname "${0}")/.." -echo '-X "github.com/abcum/surreal/util/build.rev='$(git rev-parse HEAD)'"' \ - '-X "github.com/abcum/surreal/util/build.ver='$(git describe --tags --abbrev=0 || echo 0.0.0)'"' \ - '-X "github.com/abcum/surreal/util/build.time='$(date -u '+%Y/%m/%d %H:%M:%S')'"' +echo '-X "github.com/surrealdb/surrealdb/util/build.rev='$(git rev-parse HEAD)'"' \ + '-X "github.com/surrealdb/surrealdb/util/build.ver='$(git describe --tags --abbrev=0 || echo 0.0.0)'"' \ + '-X "github.com/surrealdb/surrealdb/util/build.time='$(date -u '+%Y/%m/%d %H:%M:%S')'"' diff --git a/cli/cli.go b/cli/cli.go index e61841dc..ecd722f4 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ import ( "github.com/spf13/cobra" - "github.com/abcum/surreal/cnf" + "github.com/surrealdb/surrealdb/cnf" ) var opts *cnf.Options diff --git a/cli/export.go b/cli/export.go index 16936594..4a2a27f8 100644 --- a/cli/export.go +++ b/cli/export.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" - "github.com/abcum/surreal/log" + "github.com/surrealdb/surrealdb/log" ) var ( diff --git a/cli/import.go b/cli/import.go index 473d44c4..8502e625 100644 --- a/cli/import.go +++ b/cli/import.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import ( "github.com/spf13/cobra" - "github.com/abcum/surreal/log" + "github.com/surrealdb/surrealdb/log" ) var ( diff --git a/cli/logo.go b/cli/logo.go index 376ad42a..c02d850a 100644 --- a/cli/logo.go +++ b/cli/logo.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cli/setup.go b/cli/setup.go index 111f5a89..f03589ff 100644 --- a/cli/setup.go +++ b/cli/setup.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ import ( "encoding/pem" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/log" - "github.com/abcum/surreal/util/rand" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/log" + "github.com/surrealdb/surrealdb/util/rand" ) func setup() { diff --git a/cli/start.go b/cli/start.go index e639d57a..544068bf 100644 --- a/cli/start.go +++ b/cli/start.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package cli import ( "github.com/spf13/cobra" - "github.com/abcum/surreal/db" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/log" - "github.com/abcum/surreal/web" + "github.com/surrealdb/surrealdb/db" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/log" + "github.com/surrealdb/surrealdb/web" ) var startCmd = &cobra.Command{ diff --git a/cli/version.go b/cli/version.go index b2c3d5db..7c272cff 100644 --- a/cli/version.go +++ b/cli/version.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import ( "github.com/spf13/cobra" - "github.com/abcum/surreal/util/build" + "github.com/surrealdb/surrealdb/util/build" ) var versionCmd = &cobra.Command{ diff --git a/cnf/auth.go b/cnf/auth.go index f84eaffe..2861a90a 100644 --- a/cnf/auth.go +++ b/cnf/auth.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cnf/cnf.go b/cnf/cnf.go index 107a7437..b2f5a2a5 100644 --- a/cnf/cnf.go +++ b/cnf/cnf.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cnf/kind.go b/cnf/kind.go index 42e2c4c6..338a6942 100644 --- a/cnf/kind.go +++ b/cnf/kind.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/access.go b/db/access.go index 42b77f19..9747bfcc 100644 --- a/db/access.go +++ b/db/access.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" + "github.com/surrealdb/surrealdb/cnf" ) func (e *executor) access(ctx context.Context, kind cnf.Kind) (err error) { diff --git a/db/cache.go b/db/cache.go index 622935c7..754fb5c5 100644 --- a/db/cache.go +++ b/db/cache.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/check.go b/db/check.go index 2732ac3b..96f7980c 100644 --- a/db/check.go +++ b/db/check.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" ) func (d *document) check(ctx context.Context, cond sql.Expr) (ok bool, err error) { diff --git a/db/context.go b/db/context.go index 0e734dea..ca0384e4 100644 --- a/db/context.go +++ b/db/context.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" + "github.com/surrealdb/surrealdb/cnf" ) func vers(ctx context.Context) uint32 { diff --git a/db/create.go b/db/create.go index fa6db0ae..98a46ee0 100644 --- a/db/create.go +++ b/db/create.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,11 +19,11 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/guid" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/guid" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeCreate(ctx context.Context, stm *sql.CreateStatement) ([]interface{}, error) { diff --git a/db/create_test.go b/db/create_test.go index 6db85189..92d8d244 100644 --- a/db/create_test.go +++ b/db/create_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "testing" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/db.go b/db/db.go index 303cf927..69a3724c 100644 --- a/db/db.go +++ b/db/db.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -22,13 +22,13 @@ import ( "net/http" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" - _ "github.com/abcum/surreal/kvs/rixxdb" + _ "github.com/surrealdb/surrealdb/kvs/rixxdb" ) var KV string diff --git a/db/db_test.go b/db/db_test.go index 2d646405..99628a1c 100644 --- a/db/db_test.go +++ b/db/db_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package db import ( "net/http/httptest" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/util/uuid" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/util/uuid" ) var req *fibre.Request diff --git a/db/define.go b/db/define.go index 1fb71744..abe52150 100644 --- a/db/define.go +++ b/db/define.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance wdbh the License. @@ -19,10 +19,10 @@ import ( "golang.org/x/crypto/bcrypt" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" - "github.com/abcum/surreal/util/rand" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" + "github.com/surrealdb/surrealdb/util/rand" ) func (e *executor) executeDefineNamespace(ctx context.Context, ast *sql.DefineNamespaceStatement) (out []interface{}, err error) { diff --git a/db/define_test.go b/db/define_test.go index b0d9338b..479cc836 100644 --- a/db/define_test.go +++ b/db/define_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "testing" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/delete.go b/db/delete.go index c94fef7c..9f86d1cd 100644 --- a/db/delete.go +++ b/db/delete.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,10 +19,10 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeDelete(ctx context.Context, stm *sql.DeleteStatement) ([]interface{}, error) { diff --git a/db/delete_test.go b/db/delete_test.go index 708a7061..b523a8a7 100644 --- a/db/delete_test.go +++ b/db/delete_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/document.go b/db/document.go index 8bac218a..6f138910 100644 --- a/db/document.go +++ b/db/document.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,11 +19,11 @@ import ( "context" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/indx" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/indx" + "github.com/surrealdb/surrealdb/util/keys" ) type document struct { diff --git a/db/error.go b/db/error.go index 357dfab3..7474784a 100644 --- a/db/error.go +++ b/db/error.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "fmt" "time" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) // LiveError occurs when a query can not be run. diff --git a/db/event.go b/db/event.go index 636c7cd7..1cbac236 100644 --- a/db/event.go +++ b/db/event.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/util/data" ) // Event checks if any triggers are specified for this diff --git a/db/executor.go b/db/executor.go index 36809bd1..fa8b462c 100644 --- a/db/executor.go +++ b/db/executor.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -22,12 +22,12 @@ import ( "runtime/debug" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/log" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/log" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" ) type executor struct { diff --git a/db/export.go b/db/export.go index 7227ecd9..ce37d541 100644 --- a/db/export.go +++ b/db/export.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,12 +18,12 @@ import ( "fmt" "math" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/keys" ) var sep = ` diff --git a/db/fetch.go b/db/fetch.go index 990d6b7e..dc5c82dd 100644 --- a/db/fetch.go +++ b/db/fetch.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -26,12 +26,12 @@ import ( "golang.org/x/text/language" "golang.org/x/text/search" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/geof" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/deep" - "github.com/abcum/surreal/util/fncs" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/geof" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/deep" + "github.com/surrealdb/surrealdb/util/fncs" ) var ign = data.New() diff --git a/db/fetch_test.go b/db/fetch_test.go index ca4a5536..42d78ed9 100644 --- a/db/fetch_test.go +++ b/db/fetch_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/gen.go b/db/gen.go index a7d04222..da24f263 100644 --- a/db/gen.go +++ b/db/gen.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/ifelse.go b/db/ifelse.go index a51e6593..fd103c99 100644 --- a/db/ifelse.go +++ b/db/ifelse.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" ) func (e *executor) executeIfelse(ctx context.Context, stm *sql.IfelseStatement) (out []interface{}, err error) { diff --git a/db/ifelse_test.go b/db/ifelse_test.go index 9ca135c3..040ffc5d 100644 --- a/db/ifelse_test.go +++ b/db/ifelse_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "testing" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/info.go b/db/info.go index 550ee7db..9f6ef5db 100644 --- a/db/info.go +++ b/db/info.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,9 +17,9 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" ) func (e *executor) executeInfo(ctx context.Context, ast *sql.InfoStatement) (out []interface{}, err error) { diff --git a/db/info_test.go b/db/info_test.go index 3e0c640b..fe97d1a0 100644 --- a/db/info_test.go +++ b/db/info_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "testing" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/insert.go b/db/insert.go index d2709d6e..81fd08f2 100644 --- a/db/insert.go +++ b/db/insert.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,10 +19,10 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeInsert(ctx context.Context, stm *sql.InsertStatement) ([]interface{}, error) { diff --git a/db/insert_test.go b/db/insert_test.go index 906afcd0..b0d268d1 100644 --- a/db/insert_test.go +++ b/db/insert_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "testing" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/iterator.go b/db/iterator.go index acef6a9d..3aff1bc6 100644 --- a/db/iterator.go +++ b/db/iterator.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -21,17 +21,17 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/comp" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/fncs" - "github.com/abcum/surreal/util/guid" - "github.com/abcum/surreal/util/ints" - "github.com/abcum/surreal/util/keys" - "github.com/abcum/surreal/util/nums" - "github.com/abcum/surreal/util/rand" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/comp" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/fncs" + "github.com/surrealdb/surrealdb/util/guid" + "github.com/surrealdb/surrealdb/util/ints" + "github.com/surrealdb/surrealdb/util/keys" + "github.com/surrealdb/surrealdb/util/nums" + "github.com/surrealdb/surrealdb/util/rand" ) type iterator struct { diff --git a/db/let.go b/db/let.go index 4e87c0e6..24c1039f 100644 --- a/db/let.go +++ b/db/let.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" ) func (e *executor) executeLet(ctx context.Context, stm *sql.LetStatement) (out []interface{}, err error) { diff --git a/db/let_test.go b/db/let_test.go index 06b6ac2a..f87fe437 100644 --- a/db/let_test.go +++ b/db/let_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/live.go b/db/live.go index 13f90101..c7ef50cc 100644 --- a/db/live.go +++ b/db/live.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,9 +19,9 @@ import ( "context" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" ) var sockets sync.Map diff --git a/db/lives.go b/db/lives.go index 5f25032a..1e7737cf 100644 --- a/db/lives.go +++ b/db/lives.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "context" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) // Lives checks if any table views are specified for diff --git a/db/merge.go b/db/merge.go index 66824f4f..9d3044b7 100644 --- a/db/merge.go +++ b/db/merge.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,11 +19,11 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/conv" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/diff" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/conv" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/diff" ) var main = map[string]struct{}{ diff --git a/db/mutex.go b/db/mutex.go index a1847c4e..5b90f826 100644 --- a/db/mutex.go +++ b/db/mutex.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/mutex_test.go b/db/mutex_test.go index cfbb1a86..8eb94e5b 100644 --- a/db/mutex_test.go +++ b/db/mutex_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ import ( "sync" "testing" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/opt.go b/db/opt.go index bd6f9cd4..edb855f8 100644 --- a/db/opt.go +++ b/db/opt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,8 +18,8 @@ import ( "context" "strings" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" ) type options struct { diff --git a/db/perms.go b/db/perms.go index 11bf0ad1..e826627e 100644 --- a/db/perms.go +++ b/db/perms.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,9 +17,9 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" ) func (d *document) perms(ctx context.Context, doc *data.Doc) (err error) { diff --git a/db/pool.go b/db/pool.go index 871a451d..f0aa31a8 100644 --- a/db/pool.go +++ b/db/pool.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/relate.go b/db/relate.go index 88c72220..df75384e 100644 --- a/db/relate.go +++ b/db/relate.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,11 +19,11 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/guid" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/guid" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeRelate(ctx context.Context, stm *sql.RelateStatement) ([]interface{}, error) { diff --git a/db/remove.go b/db/remove.go index d12eddcf..43c93544 100644 --- a/db/remove.go +++ b/db/remove.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,9 +17,9 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeRemoveNamespace(ctx context.Context, ast *sql.RemoveNamespaceStatement) (out []interface{}, err error) { diff --git a/db/remove_test.go b/db/remove_test.go index f6415622..cdcfd315 100644 --- a/db/remove_test.go +++ b/db/remove_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "testing" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/return.go b/db/return.go index 9bae63ad..029c6546 100644 --- a/db/return.go +++ b/db/return.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "context" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func (e *executor) executeReturn(ctx context.Context, stm *sql.ReturnStatement) (out []interface{}, err error) { diff --git a/db/return_test.go b/db/return_test.go index 37001d5e..6c7b48d1 100644 --- a/db/return_test.go +++ b/db/return_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/run.go b/db/run.go index 42d3d2bc..4ea21b38 100644 --- a/db/run.go +++ b/db/run.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "context" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func (e *executor) executeRun(ctx context.Context, stm *sql.RunStatement) (out []interface{}, err error) { diff --git a/db/run_test.go b/db/run_test.go index 8dd6c8f7..5de9e615 100644 --- a/db/run_test.go +++ b/db/run_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/scope_test.go b/db/scope_test.go index d4ef3f0d..1b65cd44 100644 --- a/db/scope_test.go +++ b/db/scope_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "testing" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/select.go b/db/select.go index 5163f426..e441704f 100644 --- a/db/select.go +++ b/db/select.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeSelect(ctx context.Context, stm *sql.SelectStatement) ([]interface{}, error) { diff --git a/db/select_test.go b/db/select_test.go index d0196ca5..9525db75 100644 --- a/db/select_test.go +++ b/db/select_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "testing" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/session.go b/db/session.go index f118a287..64fefed0 100644 --- a/db/session.go +++ b/db/session.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ package db import ( - "github.com/abcum/fibre" + "github.com/surrealdb/fibre" ) func session(c *fibre.Context) (out map[string]interface{}) { diff --git a/db/socket.go b/db/socket.go index b79de3fb..cba94b36 100644 --- a/db/socket.go +++ b/db/socket.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,15 +20,15 @@ import ( "context" - "github.com/abcum/fibre" + "github.com/surrealdb/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/keys" - "github.com/abcum/surreal/util/uuid" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/keys" + "github.com/surrealdb/surrealdb/util/uuid" ) type socket struct { diff --git a/db/table.go b/db/table.go index 4a8b6da0..38a00ea2 100644 --- a/db/table.go +++ b/db/table.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,10 +19,10 @@ import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/fncs" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/fncs" + "github.com/surrealdb/surrealdb/util/keys" ) // Table checks if any table views are specified for diff --git a/db/update.go b/db/update.go index e6f1b949..dc737c48 100644 --- a/db/update.go +++ b/db/update.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,10 +19,10 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeUpdate(ctx context.Context, stm *sql.UpdateStatement) ([]interface{}, error) { diff --git a/db/update_test.go b/db/update_test.go index b9ca1e51..392d10f1 100644 --- a/db/update_test.go +++ b/db/update_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,8 +19,8 @@ import ( "testing" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/upsert.go b/db/upsert.go index 638b878d..64c1cb92 100644 --- a/db/upsert.go +++ b/db/upsert.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,10 +19,10 @@ import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/keys" ) func (e *executor) executeUpsert(ctx context.Context, stm *sql.UpsertStatement) ([]interface{}, error) { diff --git a/db/upsert_test.go b/db/upsert_test.go index 9c5c0948..81c9ef67 100644 --- a/db/upsert_test.go +++ b/db/upsert_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "testing" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/db/use.go b/db/use.go index ac0866e4..5be700e7 100644 --- a/db/use.go +++ b/db/use.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/sql" ) func (e *executor) executeUse(ctx context.Context, stm *sql.UseStatement) (out []interface{}, err error) { diff --git a/db/vars.go b/db/vars.go index ebb3b34a..1d5d2e0a 100644 --- a/db/vars.go +++ b/db/vars.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/db/yield.go b/db/yield.go index dab1d723..38276740 100644 --- a/db/yield.go +++ b/db/yield.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package db import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" ) func (d *document) cold(ctx context.Context) (doc *data.Doc, err error) { diff --git a/db/yield_test.go b/db/yield_test.go index 716a4447..04151a8b 100644 --- a/db/yield_test.go +++ b/db/yield_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package db import ( "testing" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/go.mod b/go.mod index d8a7cdac..5ffe539c 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,11 @@ -module github.com/abcum/surreal +module github.com/surrealdb/surrealdb go 1.17 require ( - cloud.google.com/go v0.97.0 + cloud.google.com/go v0.99.0 cloud.google.com/go/errorreporting v0.1.0 cloud.google.com/go/logging v1.4.2 - github.com/abcum/bump v0.0.0-20201116071400-31a74cba5f19 - github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1 - github.com/abcum/fibre v0.0.0-20211005070429-9c53d8998428 - github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb github.com/dgraph-io/ristretto v0.1.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/elithrar/simple-scrypt v1.3.0 @@ -22,46 +18,51 @@ require ( github.com/satori/go.uuid v1.2.0 github.com/sergi/go-diff v1.2.0 github.com/sirupsen/logrus v1.8.1 - github.com/smartystreets/goconvey v1.6.4 + github.com/smartystreets/goconvey v1.7.2 github.com/spf13/cobra v1.2.1 + github.com/surrealdb/bump v0.0.0-20211208111645-b89bf4013dc9 + github.com/surrealdb/cork v0.0.0-20211208110447-54ccd49930c9 + github.com/surrealdb/fibre v0.0.0-20211208172721-cc4f2770111e + github.com/surrealdb/rixxdb v0.0.0-20211019142450-5b9e2a203f4c github.com/ugorji/go/codec v1.2.6 - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 - golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b + golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b + golang.org/x/net v0.0.0-20211209124913-491a49abca63 golang.org/x/text v0.3.7 ) require ( - github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 // indirect + github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect + github.com/cespare/xxhash v1.1.0 // indirect github.com/cespare/xxhash/v2 v2.1.1 // indirect + github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect + github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect github.com/dustin/go-humanize v1.0.0 // indirect + github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0 // indirect + github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-cmp v0.5.6 // indirect - github.com/googleapis/gax-go/v2 v2.1.0 // indirect + github.com/googleapis/gax-go/v2 v2.1.1 // indirect github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jtolds/gls v4.20.0+incompatible // indirect github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.3 // indirect - github.com/mitchellh/mapstructure v1.4.1 // indirect + github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/ory/graceful v0.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/segmentio/ksuid v1.0.3 // indirect + github.com/segmentio/ksuid v1.0.4 // indirect github.com/smartystreets/assertions v1.2.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/ugorji/go/codec/codecgen v1.2.6 // indirect go.opencensus.io v0.23.0 // indirect - golang.org/x/mod v0.5.1 // indirect - golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect + golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect + golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect - golang.org/x/tools v0.1.7 // indirect - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect - google.golang.org/api v0.57.0 // indirect + google.golang.org/api v0.61.0 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0 // indirect + google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0 // indirect google.golang.org/grpc v1.40.0 // indirect google.golang.org/protobuf v1.27.1 // indirect ) diff --git a/go.sum b/go.sum index 30b1c528..4d50fb0e 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,9 @@ cloud.google.com/go v0.90.0/go.mod h1:kRX0mNRHe0e2rC6oNakvwQqzyDmg57xJ+SZU1eT2aD cloud.google.com/go v0.92.2/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+YI= cloud.google.com/go v0.93.3/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+YI= cloud.google.com/go v0.94.1/go.mod h1:qAlAugsXlC+JWO+Bke5vCtc9ONxjQT3drlTTnAplMW4= -cloud.google.com/go v0.97.0 h1:3DXvAyifywvq64LfkKaMOmkWPS1CikIQdMe2lY9vxU8= cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Udc= +cloud.google.com/go v0.99.0 h1:y/cM2iqGgGi5D5DQZl6D9STN/3dR/Vx5Mp8s752oJTY= +cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= @@ -52,23 +53,15 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9 dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= +github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/abcum/bump v0.0.0-20201116071400-31a74cba5f19 h1:FmvfNT034i2bxnBu18IL4mgwbQoJlySshTCVDmag0uk= -github.com/abcum/bump v0.0.0-20201116071400-31a74cba5f19/go.mod h1:4I2T23JoKcYIVfkro3Y5Lkay4kqEyna5FmLfkHgcTb8= -github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1 h1:HRy+gOcIbmHi2CHY/kVgbqJN0igBNj20Cl4u4Eg9d2g= -github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1/go.mod h1:4NyuORcAT6R8JYsS+CDcBa0TmSPnP7n0Kxrxiq9EZLw= -github.com/abcum/fibre v0.0.0-20211005070429-9c53d8998428 h1:GVKGSfklDeWDHGP+aS0j14iX/2zmxLFfjnECsGCevG0= -github.com/abcum/fibre v0.0.0-20211005070429-9c53d8998428/go.mod h1:ODK4gT46G71Rzh7jg7GCVeW86P1H0UETcLnR2E/7WJ0= -github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb h1:iS1RpYDGSvhFoCzO2zTMMXLPNG7KS+ezm38i9rpDwuM= -github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb/go.mod h1:/n9dcXlrp22Yy2p+0n9DynExr5Ne/VVuGvQfdgC7U3I= -github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 h1:hRp2bOK7p4HTCCFl4v0apR309NuN1qpKnWnX21JSCHQ= -github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1/go.mod h1:T/xXRVJ6YMMHqf+MiKW6KELsEmb2n4eNMsaNQ6lI5M8= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM= +github.com/census-instrumentation/opencensus-proto v0.2.1 h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= @@ -80,7 +73,9 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= +github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 h1:cqQfy1jclcSy/FwLjemeg3SR1yaINm74aQyupQ0Bl8M= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= +github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed h1:OZmjad4L3H8ncOIR8rnb5MREYqG8ixi5+WbeUsquF0c= github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= @@ -104,7 +99,9 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= +github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0 h1:dulLQAYQFYtG5MTplgNGHWuV2D+OBD+Z8lmDBmbLg+s= github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= +github.com/envoyproxy/protoc-gen-validate v0.1.0 h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= @@ -183,11 +180,13 @@ github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= +github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gax-go/v2 v2.1.0 h1:6DWmvNpomjL1+3liNSZbVns3zsYzzCjm6pRBO1tLeso= github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= +github.com/googleapis/gax-go/v2 v2.1.1 h1:dp3bWCh+PPO1zjRRiCSczJav13sBvG4UhNyVTa1KqdU= +github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 h1:l5lAOZEym3oK3SQ2HBHWsJUfbNBiTXJDeW2QDxw9AQ0= github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= @@ -248,9 +247,9 @@ github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS4 github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag= github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs= +github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= @@ -279,19 +278,20 @@ github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/segmentio/ksuid v1.0.3 h1:FoResxvleQwYiPAVKe1tMUlEirodZqlqglIuFsdDntY= -github.com/segmentio/ksuid v1.0.3/go.mod h1:/XUiZBD3kVx5SmUOl55voK5yeAbBNNIed+2O73XgrPE= +github.com/segmentio/ksuid v1.0.4 h1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c= +github.com/segmentio/ksuid v1.0.4/go.mod h1:/XUiZBD3kVx5SmUOl55voK5yeAbBNNIed+2O73XgrPE= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs= github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo= -github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= +github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg= +github.com/smartystreets/goconvey v1.7.2/go.mod h1:Vw0tHAZW6lzCRk3xgdin6fKYcG+G3Pg9vgXWeJpQFMM= +github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= @@ -310,14 +310,19 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/ugorji/go v1.2.1/go.mod h1:cSVypSfTLm2o9fKxXvQgn3rMmkPXovcWor6Qn5tbFmI= +github.com/surrealdb/bump v0.0.0-20211208102305-88d509230106/go.mod h1:7j+Wcc4B4QM++XXvz8wCpFdSRWHvWLWMr7iC6495KoM= +github.com/surrealdb/bump v0.0.0-20211208111645-b89bf4013dc9 h1:6yfxCWaPVNeA32FOgZRIor6nT8FhGDbeDVaFNm/3ago= +github.com/surrealdb/bump v0.0.0-20211208111645-b89bf4013dc9/go.mod h1:7j+Wcc4B4QM++XXvz8wCpFdSRWHvWLWMr7iC6495KoM= +github.com/surrealdb/cork v0.0.0-20211208110447-54ccd49930c9 h1:DeURFsQG41ZtWL76+wvSeohgLY6vyvoeRLauhNhy/A4= +github.com/surrealdb/cork v0.0.0-20211208110447-54ccd49930c9/go.mod h1:q+YzNz7MWmUNiYkZNDXuOSrp2pdIXGLdmpVgf2pcoG4= +github.com/surrealdb/fibre v0.0.0-20211208172721-cc4f2770111e h1:HGhm81GyA+dSwhF6RY+mATAqB/vcMIC39UUw5DBcxCo= +github.com/surrealdb/fibre v0.0.0-20211208172721-cc4f2770111e/go.mod h1:p7ih2w2iYiJauQciUUW8YpdMXdba08FtNbW9Zi7KltA= +github.com/surrealdb/rixxdb v0.0.0-20211019142450-5b9e2a203f4c h1:btj+hGxS7X4qHqceTIkCCWhdIgkSuNe96ZLB2lPLEs0= +github.com/surrealdb/rixxdb v0.0.0-20211019142450-5b9e2a203f4c/go.mod h1:S4h2aMp3Lk62FXmhCOdS0OeWuiaNeP8Vk4OOXnGa0Cw= github.com/ugorji/go v1.2.6 h1:tGiWC9HENWE2tqYycIqFTNorMmFRVhNwCpDOpWqnk8E= github.com/ugorji/go v1.2.6/go.mod h1:anCg0y61KIhDlPZmnH+so+RQbysYVyDko0IMgJv0Nn0= -github.com/ugorji/go/codec v1.2.1/go.mod h1:s/WxCRi46t8rA+fowL40EnmD7ec0XhR7ZypxeBNdzsM= github.com/ugorji/go/codec v1.2.6 h1:7kbGefxLoDBuYXOms4yD7223OpNMMPNPZxXk5TvFcyQ= github.com/ugorji/go/codec v1.2.6/go.mod h1:V6TCNZ4PHqoHGFZuSG1W8nrCzzdgA2DozYxWFFpvxTw= -github.com/ugorji/go/codec/codecgen v1.2.6 h1:7Hv5px3xQNvgYX2bhQv31edoyQYlcN6wOacsr0gLwGQ= -github.com/ugorji/go/codec/codecgen v1.2.6/go.mod h1:pOEF0qieVrlmZmMUXWdMkWFrE1zfcyOnge55NbLw30U= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -345,8 +350,8 @@ golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 h1:7I4JAnoQBe7ZtJcBaYHi5UtiO8tQHbUSXxL+pnGRANg= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b h1:QAqMVf3pSa6eeTsuklijukjXBlj7Es2QQplab+/RbQ4= +golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -382,8 +387,6 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38= -golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -421,8 +424,9 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b h1:SXy8Ld8oKlcogOvUAh0J5Pm5RKzgYBMMxLxt6n5XW50= -golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211209124913-491a49abca63 h1:iocB37TsdFuN6IBRZ+ry36wrkoV51/tl5vOWqkcPGvY= +golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -439,8 +443,9 @@ golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c/go.mod h1:KelEdhl1UZF7XfJ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw= golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 h1:RerP+noqYHUQ8CMRcPlC2nvTa4dcBIjegkuWdcUDuqg= +golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -486,7 +491,6 @@ golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -505,10 +509,9 @@ golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 h1:6wSTsvPddg9gc/mVEEyk9oOAoxn+bT4Z9q1zx+4RwA4= golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef h1:fPxZ3Umkct3LZ8gK9nbk+DWDJ9fstZa2grBn+lWVKPs= -golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 h1:TyHqChC80pFkXWraUUf6RuB5IqFdQieMLwwCJokV2pc= +golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -568,7 +571,6 @@ golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201028224754-2c115999a7f0/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= @@ -580,8 +582,6 @@ golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.7 h1:6j8CgantCy3yc8JGBqkDLMKWqZ0RDU2g1HVgacojGWQ= -golang.org/x/tools v0.1.7/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -616,8 +616,10 @@ google.golang.org/api v0.50.0/go.mod h1:4bNT5pAuq5ji4SRZm+5QIkjny9JAyVD/3gaSihNe google.golang.org/api v0.51.0/go.mod h1:t4HdrdoNgyN5cbEfm7Lum0lcLDLiise1F8qDKX00sOU= google.golang.org/api v0.54.0/go.mod h1:7C4bFFOvVDGXjfDTAsgGwDgAxRDeQ4X8NvUedIt6z3k= google.golang.org/api v0.55.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= -google.golang.org/api v0.57.0 h1:4t9zuDlHLcIx0ZEhmXEeFVCRsiOgpgn2QOH9N0MNjPI= +google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= google.golang.org/api v0.57.0/go.mod h1:dVPlbZyBo2/OjBpmvNdpn2GRm6rPy75jyU7bmhdrMgI= +google.golang.org/api v0.61.0 h1:TXXKS1slM3b2bZNJwD5DV/Tp6/M2cLzLOLh9PjDhrw8= +google.golang.org/api v0.61.0/go.mod h1:xQRti5UdCmoCEqFxcz93fTl338AVqDgyaDRuOZ3hg9I= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -682,8 +684,11 @@ google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8/go.mod h1:eFjDcFEc google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0 h1:5Tbluzus3QxoAJx4IefGt1W0HQZW4nuMrVk684jI74Q= +google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0 h1:c7yRRmuQiVMo+YppNj5MUREXUyc2lPo3DrtYMwaWQ28= +google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= diff --git a/kvs/db.go b/kvs/db.go index d3562077..98498982 100644 --- a/kvs/db.go +++ b/kvs/db.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/kvs/ds.go b/kvs/ds.go index 3721b1a3..487355b9 100644 --- a/kvs/ds.go +++ b/kvs/ds.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ import ( "io" "strings" - "github.com/abcum/surreal/cnf" + "github.com/surrealdb/surrealdb/cnf" ) // DB represents a backing datastore. diff --git a/kvs/err.go b/kvs/err.go index adbf5c4e..1e003f9e 100644 --- a/kvs/err.go +++ b/kvs/err.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/kvs/kv.go b/kvs/kv.go index 15a55ef8..68ee4eae 100644 --- a/kvs/kv.go +++ b/kvs/kv.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/kvs/main.go b/kvs/main.go index 4cad1863..2e49c30c 100644 --- a/kvs/main.go +++ b/kvs/main.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,8 +18,8 @@ import ( "context" "io" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/log" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/log" ) var ds *DS diff --git a/kvs/rixxdb/db.go b/kvs/rixxdb/db.go index 4b8a7b2a..e48a6e22 100644 --- a/kvs/rixxdb/db.go +++ b/kvs/rixxdb/db.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,9 +19,9 @@ import ( "context" - "github.com/abcum/rixxdb" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/log" + "github.com/surrealdb/rixxdb" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/log" ) type DB struct { diff --git a/kvs/rixxdb/main.go b/kvs/rixxdb/main.go index 9d22a361..a77741c3 100644 --- a/kvs/rixxdb/main.go +++ b/kvs/rixxdb/main.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,10 +15,10 @@ package rixxdb import ( - "github.com/abcum/rixxdb" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/log" + "github.com/surrealdb/rixxdb" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/log" ) func init() { diff --git a/kvs/rixxdb/tx.go b/kvs/rixxdb/tx.go index 27e6a8bc..1b3260b4 100644 --- a/kvs/rixxdb/tx.go +++ b/kvs/rixxdb/tx.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package rixxdb import ( "context" - "github.com/abcum/rixxdb" - "github.com/abcum/surreal/kvs" + "github.com/surrealdb/rixxdb" + "github.com/surrealdb/surrealdb/kvs" ) type TX struct { diff --git a/kvs/tx.go b/kvs/tx.go index 302d429e..8bb7539f 100644 --- a/kvs/tx.go +++ b/kvs/tx.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/hook.go b/log/hook.go index a1e54ff5..e4e52adb 100644 --- a/log/hook.go +++ b/log/hook.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/json.go b/log/json.go index 7e39ac30..3cb10537 100644 --- a/log/json.go +++ b/log/json.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/log.go b/log/log.go index 35042636..9e42483e 100644 --- a/log/log.go +++ b/log/log.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/stackdriver.go b/log/stackdriver.go index 8f8bfb4e..4000b7e1 100644 --- a/log/stackdriver.go +++ b/log/stackdriver.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -21,11 +21,11 @@ import ( "os" "time" - "github.com/abcum/fibre" + "github.com/surrealdb/fibre" "github.com/sirupsen/logrus" - "github.com/abcum/surreal/util/build" + "github.com/surrealdb/surrealdb/util/build" "cloud.google.com/go/compute/metadata" "cloud.google.com/go/errorreporting" diff --git a/log/text.go b/log/text.go index b7e27efa..be4d74b6 100644 --- a/log/text.go +++ b/log/text.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/tty.go b/log/tty.go index e5a85b88..1ef58a98 100644 --- a/log/tty.go +++ b/log/tty.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/vars.go b/log/vars.go index 18a851f9..9f08d068 100644 --- a/log/vars.go +++ b/log/vars.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index e001694d..108be2ff 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import ( "github.com/pkg/profile" - "github.com/abcum/surreal/cli" + "github.com/surrealdb/surrealdb/cli" ) func main() { diff --git a/sql/ast.go b/sql/ast.go index 22935ebb..96b9095c 100644 --- a/sql/ast.go +++ b/sql/ast.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/check.go b/sql/check.go index 5d7002ca..c76483c7 100644 --- a/sql/check.go +++ b/sql/check.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/cork.go b/sql/cork.go index 66c76b25..04969e47 100644 --- a/sql/cork.go +++ b/sql/cork.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,8 +15,8 @@ package sql import ( - "github.com/abcum/cork" - "github.com/abcum/surreal/util/pack" + "github.com/surrealdb/cork" + "github.com/surrealdb/surrealdb/util/pack" ) func decode(src []byte, dst interface{}) { diff --git a/sql/create.go b/sql/create.go index 5d1cf848..96eef4f3 100644 --- a/sql/create.go +++ b/sql/create.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/data.go b/sql/data.go index 403271e5..783e999c 100644 --- a/sql/data.go +++ b/sql/data.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/database.go b/sql/database.go index b472e4e8..b5621b03 100644 --- a/sql/database.go +++ b/sql/database.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/define.go b/sql/define.go index 8dee0e2c..b24117e7 100644 --- a/sql/define.go +++ b/sql/define.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/delete.go b/sql/delete.go index 0c2d1afa..4fa7fee7 100644 --- a/sql/delete.go +++ b/sql/delete.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/echo.go b/sql/echo.go index 56bf448b..75084e37 100644 --- a/sql/echo.go +++ b/sql/echo.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/error.go b/sql/error.go index fc873889..3a0b3228 100644 --- a/sql/error.go +++ b/sql/error.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/event.go b/sql/event.go index eb965b99..aefa4a43 100644 --- a/sql/event.go +++ b/sql/event.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/exprs.go b/sql/exprs.go index 780fe5f8..12029f31 100644 --- a/sql/exprs.go +++ b/sql/exprs.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/field.go b/sql/field.go index 2c764394..8762be08 100644 --- a/sql/field.go +++ b/sql/field.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/funcs.go b/sql/funcs.go index b9297b0f..90ef0549 100644 --- a/sql/funcs.go +++ b/sql/funcs.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/gen.go b/sql/gen.go index 420cbeb5..24d7e677 100644 --- a/sql/gen.go +++ b/sql/gen.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/ifelse.go b/sql/ifelse.go index b8c4e8b7..d7d8efad 100644 --- a/sql/ifelse.go +++ b/sql/ifelse.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/index.go b/sql/index.go index ffdb969e..454d5187 100644 --- a/sql/index.go +++ b/sql/index.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/info.go b/sql/info.go index bd19e37d..a7308e6a 100644 --- a/sql/info.go +++ b/sql/info.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/insert.go b/sql/insert.go index 7d10d2b7..9f9501f1 100644 --- a/sql/insert.go +++ b/sql/insert.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/kill.gen.go b/sql/kill.gen.go index a2f81a12..487646fd 100644 --- a/sql/kill.gen.go +++ b/sql/kill.gen.go @@ -2,7 +2,7 @@ // Source file: kill.gen.go.tmpl // DO NOT EDIT! -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/kill.gen.go.tmpl b/sql/kill.gen.go.tmpl index c4b69eaf..b23fb6a9 100644 --- a/sql/kill.gen.go.tmpl +++ b/sql/kill.gen.go.tmpl @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/kill_test.go b/sql/kill_test.go index 1c73541c..82635228 100644 --- a/sql/kill_test.go +++ b/sql/kill_test.go @@ -2,7 +2,7 @@ // Source file: kill.gen.go.tmpl // DO NOT EDIT! -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/let.go b/sql/let.go index e821d32b..b3d19ce9 100644 --- a/sql/let.go +++ b/sql/let.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/live.go b/sql/live.go index 3dfddcf4..f1ea43b4 100644 --- a/sql/live.go +++ b/sql/live.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/login.go b/sql/login.go index 206c4ccc..cf34db75 100644 --- a/sql/login.go +++ b/sql/login.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/namespace.go b/sql/namespace.go index b31f8347..8b39f9b4 100644 --- a/sql/namespace.go +++ b/sql/namespace.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/option.go b/sql/option.go index e2a10e78..f16b3eac 100644 --- a/sql/option.go +++ b/sql/option.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/parser.go b/sql/parser.go index fd30a38d..804319ab 100644 --- a/sql/parser.go +++ b/sql/parser.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/perms.go b/sql/perms.go index 4b9903c0..a87dfa4d 100644 --- a/sql/perms.go +++ b/sql/perms.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/rdwr.gen.go b/sql/rdwr.gen.go index 7cb769ad..ed0a5157 100644 --- a/sql/rdwr.gen.go +++ b/sql/rdwr.gen.go @@ -2,7 +2,7 @@ // Source file: rdwr.gen.go.tmpl // DO NOT EDIT! -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/rdwr.gen.go.tmpl b/sql/rdwr.gen.go.tmpl index 2e29f6b9..bdec1167 100644 --- a/sql/rdwr.gen.go.tmpl +++ b/sql/rdwr.gen.go.tmpl @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/rdwr_test.go b/sql/rdwr_test.go index 9a0b201f..8b1fdec5 100644 --- a/sql/rdwr_test.go +++ b/sql/rdwr_test.go @@ -2,7 +2,7 @@ // Source file: auth.gen.go.tmpl // DO NOT EDIT! -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/relate.go b/sql/relate.go index 3e6f5959..9eb0eb41 100644 --- a/sql/relate.go +++ b/sql/relate.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/remove.go b/sql/remove.go index 97bb9ec3..72a1985c 100644 --- a/sql/remove.go +++ b/sql/remove.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/return.go b/sql/return.go index 4bd19df5..58e002d4 100644 --- a/sql/return.go +++ b/sql/return.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/run.go b/sql/run.go index abaadde9..71cbe028 100644 --- a/sql/run.go +++ b/sql/run.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/scanner.go b/sql/scanner.go index 362bfadd..03b72be8 100644 --- a/sql/scanner.go +++ b/sql/scanner.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/scope.go b/sql/scope.go index afb76914..8378ad56 100644 --- a/sql/scope.go +++ b/sql/scope.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/select.go b/sql/select.go index 3c8a1e9e..dba016ac 100644 --- a/sql/select.go +++ b/sql/select.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/sql.go b/sql/sql.go index 99715c52..ea53ebb2 100644 --- a/sql/sql.go +++ b/sql/sql.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/sql_test.go b/sql/sql_test.go index 3335a92a..e872550b 100644 --- a/sql/sql_test.go +++ b/sql/sql_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/string.go b/sql/string.go index a9c31ad9..f8b8e395 100644 --- a/sql/string.go +++ b/sql/string.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/table.go b/sql/table.go index 5ac6daa7..6a548ec6 100644 --- a/sql/table.go +++ b/sql/table.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/token.go b/sql/token.go index 89de31a5..064926b3 100644 --- a/sql/token.go +++ b/sql/token.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/tokens.go b/sql/tokens.go index a19e8256..fcf1a903 100644 --- a/sql/tokens.go +++ b/sql/tokens.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/trans.go b/sql/trans.go index 467bdd5f..632b9611 100644 --- a/sql/trans.go +++ b/sql/trans.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/update.go b/sql/update.go index ad2e8662..a984379b 100644 --- a/sql/update.go +++ b/sql/update.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/upsert.go b/sql/upsert.go index a2c62142..423aa700 100644 --- a/sql/upsert.go +++ b/sql/upsert.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/use.go b/sql/use.go index fd5695c0..384b536f 100644 --- a/sql/use.go +++ b/sql/use.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sql/util.go b/sql/util.go index cf3b636e..200bd934 100644 --- a/sql/util.go +++ b/sql/util.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/txn/db.go b/txn/db.go index 4a19f180..98f7d689 100644 --- a/txn/db.go +++ b/txn/db.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllDB(ctx context.Context, ns string) (out []*sql.DefineDatabaseStatement, err error) { diff --git a/txn/dt.go b/txn/dt.go index 024c7c8f..f7296d84 100644 --- a/txn/dt.go +++ b/txn/dt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllDT(ctx context.Context, ns, db string) (out []*sql.DefineTokenStatement, err error) { diff --git a/txn/du.go b/txn/du.go index 81dbb944..86b9b090 100644 --- a/txn/du.go +++ b/txn/du.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllDU(ctx context.Context, ns, db string) (out []*sql.DefineLoginStatement, err error) { diff --git a/txn/err.go b/txn/err.go index 1515721d..88e208de 100644 --- a/txn/err.go +++ b/txn/err.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/txn/ev.go b/txn/ev.go index 2f1c0d56..a6496950 100644 --- a/txn/ev.go +++ b/txn/ev.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllEV(ctx context.Context, ns, db, tb string) (out []*sql.DefineEventStatement, err error) { diff --git a/txn/fd.go b/txn/fd.go index e94dff7f..eae56f94 100644 --- a/txn/fd.go +++ b/txn/fd.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllFD(ctx context.Context, ns, db, tb string) (out []*sql.DefineFieldStatement, err error) { diff --git a/txn/ft.go b/txn/ft.go index bbb81c62..ac4942e5 100644 --- a/txn/ft.go +++ b/txn/ft.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllFT(ctx context.Context, ns, db, tb string) (out []*sql.DefineTableStatement, err error) { diff --git a/txn/ix.go b/txn/ix.go index 4345c782..87753f4d 100644 --- a/txn/ix.go +++ b/txn/ix.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllIX(ctx context.Context, ns, db, tb string) (out []*sql.DefineIndexStatement, err error) { diff --git a/txn/lv.go b/txn/lv.go index 4a6fe490..51c606b9 100644 --- a/txn/lv.go +++ b/txn/lv.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllLV(ctx context.Context, ns, db, tb string) (out []*sql.LiveStatement, err error) { diff --git a/txn/ns.go b/txn/ns.go index acbc4cd5..e78e0b84 100644 --- a/txn/ns.go +++ b/txn/ns.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllNS(ctx context.Context) (out []*sql.DefineNamespaceStatement, err error) { diff --git a/txn/nt.go b/txn/nt.go index a145066b..59b16fae 100644 --- a/txn/nt.go +++ b/txn/nt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllNT(ctx context.Context, ns string) (out []*sql.DefineTokenStatement, err error) { diff --git a/txn/nu.go b/txn/nu.go index fffb1615..63b8d61b 100644 --- a/txn/nu.go +++ b/txn/nu.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllNU(ctx context.Context, ns string) (out []*sql.DefineLoginStatement, err error) { diff --git a/txn/sc.go b/txn/sc.go index 38591f85..8100ebb8 100644 --- a/txn/sc.go +++ b/txn/sc.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllSC(ctx context.Context, ns, db string) (out []*sql.DefineScopeStatement, err error) { diff --git a/txn/st.go b/txn/st.go index a8078b1a..53b385a3 100644 --- a/txn/st.go +++ b/txn/st.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllST(ctx context.Context, ns, db, sc string) (out []*sql.DefineTokenStatement, err error) { diff --git a/txn/tb.go b/txn/tb.go index 34d0333a..eff83cba 100644 --- a/txn/tb.go +++ b/txn/tb.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,10 +17,10 @@ package txn import ( "context" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/kvs" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/keys" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/kvs" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/keys" ) func (t *TX) AllTB(ctx context.Context, ns, db string) (out []*sql.DefineTableStatement, err error) { diff --git a/txn/txn.go b/txn/txn.go index cd44b0ef..fad2d12f 100644 --- a/txn/txn.go +++ b/txn/txn.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ import ( "context" - "github.com/abcum/surreal/kvs" + "github.com/surrealdb/surrealdb/kvs" ) type symbol int8 diff --git a/util/build/build.go b/util/build/build.go index 8dec848d..9de346d0 100644 --- a/util/build/build.go +++ b/util/build/build.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/comp/comp.go b/util/comp/comp.go index 1d58f512..16023980 100644 --- a/util/comp/comp.go +++ b/util/comp/comp.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import ( "golang.org/x/text/collate" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func Comp(a, b interface{}, expr *sql.Order) int { diff --git a/util/conv/conv.go b/util/conv/conv.go index d82be5ef..b68860ee 100644 --- a/util/conv/conv.go +++ b/util/conv/conv.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ import ( "strconv" "time" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func toNumber(str string) (float64, error) { diff --git a/util/data/data.go b/util/data/data.go index 697611e7..0b3dda5b 100644 --- a/util/data/data.go +++ b/util/data/data.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -22,8 +22,8 @@ import ( "encoding/json" - "github.com/abcum/surreal/util/dupe" - "github.com/abcum/surreal/util/pack" + "github.com/surrealdb/surrealdb/util/dupe" + "github.com/surrealdb/surrealdb/util/pack" ) const ( diff --git a/util/data/data_test.go b/util/data/data_test.go index 34ab41bc..bb91d364 100644 --- a/util/data/data_test.go +++ b/util/data/data_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/deep/deep.go b/util/deep/deep.go index 54f9c03a..74db683d 100644 --- a/util/deep/deep.go +++ b/util/deep/deep.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/diff/diff.go b/util/diff/diff.go index eea3f8b0..bce80422 100644 --- a/util/diff/diff.go +++ b/util/diff/diff.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -22,9 +22,9 @@ import ( "strconv" "strings" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/util/data" "github.com/sergi/go-diff/diffmatchpatch" ) diff --git a/util/diff/diff_test.go b/util/diff/diff_test.go index 28e1e7b1..135bc60f 100644 --- a/util/diff/diff_test.go +++ b/util/diff/diff_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package diff import ( "testing" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/dupe/dupe.go b/util/dupe/dupe.go index ab5f39c4..ad83c778 100644 --- a/util/dupe/dupe.go +++ b/util/dupe/dupe.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/bool.go b/util/fake/bool.go index ec71c7f6..4c9f5a3b 100644 --- a/util/fake/bool.go +++ b/util/fake/bool.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/char.go b/util/fake/char.go index bc1c685d..982ecac9 100644 --- a/util/fake/char.go +++ b/util/fake/char.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/company.go b/util/fake/company.go index 974b6e9b..9d5915d5 100644 --- a/util/fake/company.go +++ b/util/fake/company.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/fake.go b/util/fake/fake.go index 368d3c5a..08b39603 100644 --- a/util/fake/fake.go +++ b/util/fake/fake.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/guid.go b/util/fake/guid.go index 69e03bfd..862e9b4d 100644 --- a/util/fake/guid.go +++ b/util/fake/guid.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ package fake import ( - "github.com/abcum/surreal/util/guid" + "github.com/surrealdb/surrealdb/util/guid" ) func Guid() string { diff --git a/util/fake/latin.go b/util/fake/latin.go index 0337f4d1..90722f4d 100644 --- a/util/fake/latin.go +++ b/util/fake/latin.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/location.go b/util/fake/location.go index 8724fa06..dadc5f42 100644 --- a/util/fake/location.go +++ b/util/fake/location.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/lorem.go b/util/fake/lorem.go index cabe1342..52fa3cf7 100644 --- a/util/fake/lorem.go +++ b/util/fake/lorem.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/number.go b/util/fake/number.go index 6be75faf..b565bd05 100644 --- a/util/fake/number.go +++ b/util/fake/number.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/person.go b/util/fake/person.go index 9c09b2ec..5a49f93d 100644 --- a/util/fake/person.go +++ b/util/fake/person.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/string.go b/util/fake/string.go index 0d7fffff..8cc9dd29 100644 --- a/util/fake/string.go +++ b/util/fake/string.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/time.go b/util/fake/time.go index fbd25a5f..d4670e05 100644 --- a/util/fake/time.go +++ b/util/fake/time.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fake/uuid.go b/util/fake/uuid.go index c33e0cab..5ebbf36f 100644 --- a/util/fake/uuid.go +++ b/util/fake/uuid.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ package fake import ( - "github.com/abcum/surreal/util/uuid" + "github.com/surrealdb/surrealdb/util/uuid" ) func Uuid() string { diff --git a/util/fake/web.go b/util/fake/web.go index a2a1ab9d..fa45e27a 100644 --- a/util/fake/web.go +++ b/util/fake/web.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/args.go b/util/fncs/args.go index 58d6962e..7e444aa8 100644 --- a/util/fncs/args.go +++ b/util/fncs/args.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import ( "strconv" "time" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) var defaultTime = time.Unix(0, 0) diff --git a/util/fncs/args_test.go b/util/fncs/args_test.go index c2a06b49..474ff00c 100644 --- a/util/fncs/args_test.go +++ b/util/fncs/args_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "testing" "time" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/fncs/array.go b/util/fncs/array.go index 7036bfa6..1b007563 100644 --- a/util/fncs/array.go +++ b/util/fncs/array.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/array_test.go b/util/fncs/array_test.go index 24636711..c8eae09d 100644 --- a/util/fncs/array_test.go +++ b/util/fncs/array_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/batch.go b/util/fncs/batch.go index 4919fa0e..78eb3451 100644 --- a/util/fncs/batch.go +++ b/util/fncs/batch.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package fncs import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" ) func batch(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/batch_test.go b/util/fncs/batch_test.go index fc197267..78a6b3a5 100644 --- a/util/fncs/batch_test.go +++ b/util/fncs/batch_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "context" "testing" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/fncs/bcrypt.go b/util/fncs/bcrypt.go index ee70b684..33ab7215 100644 --- a/util/fncs/bcrypt.go +++ b/util/fncs/bcrypt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/bcrypt_test.go b/util/fncs/bcrypt_test.go index f503a431..5392df8a 100644 --- a/util/fncs/bcrypt_test.go +++ b/util/fncs/bcrypt_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/count.go b/util/fncs/count.go index 5fe68160..032fed78 100644 --- a/util/fncs/count.go +++ b/util/fncs/count.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/count_test.go b/util/fncs/count_test.go index 598798c0..f93c49cc 100644 --- a/util/fncs/count_test.go +++ b/util/fncs/count_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/either.go b/util/fncs/either.go index b041f699..90891bdd 100644 --- a/util/fncs/either.go +++ b/util/fncs/either.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/either_test.go b/util/fncs/either_test.go index a06dbc26..5f051174 100644 --- a/util/fncs/either_test.go +++ b/util/fncs/either_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/email.go b/util/fncs/email.go index 6bcecc6c..c56a88bd 100644 --- a/util/fncs/email.go +++ b/util/fncs/email.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/email_test.go b/util/fncs/email_test.go index 81b097bb..e958a37b 100644 --- a/util/fncs/email_test.go +++ b/util/fncs/email_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/fnc.go b/util/fncs/fnc.go index 9bdbdf8c..db656be6 100644 --- a/util/fncs/fnc.go +++ b/util/fncs/fnc.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/fnc_test.go b/util/fncs/fnc_test.go index 0d798c5a..0e91a0aa 100644 --- a/util/fncs/fnc_test.go +++ b/util/fncs/fnc_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/geo.go b/util/fncs/geo.go index 321f015f..dfe23ac1 100644 --- a/util/fncs/geo.go +++ b/util/fncs/geo.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,8 +18,8 @@ import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/geof" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/geof" ) func geoPoint(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/geo_test.go b/util/fncs/geo_test.go index 1f15bda2..a7a8f9ef 100644 --- a/util/fncs/geo_test.go +++ b/util/fncs/geo_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "context" "testing" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/fncs/get.go b/util/fncs/get.go index b588b0b6..daa047db 100644 --- a/util/fncs/get.go +++ b/util/fncs/get.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package fncs import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" ) func get(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/get_test.go b/util/fncs/get_test.go index 07b92860..4de87f4f 100644 --- a/util/fncs/get_test.go +++ b/util/fncs/get_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "context" "testing" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/fncs/hash.go b/util/fncs/hash.go index 33d9863c..43ed2160 100644 --- a/util/fncs/hash.go +++ b/util/fncs/hash.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/hash_test.go b/util/fncs/hash_test.go index 1f6051dc..cc0c36ef 100644 --- a/util/fncs/hash_test.go +++ b/util/fncs/hash_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/http.go b/util/fncs/http.go index b2831635..daa8f2a3 100644 --- a/util/fncs/http.go +++ b/util/fncs/http.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -27,8 +27,8 @@ import ( "golang.org/x/net/context/ctxhttp" - "github.com/abcum/surreal/util/build" - "github.com/abcum/surreal/util/hook" + "github.com/surrealdb/surrealdb/util/build" + "github.com/surrealdb/surrealdb/util/hook" ) type opts map[string]interface{} diff --git a/util/fncs/http_test.go b/util/fncs/http_test.go index 8a1c8bfb..32a2398b 100644 --- a/util/fncs/http_test.go +++ b/util/fncs/http_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/if.go b/util/fncs/if.go index 78ae314b..eb4269d6 100644 --- a/util/fncs/if.go +++ b/util/fncs/if.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/if_test.go b/util/fncs/if_test.go index 91558df6..ead9f0bb 100644 --- a/util/fncs/if_test.go +++ b/util/fncs/if_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/is.go b/util/fncs/is.go index fb2ecca3..11200fad 100644 --- a/util/fncs/is.go +++ b/util/fncs/is.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/is_test.go b/util/fncs/is_test.go index 0343f845..cc28f2da 100644 --- a/util/fncs/is_test.go +++ b/util/fncs/is_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/math.go b/util/fncs/math.go index c0a13379..e95a7df7 100644 --- a/util/fncs/math.go +++ b/util/fncs/math.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package fncs import ( "context" - "github.com/abcum/surreal/util/math" + "github.com/surrealdb/surrealdb/util/math" ) func mathAbs(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/math_test.go b/util/fncs/math_test.go index bca78b09..8b17ce39 100644 --- a/util/fncs/math_test.go +++ b/util/fncs/math_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/model.go b/util/fncs/model.go index 3f6f5159..cdd13082 100644 --- a/util/fncs/model.go +++ b/util/fncs/model.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package fncs import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" ) func model(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/model_test.go b/util/fncs/model_test.go index e0fb5dc1..383a36c7 100644 --- a/util/fncs/model_test.go +++ b/util/fncs/model_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "context" "testing" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/fncs/purge.go b/util/fncs/purge.go index 7383fe6c..3153a56f 100644 --- a/util/fncs/purge.go +++ b/util/fncs/purge.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/purge_test.go b/util/fncs/purge_test.go index de8e45f1..0f4fe3c6 100644 --- a/util/fncs/purge_test.go +++ b/util/fncs/purge_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/rand.go b/util/fncs/rand.go index e9e7240b..359e7a0f 100644 --- a/util/fncs/rand.go +++ b/util/fncs/rand.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package fncs import ( "context" - "github.com/abcum/surreal/util/fake" + "github.com/surrealdb/surrealdb/util/fake" ) func rand(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/rand_test.go b/util/fncs/rand_test.go index c51cbe4d..fa25d47a 100644 --- a/util/fncs/rand_test.go +++ b/util/fncs/rand_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/regex.go b/util/fncs/regex.go index ccd5d52f..86037064 100644 --- a/util/fncs/regex.go +++ b/util/fncs/regex.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/regex_test.go b/util/fncs/regex_test.go index 759db35b..6ed5949c 100644 --- a/util/fncs/regex_test.go +++ b/util/fncs/regex_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/scrypt.go b/util/fncs/scrypt.go index 59535837..39a4c67b 100644 --- a/util/fncs/scrypt.go +++ b/util/fncs/scrypt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/scrypt_test.go b/util/fncs/scrypt_test.go index 5f6f63e9..710c6662 100644 --- a/util/fncs/scrypt_test.go +++ b/util/fncs/scrypt_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/sets.go b/util/fncs/sets.go index 1f42cbb9..6a99f945 100644 --- a/util/fncs/sets.go +++ b/util/fncs/sets.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/sets_test.go b/util/fncs/sets_test.go index 3ec89767..e29630e8 100644 --- a/util/fncs/sets_test.go +++ b/util/fncs/sets_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/string.go b/util/fncs/string.go index 2577947f..95c3ebc3 100644 --- a/util/fncs/string.go +++ b/util/fncs/string.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,9 +19,9 @@ import ( "fmt" "strings" - "github.com/abcum/surreal/util/ints" - "github.com/abcum/surreal/util/slug" - "github.com/abcum/surreal/util/text" + "github.com/surrealdb/surrealdb/util/ints" + "github.com/surrealdb/surrealdb/util/slug" + "github.com/surrealdb/surrealdb/util/text" ) func stringConcat(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/string_test.go b/util/fncs/string_test.go index 99ccba5d..1ccd1fdb 100644 --- a/util/fncs/string_test.go +++ b/util/fncs/string_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/table.go b/util/fncs/table.go index 823b923f..66e226fc 100644 --- a/util/fncs/table.go +++ b/util/fncs/table.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package fncs import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" ) func table(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/table_test.go b/util/fncs/table_test.go index 270d0355..620570b9 100644 --- a/util/fncs/table_test.go +++ b/util/fncs/table_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "context" "testing" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/fncs/thing.go b/util/fncs/thing.go index b44d6f6d..03566fa9 100644 --- a/util/fncs/thing.go +++ b/util/fncs/thing.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package fncs import ( "context" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" ) func thing(ctx context.Context, args ...interface{}) (interface{}, error) { diff --git a/util/fncs/thing_test.go b/util/fncs/thing_test.go index 8d6251b5..b4f34260 100644 --- a/util/fncs/thing_test.go +++ b/util/fncs/thing_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import ( "context" "testing" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/fncs/time.go b/util/fncs/time.go index 1dd27265..a87bc481 100644 --- a/util/fncs/time.go +++ b/util/fncs/time.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/time_test.go b/util/fncs/time_test.go index 849ce9f0..61a0108d 100644 --- a/util/fncs/time_test.go +++ b/util/fncs/time_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/url.go b/util/fncs/url.go index 1f0683ca..58b41d39 100644 --- a/util/fncs/url.go +++ b/util/fncs/url.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/fncs/url_test.go b/util/fncs/url_test.go index 59d9bebc..90606549 100644 --- a/util/fncs/url_test.go +++ b/util/fncs/url_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/geof/contains.go b/util/geof/contains.go index 0762485c..43141def 100644 --- a/util/geof/contains.go +++ b/util/geof/contains.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ package geof import ( - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func Contains(a *sql.Polygon, b *sql.Point) bool { diff --git a/util/geof/geohash.go b/util/geof/geohash.go index 2c6eb764..2b216c76 100644 --- a/util/geof/geohash.go +++ b/util/geof/geohash.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package geof import ( "bytes" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) var bits = []int{16, 8, 4, 2, 1} diff --git a/util/geof/haversine.go b/util/geof/haversine.go index e37bbe6b..09fdb9ac 100644 --- a/util/geof/haversine.go +++ b/util/geof/haversine.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package geof import ( "math" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) const earthr float64 = 6371000 diff --git a/util/geof/inside.go b/util/geof/inside.go index 22d99578..0263f5b0 100644 --- a/util/geof/inside.go +++ b/util/geof/inside.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ package geof import ( - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func Inside(a *sql.Point, b *sql.Polygon) bool { diff --git a/util/geof/intersects.go b/util/geof/intersects.go index df53d6c1..43a2d81e 100644 --- a/util/geof/intersects.go +++ b/util/geof/intersects.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/geof/point.go b/util/geof/point.go index 969aafc6..b156178a 100644 --- a/util/geof/point.go +++ b/util/geof/point.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package geof import ( "strconv" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func ensureSlice(args interface{}) (out []interface{}, ok bool) { diff --git a/util/geof/raycast.go b/util/geof/raycast.go index 8f9a856a..d66f0062 100644 --- a/util/geof/raycast.go +++ b/util/geof/raycast.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package geof import ( "math" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/surrealdb/sql" ) func raycast(point, beg, end *sql.Point) bool { diff --git a/util/guid/guid.go b/util/guid/guid.go index 0cc938b3..05ba2b25 100644 --- a/util/guid/guid.go +++ b/util/guid/guid.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/guid/guid_test.go b/util/guid/guid_test.go index f86e843f..1ebc20fa 100644 --- a/util/guid/guid_test.go +++ b/util/guid/guid_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/hook/hook.go b/util/hook/hook.go index 62079d73..cbcb7af8 100644 --- a/util/hook/hook.go +++ b/util/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/indx/indx.go b/util/indx/indx.go index bc744d40..4b4f6961 100644 --- a/util/indx/indx.go +++ b/util/indx/indx.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package indx import ( "reflect" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" ) func Diff(old, now [][]interface{}) (del, add [][]interface{}) { diff --git a/util/indx/indx_test.go b/util/indx/indx_test.go index 4be151e0..71f00747 100644 --- a/util/indx/indx_test.go +++ b/util/indx/indx_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ package indx import ( "testing" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" . "github.com/smartystreets/goconvey/convey" ) diff --git a/util/ints/ints.go b/util/ints/ints.go index 6c15bb64..05ce5712 100644 --- a/util/ints/ints.go +++ b/util/ints/ints.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/ints/ints_test.go b/util/ints/ints_test.go index 5faed5ed..d1308e97 100644 --- a/util/ints/ints_test.go +++ b/util/ints/ints_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/database.go b/util/keys/database.go index 0fddbaee..be808348 100644 --- a/util/keys/database.go +++ b/util/keys/database.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/db.go b/util/keys/db.go index b21f01af..da219542 100644 --- a/util/keys/db.go +++ b/util/keys/db.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/decode.go b/util/keys/decode.go index 3f3471f2..cd6a19e9 100644 --- a/util/keys/decode.go +++ b/util/keys/decode.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/dt.go b/util/keys/dt.go index ecbdeed4..fea2b1ce 100644 --- a/util/keys/dt.go +++ b/util/keys/dt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/du.go b/util/keys/du.go index 708cea4d..f921a796 100644 --- a/util/keys/du.go +++ b/util/keys/du.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/edge.go b/util/keys/edge.go index c0d0d991..19057a8b 100644 --- a/util/keys/edge.go +++ b/util/keys/edge.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/encode.go b/util/keys/encode.go index e5e5d823..b6ed4bab 100644 --- a/util/keys/encode.go +++ b/util/keys/encode.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/ev.go b/util/keys/ev.go index 7625344e..c44b280f 100644 --- a/util/keys/ev.go +++ b/util/keys/ev.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/fd.go b/util/keys/fd.go index 63d0b9cf..55a1c3c8 100644 --- a/util/keys/fd.go +++ b/util/keys/fd.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/field.go b/util/keys/field.go index b90b403c..dcf76c56 100644 --- a/util/keys/field.go +++ b/util/keys/field.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/ft.go b/util/keys/ft.go index 6c600b5b..6558e0db 100644 --- a/util/keys/ft.go +++ b/util/keys/ft.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/full_test.go b/util/keys/full_test.go index d3c8bd05..9d7cabf2 100644 --- a/util/keys/full_test.go +++ b/util/keys/full_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/index.go b/util/keys/index.go index 39b3fd79..824e236d 100644 --- a/util/keys/index.go +++ b/util/keys/index.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/ix.go b/util/keys/ix.go index 95d293d3..b7338453 100644 --- a/util/keys/ix.go +++ b/util/keys/ix.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/keys.go b/util/keys/keys.go index f2f76db8..ee44df37 100644 --- a/util/keys/keys.go +++ b/util/keys/keys.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/keys_test.go b/util/keys/keys_test.go index 1c51f419..25f6e1b6 100644 --- a/util/keys/keys_test.go +++ b/util/keys/keys_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/kv.go b/util/keys/kv.go index aa55551e..cda5194f 100644 --- a/util/keys/kv.go +++ b/util/keys/kv.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/lv.go b/util/keys/lv.go index cfe73413..b45f7498 100644 --- a/util/keys/lv.go +++ b/util/keys/lv.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/namespace.go b/util/keys/namespace.go index fbb5bf7d..594f22d4 100644 --- a/util/keys/namespace.go +++ b/util/keys/namespace.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/ns.go b/util/keys/ns.go index 36b7ce79..f0e6e7c1 100644 --- a/util/keys/ns.go +++ b/util/keys/ns.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/nt.go b/util/keys/nt.go index 807420ed..f2344cb0 100644 --- a/util/keys/nt.go +++ b/util/keys/nt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/nu.go b/util/keys/nu.go index e2209f4b..6f7cd336 100644 --- a/util/keys/nu.go +++ b/util/keys/nu.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/output.go b/util/keys/output.go index c82f0771..3aa6ad31 100644 --- a/util/keys/output.go +++ b/util/keys/output.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/patch.go b/util/keys/patch.go index 9e61e4ff..19282698 100644 --- a/util/keys/patch.go +++ b/util/keys/patch.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/point.go b/util/keys/point.go index 97e1d35e..a3126baf 100644 --- a/util/keys/point.go +++ b/util/keys/point.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/reader.go b/util/keys/reader.go index 4f8e0916..466dcf83 100644 --- a/util/keys/reader.go +++ b/util/keys/reader.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ import ( "math" "time" - "github.com/abcum/bump" + "github.com/surrealdb/bump" ) type reader struct { diff --git a/util/keys/sc.go b/util/keys/sc.go index 43084ba8..3df779fe 100644 --- a/util/keys/sc.go +++ b/util/keys/sc.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/st.go b/util/keys/st.go index b70190c2..28de7129 100644 --- a/util/keys/st.go +++ b/util/keys/st.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/table.go b/util/keys/table.go index 5bfe0ba5..ea4b7784 100644 --- a/util/keys/table.go +++ b/util/keys/table.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/tb.go b/util/keys/tb.go index de178fe1..14a6c85c 100644 --- a/util/keys/tb.go +++ b/util/keys/tb.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/thing.go b/util/keys/thing.go index 7fae93ac..5a63eade 100644 --- a/util/keys/thing.go +++ b/util/keys/thing.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/keys/writer.go b/util/keys/writer.go index bf86a72e..7304c40b 100644 --- a/util/keys/writer.go +++ b/util/keys/writer.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ import ( "math" "time" - "github.com/abcum/bump" + "github.com/surrealdb/bump" ) type writer struct { diff --git a/util/lang/lang.go b/util/lang/lang.go index 997624f0..689db645 100644 --- a/util/lang/lang.go +++ b/util/lang/lang.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/lang/lang_test.go b/util/lang/lang_test.go index 5ead4a20..aeed1696 100644 --- a/util/lang/lang_test.go +++ b/util/lang/lang_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/abs.go b/util/math/abs.go index 4340250e..7d5fa31e 100644 --- a/util/math/abs.go +++ b/util/math/abs.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/bool.go b/util/math/bool.go index 59d63f7a..757c7831 100644 --- a/util/math/bool.go +++ b/util/math/bool.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/bottom.go b/util/math/bottom.go index 15fadb3d..ef7d0e76 100644 --- a/util/math/bottom.go +++ b/util/math/bottom.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/ceil.go b/util/math/ceil.go index 41ef8d2b..0f0a55ab 100644 --- a/util/math/ceil.go +++ b/util/math/ceil.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/copy.go b/util/math/copy.go index ee6c0f46..a791106e 100644 --- a/util/math/copy.go +++ b/util/math/copy.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/correlation.go b/util/math/correlation.go index f17a2f2a..b7ff3613 100644 --- a/util/math/correlation.go +++ b/util/math/correlation.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/covariance.go b/util/math/covariance.go index 36ce8c4b..b610a51a 100644 --- a/util/math/covariance.go +++ b/util/math/covariance.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/deviation.go b/util/math/deviation.go index 7eae2c40..0f9a5135 100644 --- a/util/math/deviation.go +++ b/util/math/deviation.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/floor.go b/util/math/floor.go index 7d40de36..2aaf5888 100644 --- a/util/math/floor.go +++ b/util/math/floor.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/max.go b/util/math/max.go index 60376af8..d8eb960b 100644 --- a/util/math/max.go +++ b/util/math/max.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/mean.go b/util/math/mean.go index 8923edc4..88dc8225 100644 --- a/util/math/mean.go +++ b/util/math/mean.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/median.go b/util/math/median.go index 10abf609..ff7dca46 100644 --- a/util/math/median.go +++ b/util/math/median.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/midhinge.go b/util/math/midhinge.go index c3c318ca..7bc5f075 100644 --- a/util/math/midhinge.go +++ b/util/math/midhinge.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/min.go b/util/math/min.go index 2340119e..48ebfb72 100644 --- a/util/math/min.go +++ b/util/math/min.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/mode.go b/util/math/mode.go index 7267f01a..de896c6e 100644 --- a/util/math/mode.go +++ b/util/math/mode.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/percentile.go b/util/math/percentile.go index 05acc86d..0deebbef 100644 --- a/util/math/percentile.go +++ b/util/math/percentile.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/product.go b/util/math/product.go index 77482b6f..0a1283bd 100644 --- a/util/math/product.go +++ b/util/math/product.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/quartile.go b/util/math/quartile.go index ae255c28..a753e6b0 100644 --- a/util/math/quartile.go +++ b/util/math/quartile.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/round.go b/util/math/round.go index 6b8f9a58..277f7ff8 100644 --- a/util/math/round.go +++ b/util/math/round.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/sample.go b/util/math/sample.go index 4913a66c..521250cb 100644 --- a/util/math/sample.go +++ b/util/math/sample.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/size.go b/util/math/size.go index 45885a8c..a5fdab45 100644 --- a/util/math/size.go +++ b/util/math/size.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/sort.go b/util/math/sort.go index 0412b603..2682aacc 100644 --- a/util/math/sort.go +++ b/util/math/sort.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/spread.go b/util/math/spread.go index c0434041..596370af 100644 --- a/util/math/spread.go +++ b/util/math/spread.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/sqrt.go b/util/math/sqrt.go index 945170cc..7bb593bf 100644 --- a/util/math/sqrt.go +++ b/util/math/sqrt.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/sum.go b/util/math/sum.go index 52e516c9..6c5333c7 100644 --- a/util/math/sum.go +++ b/util/math/sum.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/top.go b/util/math/top.go index d492c44f..a0d9c975 100644 --- a/util/math/top.go +++ b/util/math/top.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/trimean.go b/util/math/trimean.go index 21e72b00..826071a4 100644 --- a/util/math/trimean.go +++ b/util/math/trimean.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/variance.go b/util/math/variance.go index 40bd832a..03c800cd 100644 --- a/util/math/variance.go +++ b/util/math/variance.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/math/whole.go b/util/math/whole.go index e739e897..2bd7291f 100644 --- a/util/math/whole.go +++ b/util/math/whole.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/nums/nums.go b/util/nums/nums.go index 76649596..c8db6ea1 100644 --- a/util/nums/nums.go +++ b/util/nums/nums.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/pack/pack.go b/util/pack/pack.go index 85f5a7ac..0ff5556d 100644 --- a/util/pack/pack.go +++ b/util/pack/pack.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ package pack import ( - "github.com/abcum/cork" + "github.com/surrealdb/cork" ) var opt = cork.Handle{ diff --git a/util/rand/ints.go b/util/rand/ints.go index 5e16b4ab..4936f40c 100644 --- a/util/rand/ints.go +++ b/util/rand/ints.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/rand/rand.go b/util/rand/rand.go index cb881917..0d6ad243 100644 --- a/util/rand/rand.go +++ b/util/rand/rand.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/rand/rand_test.go b/util/rand/rand_test.go index 82a14fe2..32c742b9 100644 --- a/util/rand/rand_test.go +++ b/util/rand/rand_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/rand/strings.go b/util/rand/strings.go index 800529ce..7eebdc11 100644 --- a/util/rand/strings.go +++ b/util/rand/strings.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/show/show.go b/util/show/show.go index 3f0c086a..4859f8da 100644 --- a/util/show/show.go +++ b/util/show/show.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,11 +15,11 @@ package show import ( - "github.com/abcum/fibre" - "github.com/abcum/surreal/db" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/data" - "github.com/abcum/surreal/util/lang" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/db" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/data" + "github.com/surrealdb/surrealdb/util/lang" ) type Display int8 diff --git a/util/slug/lang.go b/util/slug/lang.go index d64ae78b..bbd49401 100644 --- a/util/slug/lang.go +++ b/util/slug/lang.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/slug/slug.go b/util/slug/slug.go index 009d9e2f..7ea6d1bd 100644 --- a/util/slug/slug.go +++ b/util/slug/slug.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/text/text.go b/util/text/text.go index fcc766f4..d4ccf254 100644 --- a/util/text/text.go +++ b/util/text/text.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/uuid/uuid.go b/util/uuid/uuid.go index 14ba3f0c..6565b77e 100644 --- a/util/uuid/uuid.go +++ b/util/uuid/uuid.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/uuid/uuid_test.go b/util/uuid/uuid_test.go index 5f7f7168..e146cce8 100644 --- a/util/uuid/uuid_test.go +++ b/util/uuid/uuid_test.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/web/auth.go b/web/auth.go index 0274c765..2301cb7a 100644 --- a/web/auth.go +++ b/web/auth.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -23,11 +23,11 @@ import ( "encoding/base64" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/db" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/db" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" "github.com/dgrijalva/jwt-go" "github.com/gorilla/websocket" ) diff --git a/web/err.go b/web/err.go index e22b768a..a3dc133c 100644 --- a/web/err.go +++ b/web/err.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,8 +15,8 @@ package web import ( - "github.com/abcum/fibre" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/sql" ) func errors(val error, c *fibre.Context) { diff --git a/web/export.go b/web/export.go index 83f5903d..c4ee0725 100644 --- a/web/export.go +++ b/web/export.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,9 +15,9 @@ package web import ( - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/db" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/db" ) func export(c *fibre.Context) (err error) { diff --git a/web/live.go b/web/live.go index 574cf4ce..74e1b903 100644 --- a/web/live.go +++ b/web/live.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,8 +15,8 @@ package web import ( - "github.com/abcum/fibre" - "github.com/abcum/surreal/db" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/db" ) func live() fibre.MiddlewareFunc { diff --git a/web/routes.go b/web/routes.go index 31199434..1bc1eda1 100644 --- a/web/routes.go +++ b/web/routes.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,12 +18,12 @@ import ( "strconv" "time" - "github.com/abcum/fibre" - "github.com/abcum/fibre/mw" - "github.com/abcum/surreal/db" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/util/build" - "github.com/abcum/surreal/util/show" + "github.com/surrealdb/fibre" + "github.com/surrealdb/fibre/mw" + "github.com/surrealdb/surrealdb/db" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/util/build" + "github.com/surrealdb/surrealdb/util/show" ) func limit(c *fibre.Context, i int64) int64 { diff --git a/web/rpc.go b/web/rpc.go index 3b817425..423634e5 100644 --- a/web/rpc.go +++ b/web/rpc.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,10 +15,10 @@ package web import ( - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/db" - "github.com/abcum/surreal/sql" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/db" + "github.com/surrealdb/surrealdb/sql" ) type rpc struct{} diff --git a/web/sess.go b/web/sess.go index a3c6aca1..a60b7c5f 100644 --- a/web/sess.go +++ b/web/sess.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ package web import ( - "github.com/abcum/fibre" + "github.com/surrealdb/fibre" ) func sess() fibre.MiddlewareFunc { diff --git a/web/signin.go b/web/signin.go index d8563d24..57499f78 100644 --- a/web/signin.go +++ b/web/signin.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,12 +17,12 @@ package web import ( "time" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/db" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/db" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" + "github.com/surrealdb/surrealdb/util/data" "github.com/dgrijalva/jwt-go" "golang.org/x/crypto/bcrypt" ) diff --git a/web/signup.go b/web/signup.go index b96e03a5..c3520bb8 100644 --- a/web/signup.go +++ b/web/signup.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,12 +17,12 @@ package web import ( "time" - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/db" - "github.com/abcum/surreal/sql" - "github.com/abcum/surreal/txn" - "github.com/abcum/surreal/util/data" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/db" + "github.com/surrealdb/surrealdb/sql" + "github.com/surrealdb/surrealdb/txn" + "github.com/surrealdb/surrealdb/util/data" "github.com/dgrijalva/jwt-go" ) diff --git a/web/sync.go b/web/sync.go index 36f0a53e..b7aaf1fc 100644 --- a/web/sync.go +++ b/web/sync.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,9 +15,9 @@ package web import ( - "github.com/abcum/fibre" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/db" + "github.com/surrealdb/fibre" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/db" ) func syncer(c *fibre.Context, sync bool) (err error) { diff --git a/web/vars.go b/web/vars.go index 9382409e..f3f54a14 100644 --- a/web/vars.go +++ b/web/vars.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/web/web.go b/web/web.go index 5542857e..bca70108 100644 --- a/web/web.go +++ b/web/web.go @@ -1,4 +1,4 @@ -// Copyright © 2016 Abcum Ltd +// Copyright © 2016 SurrealDB Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,11 +15,11 @@ package web import ( - "github.com/abcum/fibre" - "github.com/abcum/fibre/mw" + "github.com/surrealdb/fibre" + "github.com/surrealdb/fibre/mw" - "github.com/abcum/surreal/cnf" - "github.com/abcum/surreal/log" + "github.com/surrealdb/surrealdb/cnf" + "github.com/surrealdb/surrealdb/log" ) // Setup sets up the server for remote connections