-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
30 lines (28 loc) · 1.33 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
module github.com/RedisAI/redisai-go
go 1.12
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/bketelsen/crypt v0.0.4 // indirect
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denis-tingajkin/go-header v0.4.2 // indirect
github.com/go-lintpack/lintpack v0.5.2 // indirect
github.com/gomodule/redigo v1.8.2
github.com/google/go-cmp v0.5.7
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5 // indirect
github.com/mattn/goveralls v0.0.2 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c // indirect
github.com/sanposhiho/wastedassign v1.0.0 // indirect
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.1
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 // indirect
)