module github.com/cloud-barista/cb-tumblebug go 1.13 require ( github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/cloud-barista/cb-log v0.0.0-20191204151250-4d68d1150b4e // indirect github.com/cloud-barista/cb-store v0.0.0-20191212071905-f7b819d631ad github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/etcd v3.3.18+incompatible // indirect github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd v0.0.0-00010101000000-000000000000 // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/go-ole/go-ole v1.2.4 // indirect github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect github.com/google/btree v1.0.0 // indirect github.com/google/uuid v1.1.1 github.com/gorilla/websocket v1.4.1 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect github.com/jonboulle/clockwork v0.1.0 // indirect github.com/labstack/echo v3.3.10+incompatible github.com/labstack/gommon v0.3.0 // indirect github.com/prometheus/client_golang v1.2.1 // indirect github.com/shirou/gopsutil v2.19.11+incompatible github.com/sirupsen/logrus v1.4.2 github.com/snowzach/rotatefilehook v0.0.0-20180327172521-2f64f265f58c // indirect github.com/soheilhy/cmux v0.1.4 // indirect github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect github.com/valyala/fasttemplate v1.1.0 // indirect github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect github.com/xujiajun/nutsdb v0.5.0 // indirect go.etcd.io/bbolt v1.3.3 // indirect go.etcd.io/etcd v3.3.18+incompatible // indirect go.uber.org/zap v1.13.0 // indirect golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect google.golang.org/grpc v1.26.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2 // indirect sigs.k8s.io/yaml v1.1.0 // indirect ) replace github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0