-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 930 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 930 Bytes
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 hcc/cello
go 1.13
require (
github.com/Terry-Mao/goconf v0.0.0-20161115082538-13cb73d70c44
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/fatih/color v1.9.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.4.3
github.com/graphql-go/graphql v0.7.8
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.34.0
google.golang.org/protobuf v1.25.0
innogrid.com/hcloud-classic/hcc_errors v0.0.0-00010101000000-000000000000
innogrid.com/hcloud-classic/pb v0.0.0-00010101000000-000000000000
)
replace (
innogrid.com/hcloud-classic/hcc_errors => ../hcc_errors
innogrid.com/hcloud-classic/pb => ../pb
)