Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ require (
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/labstack/echo/v4 v4.9.0
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
Expand Down
Loading