Support Windows service deploy

This commit is contained in:
wweir
2019-02-24 16:10:19 +08:00
parent 6c5f5cd74f
commit 413a93f6f7
4 changed files with 39 additions and 21 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ require (
github.com/wweir/mem-go v0.0.0-20190109100331-8673ab596296
github.com/wweir/netboot v0.0.2
github.com/xtaci/kcp-go v5.0.7+incompatible
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
golang.org/x/sys v0.0.0-20190213121743-983097b1a8a3 // indirect
golang.org/x/sys v0.0.0-20190222171317-cd391775e71e
)