12 lines
265 B
Modula-2
12 lines
265 B
Modula-2
module github.com/CalebQ42/LinuxPA
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/CalebQ42/GoAppImage v0.2.0
|
|
github.com/gotk3/gotk3 v0.5.0
|
|
github.com/mholt/archiver/v3 v3.5.0
|
|
)
|
|
//For testing local changes to my library
|
|
// replace github.com/CalebQ42/GoAppImage => ../GoAppImage
|