Files
LinuxPA/go.mod
T
Caleb Gardner a0f22e480b 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.
2020-11-06 03:44:34 -06:00

21 lines
749 B
Modula-2

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
)