Files
lordwelch b5d007c865 Add ability to create a git repository from a BG3 install
Add library to parse version info from a windows PE executable
There are issues with go-git, will change to a wrapper library
2021-02-15 21:47:38 -08:00

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