Add some memory reading stuff, based on many other open source projects
This commit is contained in:
6
go.mod
6
go.mod
@@ -2,7 +2,11 @@ module github.com/hectorgimenez/d2go
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/stretchr/testify v1.8.2
|
||||
require (
|
||||
github.com/stretchr/testify v1.8.2
|
||||
github.com/winlabs/gowin32 v0.0.0-20221003142512-0d265587d3c9
|
||||
golang.org/x/sys v0.6.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user