24 lines
753 B
Modula-2
24 lines
753 B
Modula-2
module github.com/naiba/nezha
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-github/v28 v28.1.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/naiba/com v0.0.0-20191104074000-318339dc72a5
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/shirou/gopsutil/v3 v3.20.10
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
google.golang.org/grpc v1.33.1
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|