mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
31 lines
1.0 KiB
Modula-2
31 lines
1.0 KiB
Modula-2
module github.com/naiba/nezha
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/genkiroid/cert v0.0.0-20191007122723-897560fbbe50
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-ping/ping v0.0.0-20201115131931-3300c582a663
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
github.com/p14yground/go-github-selfupdate v1.2.3-0.20210119020835-db3523c6834b
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/shirou/gopsutil/v3 v3.20.11
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
google.golang.org/grpc v1.33.1
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.20.8
|
|
)
|