Add library to parse version info from a windows PE executable There are issues with go-git, will change to a wrapper library
8 lines
117 B
Modula-2
8 lines
117 B
Modula-2
module github.com/jdferrell3/peinfo-go
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
)
|
|
|
|
go 1.13
|