-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (27 loc) · 934 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
26
27
28
29
module github.com/parasource/rhosus
go 1.15
require (
github.com/apex/log v1.9.0
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/elliotchance/pie/v2 v2.7.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/go-memdb v1.3.2
github.com/kr/text v0.2.0 // indirect
github.com/rs/cors v1.9.0 // indirect
github.com/rs/zerolog v1.28.0
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.8.1
github.com/tidwall/tinylru v1.1.0
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.etcd.io/bbolt v1.3.7
go.etcd.io/etcd/client/pkg/v3 v3.5.1
go.etcd.io/etcd/client/v3 v3.5.1
golang.org/x/crypto v0.1.0
golang.org/x/sys v0.6.0
google.golang.org/grpc v1.40.0
)