Now using a new version of GoAppImage which should actually work.

Minor updates due to new library versions
Added go.mod to use Go's versioning system.
This commit is contained in:
Caleb Gardner
2020-11-06 03:44:34 -06:00
parent 57f921c2cb
commit a0f22e480b
6 changed files with 170 additions and 17 deletions
+20
View File
@@ -0,0 +1,20 @@
module github.com/CalebQ42/LinuxPA
go 1.15
require (
github.com/CalebQ42/GoAppImage v0.1.0
github.com/adrg/xdg v0.2.2 // indirect
github.com/alokmenghrajani/gpgeez v0.0.0-20161206084504-1a06f1c582f9 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gotk3/gotk3 v0.5.0
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/mholt/archiver/v3 v3.5.0
github.com/smartystreets/goconvey v1.6.4 // indirect
go.lsp.dev/uri v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
)