-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 824 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 824 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
module hcc/horn
go 1.17
require (
github.com/Terry-Mao/goconf v0.0.0-20161115082538-13cb73d70c44
github.com/sethvargo/go-password v0.2.0
google.golang.org/grpc v1.44.0
innogrid.com/hcloud-classic/pb v0.0.0-00010101000000-000000000000
)
require (
github.com/gojp/goreportcard v0.0.0-20211204091108-18ad6e4f5cbb // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)
replace innogrid.com/hcloud-classic/pb => ../pb