14 lines
325 B
Modula-2
14 lines
325 B
Modula-2
module github.com/CalebQ42/LinuxPA
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/CalebQ42/GoAppImage v0.4.0
|
|
github.com/gotk3/gotk3 v0.5.0
|
|
github.com/mholt/archiver/v3 v3.5.0
|
|
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
|
|
)
|
|
|
|
//For testing local changes to my library
|
|
// replace github.com/CalebQ42/GoAppImage => ../GoAppImage
|