Feature: PROCESS-NAME for windows (#840)

This commit is contained in:
icpz
2020-08-06 19:59:20 +08:00
committed by GitHub
parent 622ac45258
commit 92a23f1eab
3 changed files with 288 additions and 1 deletions

1
go.mod
View File

@ -17,6 +17,7 @@ require (
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
gopkg.in/eapache/channels.v1 v1.1.0
gopkg.in/yaml.v2 v2.3.0
)