-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
55 lines (53 loc) · 2.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/abserari/quicksilver
go 1.14
require (
github.com/GetStream/stream-go2 v3.2.1+incompatible // indirect
github.com/adamzy/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
github.com/caddyserver/caddy v1.0.5
github.com/container-storage-interface/spec v1.6.0
github.com/containerd/containerd v1.6.2 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.14+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis/v7 v7.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-github/v33 v33.0.0
github.com/gorilla/mux v1.7.4
github.com/huichen/sego v0.0.0-20180617034105-3f3c8a8cfacc
github.com/influxdata/influxdb-client-go/v2 v2.2.0
github.com/issue9/assert v1.5.0 // indirect
github.com/jinzhu/configor v1.2.0 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.12
github.com/kubernetes-csi/csi-lib-utils v0.11.0 // indirect
github.com/kubernetes-csi/drivers v1.0.2
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/nats-io/nats-server/v2 v2.1.8 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/nats-io/nuid v1.0.1
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/qor/admin v0.0.0-20200908023436-0c0a0b041c88 // indirect
github.com/qor/audited v0.0.0-20171228121055-b52c9c2f0571 // indirect
github.com/qor/qor v0.0.0-20200729071734-d587cffbbb93 // indirect
github.com/qor/transition v0.0.0-20190608002025-f17b56902e4b
github.com/silverswords/pulse v0.0.0-20200909082614-7291d3d44f97
github.com/sirupsen/logrus v1.8.1
github.com/ziutek/mymysql v1.5.4 // indirect
go.etcd.io/bbolt v1.3.6
go.mongodb.org/mongo-driver v1.4.1
gocv.io/x/gocv v0.24.0
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
gonum.org/v1/hdf5 v0.0.0-20210714002203-8c5d23bc6946
google.golang.org/api v0.43.0
google.golang.org/grpc v1.43.0
gopkg.in/GetStream/stream-go2.v1 v1.14.0
gopkg.in/LeisureLink/httpsig.v1 v1.2.0 // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect
gopkg.in/gorp.v1 v1.7.2
gopkg.in/transloadit/go-sdk.v1 v1.1.1
gotest.tools/v3 v3.1.0 // indirect
k8s.io/client-go v0.22.5
)