-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 748 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module hcc/violin-scheduler
go 1.12
require (
github.com/Terry-Mao/goconf v0.0.0-20161115082538-13cb73d70c44
github.com/apparentlymart/go-cidr v1.0.1 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/graphql-go/graphql v0.7.8
github.com/graphql-go/handler v0.2.3
github.com/hcloud-classic/hcc_errors v1.1.2
github.com/hcloud-classic/pb v0.0.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.34.1
google.golang.org/protobuf v1.25.0 // indirect
)
replace github.com/hcloud-classic/pb => ../pb