-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 947 Bytes
/
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
module github.com/cvmfs/conveyor
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.3.0+incompatible
github.com/lib/pq v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.12.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1
github.com/streadway/amqp v0.0.0-20190312002841-61ee40d2027b
golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
google.golang.org/appengine v1.3.0 // indirect
)