nezha/go.mod

12 lines
331 B
Modula-2
Raw Normal View History

2019-12-02 22:57:14 +08:00
module github.com/p14yground/nezha
2019-11-09 12:05:53 +08:00
go 1.13
2019-12-02 22:57:14 +08:00
require (
2019-12-05 22:36:58 +08:00
github.com/EDDYCJY/go-grpc-example v0.0.0-20181014074047-0f68708edbcb
2019-12-02 22:57:14 +08:00
github.com/shirou/gopsutil v2.19.11+incompatible
2019-12-05 22:36:58 +08:00
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
2019-12-02 22:57:14 +08:00
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
2019-12-05 22:36:58 +08:00
google.golang.org/grpc v1.25.1
2019-12-02 22:57:14 +08:00
)