summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-20 20:24:26 +0300
committerValery Piashchynski <[email protected]>2020-12-20 20:24:26 +0300
commitf658c68932673fc29eab386ec83219525b87be52 (patch)
tree89ad46474b3f2e78c7efc0f94d2ebdd9fe19faf8 /go.mod
parentaafc330258e5ecd3277bb49eabfef667c960cfe3 (diff)
Add Initial README
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 56a666eb..f8da7823 100755
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,9 @@ go 1.15
require (
github.com/NYTimes/gziphandler v1.1.1
+ github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/fatih/color v1.10.0
+ github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gofiber/fiber/v2 v2.3.0
github.com/golang/mock v1.4.4
github.com/hashicorp/go-multierror v1.1.0