-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (26 loc) · 1.02 KB
/
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
module github.com/yeticloud/cave
go 1.13
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/denisbrodbeck/machineid v1.0.1
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/google/uuid v1.1.1
github.com/kr/pretty v0.2.0 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/perlin-network/noise v1.1.3
github.com/pkg/profile v1.4.0
github.com/prometheus/client_golang v1.5.1
github.com/shirou/gopsutil v2.20.4+incompatible
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1 // indirect
github.com/yeticloud/libsubrpc v0.0.0-20200509001702-1c9f7b1f540f
go.etcd.io/bbolt v1.3.2
go.uber.org/zap v1.14.1 // indirect
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200410194907-79a7a3126eef // indirect
gopkg.in/yaml.v2 v2.2.8
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)