added ported versions
This commit is contained in:
parent
c367583ed7
commit
61bd1fb6fa
20 changed files with 2596 additions and 0 deletions
14
go/go.mod
Normal file
14
go/go.mod
Normal file
|
@ -0,0 +1,14 @@
|
|||
module witness-seed
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/shirou/gopsutil v3.21.11+incompatible
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-ole/go-ole v1.2.6 // indirect
|
||||
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
||||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue