-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 753 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/lovi-cloud/teleskop
go 1.15
require (
github.com/coreos/go-iptables v0.4.5
github.com/digitalocean/go-libvirt v0.0.0-20200810224808-b9c702499bf7
github.com/go-test/deep v1.0.7
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1
github.com/lovi-cloud/go-os-brick v0.2.0
github.com/lovi-cloud/satelit v0.0.1
github.com/vishvananda/netlink v1.1.0
go.uber.org/zap v1.16.0
go.universe.tf/netboot v0.0.0-20200701170418-ddb47796bc4c
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
google.golang.org/grpc v1.31.1
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0
)
replace github.com/lovi-cloud/satelit v0.0.1 => github.com/lovi-cloud/satelit v0.0.0-20210112143548-e07eb76192d7