Initial commit

This commit is contained in:
Ryan Nixon
2020-03-16 21:01:51 -07:00
parent 65cd19cfe0
commit c127cf27ea
7 changed files with 510 additions and 11 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/taiidani/hwrc-proton-launcher
go 1.13
require (
fyne.io/fyne v1.2.3
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/go-ps v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)