forked from ic3software/mccs-alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.19 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
module github.com/ic3network/mccs-alpha
go 1.13
require (
github.com/DataDog/zstd v1.4.4 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gorilla/mux v1.7.3
github.com/jinzhu/gorm v1.9.12
github.com/jinzhu/now v1.1.1
github.com/oleiade/reflections v1.0.0 // indirect
github.com/olivere/elastic/v7 v7.0.10
github.com/pkg/errors v0.9.0
github.com/robfig/cron v1.2.0
github.com/segmentio/ksuid v1.0.2
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/shirou/gopsutil v2.19.12+incompatible
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/tidwall/pretty v1.0.0 // indirect
github.com/unrolled/render v1.0.1
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.2.1
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17
gopkg.in/oleiade/reflections.v1 v1.0.0
)