-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
39 lines (37 loc) · 1.61 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/minskylab/neocortex
go 1.14
require (
github.com/DataDog/zstd v1.4.4 // indirect
github.com/IBM/go-sdk-core v0.4.1
github.com/Sereal/Sereal v0.0.0-20200210135736-180ff2394e8a // indirect
github.com/appleboy/gin-jwt/v2 v2.6.3
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/asdine/storm v2.1.2+incompatible
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.5.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/jinzhu/now v1.0.1
github.com/joho/godotenv v1.3.0 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/rs/xid v1.2.1
github.com/vmihailenco/msgpack v3.3.3+incompatible // indirect
github.com/watson-developer-cloud/go-sdk v0.10.0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.etcd.io/bbolt v1.3.3 // indirect
go.mongodb.org/mongo-driver v1.1.1
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)