-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 714 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/xaevman/srvApp
require (
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/xaevman/app v0.0.0-20190930184519-24995558fb46
github.com/xaevman/counters v0.0.0-20180726222205-47700f82e94f
github.com/xaevman/crash v0.0.0-20190412235221-124900ccf870
github.com/xaevman/ini v0.0.0-20190202003026-e7d9b5f29b03
github.com/xaevman/log v0.0.0-20200409203531-4b34e9e824b5
github.com/xaevman/shutdown v0.0.0-20191018173348-2d57b6d17dfe
github.com/xaevman/str v0.0.0-20190412235629-55065b689228 // indirect
github.com/xaevman/trace v0.0.0-20170619171817-54d504b4cd27
github.com/xaevman/win32 v0.0.0-20171020222159-1eed552269eb
golang.org/x/sys v0.0.0-20190201152629-afcc84fd7533
)
go 1.13