2020-11-11 10:07:45 +08:00
|
|
|
module github.com/naiba/nezha
|
2019-11-09 12:05:53 +08:00
|
|
|
|
|
|
|
go 1.13
|
2019-12-02 22:57:14 +08:00
|
|
|
|
|
|
|
require (
|
2020-10-24 21:29:05 +08:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
2020-11-30 00:07:27 +08:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-01-16 00:45:49 +08:00
|
|
|
github.com/genkiroid/cert v0.0.0-20191007122723-897560fbbe50
|
2021-05-10 18:04:38 +08:00
|
|
|
github.com/gin-contrib/pprof v1.3.0
|
2021-07-27 09:59:42 +08:00
|
|
|
github.com/gin-gonic/gin v1.7.0
|
2021-04-25 23:59:57 +08:00
|
|
|
github.com/go-ping/ping v0.0.0-20210407214646-e4e642a95741
|
2020-11-06 20:51:23 +08:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-12-13 00:43:25 +08:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
2021-07-14 23:53:37 +08:00
|
|
|
github.com/ory/graceful v0.1.1
|
2021-05-20 10:00:35 +08:00
|
|
|
github.com/p14yground/go-github-selfupdate v0.0.0-20210520015421-eddf14461293
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-08-16 10:27:21 +08:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-01-19 09:59:04 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-08-08 10:06:44 +08:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.7
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-08-08 10:06:44 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-01-31 13:37:43 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-04-25 23:59:57 +08:00
|
|
|
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
|
2020-11-06 20:51:23 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-10-24 21:29:05 +08:00
|
|
|
google.golang.org/grpc v1.33.1
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-12-09 19:05:40 +08:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2020-12-19 23:11:16 +08:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
2021-04-17 23:36:37 +08:00
|
|
|
gorm.io/gorm v1.21.8
|
2019-12-02 22:57:14 +08:00
|
|
|
)
|