Skip to content

Commit 951c513

Browse files
authored
upgrade to dgo v250.0.0-preview1 (#9390)
1 parent a17fc6b commit 951c513

File tree

148 files changed

+224
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+224
-224
lines changed

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
17-
17+
1818
1919
2020

acl/acl.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
"github.com/golang/glog"
1717
"github.com/spf13/viper"
1818

19-
"github.com/dgraph-io/dgo/v240"
20-
"github.com/dgraph-io/dgo/v240/protos/api"
19+
"github.com/dgraph-io/dgo/v250"
20+
"github.com/dgraph-io/dgo/v250/protos/api"
2121
"github.com/hypermodeinc/dgraph/v24/x"
2222
)
2323

acl/acl_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
"github.com/stretchr/testify/require"
1717

18-
"github.com/dgraph-io/dgo/v240/protos/api"
18+
"github.com/dgraph-io/dgo/v250/protos/api"
1919
"github.com/hypermodeinc/dgraph/v24/dgraphapi"
2020
"github.com/hypermodeinc/dgraph/v24/x"
2121
)

acl/acl_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919

2020
"github.com/stretchr/testify/require"
2121

22-
"github.com/dgraph-io/dgo/v240"
23-
"github.com/dgraph-io/dgo/v240/protos/api"
22+
"github.com/dgraph-io/dgo/v250"
23+
"github.com/dgraph-io/dgo/v250/protos/api"
2424
"github.com/hypermodeinc/dgraph/v24/dgraphapi"
2525
"github.com/hypermodeinc/dgraph/v24/dgraphtest"
2626
"github.com/hypermodeinc/dgraph/v24/x"

acl/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"github.com/golang/glog"
1313
"github.com/spf13/viper"
1414

15-
"github.com/dgraph-io/dgo/v240"
16-
"github.com/dgraph-io/dgo/v240/protos/api"
15+
"github.com/dgraph-io/dgo/v250"
16+
"github.com/dgraph-io/dgo/v250/protos/api"
1717
"github.com/dgraph-io/ristretto/v2/z"
1818
"github.com/hypermodeinc/dgraph/v24/x"
1919
)

check_upgrade/check_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"testing"
1717
"time"
1818

19-
"github.com/dgraph-io/dgo/v240/protos/api"
19+
"github.com/dgraph-io/dgo/v250/protos/api"
2020
"github.com/golang-jwt/jwt/v5"
2121
"github.com/hypermodeinc/dgraph/v24/dgraphapi"
2222
"github.com/hypermodeinc/dgraph/v24/dgraphtest"

chunker/json_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/twpayne/go-geom"
2020
"github.com/twpayne/go-geom/encoding/geojson"
2121

22-
"github.com/dgraph-io/dgo/v240/protos/api"
22+
"github.com/dgraph-io/dgo/v250/protos/api"
2323
"github.com/dgraph-io/simdjson-go"
2424
"github.com/hypermodeinc/dgraph/v24/protos/pb"
2525
"github.com/hypermodeinc/dgraph/v24/types"

chunker/json_parser_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/golang/glog"
2222
"github.com/stretchr/testify/require"
2323

24-
"github.com/dgraph-io/dgo/v240/protos/api"
24+
"github.com/dgraph-io/dgo/v250/protos/api"
2525
"github.com/hypermodeinc/dgraph/v24/dgraphapi"
2626
"github.com/hypermodeinc/dgraph/v24/dgraphtest"
2727
"github.com/hypermodeinc/dgraph/v24/testutil"

chunker/rdf_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"strings"
1414
"unicode"
1515

16-
"github.com/dgraph-io/dgo/v240/protos/api"
16+
"github.com/dgraph-io/dgo/v250/protos/api"
1717
"github.com/hypermodeinc/dgraph/v24/lex"
1818
"github.com/hypermodeinc/dgraph/v24/protos/pb"
1919
"github.com/hypermodeinc/dgraph/v24/types"

chunker/rdf_parser_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/stretchr/testify/require"
1212

13-
"github.com/dgraph-io/dgo/v240/protos/api"
13+
"github.com/dgraph-io/dgo/v250/protos/api"
1414
"github.com/hypermodeinc/dgraph/v24/lex"
1515
"github.com/hypermodeinc/dgraph/v24/types/facets"
1616
"github.com/hypermodeinc/dgraph/v24/x"

0 commit comments

Comments
 (0)