Updated go.mod

This commit is contained in:
Caleb Gardner
2020-11-07 01:01:58 -06:00
parent d2e91baa6b
commit b20de4f1d6
3 changed files with 10 additions and 29 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ module github.com/CalebQ42/LinuxPA
go 1.15
require (
github.com/CalebQ42/GoAppImage v0.1.1
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