Skip to content

Commit df19346

Browse files
committed
Update to ObjectBox Generator 4.0.0 (final)
1 parent 7bac7e9 commit df19346

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.11
44

55
require (
66
github.com/google/flatbuffers v23.5.26+incompatible
7-
github.com/objectbox/objectbox-generator/v4 v4.0.0-alpha3
7+
github.com/objectbox/objectbox-generator/v4 v4.0.0
88
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github.com/google/flatbuffers v23.5.26+incompatible h1:M9dgRyhJemaM4Sw8+66GHBu8ioaQmyPLg1b8VwK5WJg=
22
github.com/google/flatbuffers v23.5.26+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
3-
github.com/objectbox/objectbox-generator/v4 v4.0.0-alpha3 h1:TkAaunfhRUwga/8QIhj2VC37M85q4UAyhSrA6THtD7M=
4-
github.com/objectbox/objectbox-generator/v4 v4.0.0-alpha3/go.mod h1:paUROSAShse/S8vIhpCyg6leDlZR/C7zOusTeK5YOEY=
3+
github.com/objectbox/objectbox-generator/v4 v4.0.0 h1:7V7t7mkGfZ0fSNhaOuOQWKNfPnq8Q7mC+Uzo9ciq5To=
4+
github.com/objectbox/objectbox-generator/v4 v4.0.0/go.mod h1:paUROSAShse/S8vIhpCyg6leDlZR/C7zOusTeK5YOEY=

0 commit comments

Comments
 (0)