You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
227 B
10 lines
227 B
module github.com/pedro-walter/golang-readmemory
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/0xrawsec/golang-win32 v1.0.14
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
|
|
)
|
|
|
|
require github.com/0xrawsec/golang-utils v1.3.0 // indirect
|