forked from z5labs/gogm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 745 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (19 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/mindstand/gogm
go 1.13
require (
github.com/adam-hanna/arrayOperations v0.2.5
github.com/cornelk/hashmap v1.0.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dchest/siphash v1.2.1 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/google/uuid v1.1.1
github.com/kr/pretty v0.1.0 // indirect
github.com/mindstand/go-bolt v0.2.1-0.20200414154543-dd7499698d09
github.com/mindstand/go-cypherdsl v0.1.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/urfave/cli/v2 v2.0.0
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)