-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 727 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/objectbox/objectbox-go-performance
go 1.12
require (
cloud.google.com/go v0.41.0 // indirect
github.com/DataDog/zstd v1.4.0 // indirect
github.com/Sereal/Sereal v0.0.0-20190618215532-0b8ac451a863 // indirect
github.com/asdine/storm v0.0.0-20190418133842-e0f77eada154
github.com/golang/snappy v0.0.1 // indirect
github.com/google/flatbuffers v23.5.26+incompatible
github.com/jinzhu/gorm v1.9.10
github.com/kr/pretty v0.1.0 // indirect
github.com/objectbox/objectbox-go v1.9.0
github.com/pkg/profile v1.3.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.31.0 // indirect
)