-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
20 lines (18 loc) · 766 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module httpwrapper
go 1.14
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/json-iterator/go v1.1.10
github.com/myzhan/boomer v0.0.0-20210122030331-a9eddc3e0219
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/shirou/gopsutil v3.21.1+incompatible // indirect
github.com/spf13/cast v1.3.1
github.com/ugorji/go v1.2.3 // indirect
github.com/zeromq/goczmq v4.1.0+incompatible // indirect
github.com/zeromq/gomq v0.0.0-20181008000130-95dc37dee5c4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)