-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (33 loc) · 1.58 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
module github.com/FissionAndFusion/lws
require (
cloud.google.com/go v0.32.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect
github.com/eclipse/paho.mqtt.golang v1.1.1
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/furdarius/rabbitroutine v0.4.0
github.com/go-sql-driver/mysql v1.3.0 // indirect
github.com/golang/protobuf v1.2.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.2.0 // indirect
github.com/hashicorp/logutils v1.0.0
github.com/huandu/go-sqlbuilder v1.0.0
github.com/jinzhu/gorm v0.0.0-20180818231433-32455088f24d
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v0.0.0-20180511015916-ed742868f2ae // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/streadway/amqp v0.0.0-20180806233856-70e15c650864
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/gormigrate.v1 v1.2.0
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
)