Skip to content

Commit 5ea6051

Browse files
author
Ivan Dlugos
committed
go.mod - decrease minimum flatbuffers dependency to v 1.11
1 parent 1d6b816 commit 5ea6051

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/objectbox/objectbox-generator
22

33
go 1.11
44

5-
require github.com/google/flatbuffers v1.12.0
5+
require github.com/google/flatbuffers v1.11.0

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
github.com/google/flatbuffers v1.11.0 h1:O7CEyB8Cb3/DmtxODGtLHcEvpr81Jm5qLg/hsHnxA2A=
22
github.com/google/flatbuffers v1.11.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
3-
github.com/google/flatbuffers v1.12.0 h1:/PtAHvnBY4Kqnx/xCQ3OIV9uYcSFGScBsWI3Oogeh6w=
4-
github.com/google/flatbuffers v1.12.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=

0 commit comments

Comments
 (0)