10 lines
182 B
Modula-2
10 lines
182 B
Modula-2
module github.com/taiidani/hwrc-proton-launcher
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
fyne.io/fyne/v2 v2.3.5
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
|
|
)
|