Skip to content

Commit

Permalink
Merge branch '137-update-generator-and-runtime-to-flatbuffers-v23-5-2…
Browse files Browse the repository at this point in the history
…6' into 'dev'

Resolve "Update Generator and runtime to FlatBuffers v23.5.26"

Closes #137

See merge request objectbox/objectbox-go!94
  • Loading branch information
dan-obx committed Mar 5, 2024
2 parents 9558786 + c5bb4b0 commit 747e63b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/objectbox/objectbox-go
go 1.11

require (
github.com/google/flatbuffers v1.12.0
github.com/objectbox/objectbox-generator v0.13.0
github.com/google/flatbuffers v23.5.26+incompatible
github.com/objectbox/objectbox-generator v0.14.0
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/google/flatbuffers v1.12.0 h1:/PtAHvnBY4Kqnx/xCQ3OIV9uYcSFGScBsWI3Oogeh6w=
github.com/google/flatbuffers v1.12.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
github.com/objectbox/objectbox-generator v0.13.0 h1:WyI97psLk3FLw/qGsVIMl49HCSyuFwVekBdIbQDrxXE=
github.com/objectbox/objectbox-generator v0.13.0/go.mod h1:kanX8YAsG9Fi9tufV0iLMAKfV+d4WLAvSj5rtL01WhQ=
github.com/google/flatbuffers v23.5.26+incompatible h1:M9dgRyhJemaM4Sw8+66GHBu8ioaQmyPLg1b8VwK5WJg=
github.com/google/flatbuffers v23.5.26+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
github.com/objectbox/objectbox-generator v0.14.0 h1:+fr7vOFsdz7d/HWZN3ZLjLnGJ8TviliRyeBHlkL/J40=
github.com/objectbox/objectbox-generator v0.14.0/go.mod h1:yMFFd/okhMBw02p6ZJJAmfblqyoQHjfYJie95DQbGn0=

0 comments on commit 747e63b

Please sign in to comment.