Skip to content

Commit 21d42c9

Browse files
chore(deps): bump github.com/dgraph-io/dgo/v240
Bumps [github.com/dgraph-io/dgo/v240](https://github.com/dgraph-io/dgo) from 240.0.0-rc1 to 240.0.0. - [Release notes](https://github.com/dgraph-io/dgo/releases) - [Changelog](https://github.com/dgraph-io/dgo/blob/master/RELEASE.md) - [Commits](hypermodeinc/dgo@v240.0.0-rc1...v240.0.0) --- updated-dependencies: - dependency-name: github.com/dgraph-io/dgo/v240 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ec05ab commit 21d42c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/bits-and-blooms/bitset v1.14.2
1313
github.com/blevesearch/bleve/v2 v2.4.2
1414
github.com/dgraph-io/badger/v4 v4.2.0
15-
github.com/dgraph-io/dgo/v240 v240.0.0-rc1
15+
github.com/dgraph-io/dgo/v240 v240.0.0
1616
github.com/dgraph-io/gqlgen v0.13.2
1717
github.com/dgraph-io/gqlparser/v2 v2.2.2
1818
github.com/dgraph-io/graphql-transport-ws v0.0.0-20210511143556-2cef522f1f15

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
146146
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
147147
github.com/dgraph-io/badger/v4 v4.2.0 h1:kJrlajbXXL9DFTNuhhu9yCx7JJa4qpYWxtE8BzuWsEs=
148148
github.com/dgraph-io/badger/v4 v4.2.0/go.mod h1:qfCqhPoWDFJRx1gp5QwwyGo8xk1lbHUxvK9nK0OGAak=
149-
github.com/dgraph-io/dgo/v240 v240.0.0-rc1 h1:8jDwbpPIIcNsi6S1d54sHWKnV18PcSSX8J8ietNsHHg=
150-
github.com/dgraph-io/dgo/v240 v240.0.0-rc1/go.mod h1:YrKW6k5cJpG6qP+MtNlXBogNMTupDmnnmiF6heC0Uao=
149+
github.com/dgraph-io/dgo/v240 v240.0.0 h1:LgpaQoQuM8YD3/oHjjqzCfORPlw34OnIcA/jMiKuDJc=
150+
github.com/dgraph-io/dgo/v240 v240.0.0/go.mod h1:YrKW6k5cJpG6qP+MtNlXBogNMTupDmnnmiF6heC0Uao=
151151
github.com/dgraph-io/gqlgen v0.13.2 h1:TNhndk+eHKj5qE7BenKKSYdSIdOGhLqxR1rCiMso9KM=
152152
github.com/dgraph-io/gqlgen v0.13.2/go.mod h1:iCOrOv9lngN7KAo+jMgvUPVDlYHdf7qDwsTkQby2Sis=
153153
github.com/dgraph-io/gqlparser/v2 v2.1.1/go.mod h1:MYS4jppjyx8b9tuUtjV7jU1UFZK6P9fvO8TsIsQtRKU=

0 commit comments

Comments
 (0)