Skip to content

Commit

Permalink
Small fix (#225)
Browse files Browse the repository at this point in the history
* Fixed deleting AppImages

* Updated deps
Removed use of depreciated ioutil

* Updated squashfs library
  • Loading branch information
CalebQ42 authored Oct 24, 2022
1 parent 4f40eae commit aedd087
Show file tree
Hide file tree
Showing 14 changed files with 164 additions and 184 deletions.
65 changes: 32 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,48 +1,44 @@
module github.com/probonopd/go-appimage

go 1.17
go 1.19

require (
github.com/CalebQ42/squashfs v0.6.1
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
github.com/adrg/xdg v0.3.4
github.com/CalebQ42/squashfs v0.6.2
github.com/acobaugh/osrelease v0.1.0
github.com/adrg/xdg v0.4.0
github.com/alokmenghrajani/gpgeez v0.0.0-20161206084504-1a06f1c582f9
github.com/coreos/go-systemd/v22 v22.3.2
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/esiqveland/notify v0.11.0
github.com/gabriel-vasile/mimetype v1.3.1 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.5
github.com/coreos/go-systemd/v22 v22.4.0
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/esiqveland/notify v0.11.1
github.com/godbus/dbus/v5 v5.1.0
github.com/google/go-github v17.0.0+incompatible
github.com/grandcat/zeroconf v1.0.0
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
github.com/hashicorp/go-version v1.3.0
github.com/mgord9518/imgconv v0.0.0-20210819122414-c4b59a63004b
github.com/otiai10/copy v1.6.0
github.com/hashicorp/go-version v1.6.0
github.com/mgord9518/imgconv v0.0.0-20211227113402-4a8e0ad15713
github.com/otiai10/copy v1.7.0
github.com/probonopd/go-zsyncmake v0.0.0-20181008012426-5db478ac2be7
github.com/prometheus/procfs v0.7.3
github.com/prometheus/procfs v0.8.0
github.com/rjeczalik/notify v0.9.2
github.com/sabhiram/png-embed v0.0.0-20180421025336-149afe9a3ccb
github.com/sabhiram/pngr v0.0.0-20180419043407-2df49b015d4b // indirect
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/shuheiktgw/go-travis v0.3.1
github.com/srwiley/oksvg v0.0.0-20210519022825-9fc0c575d5fe
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780
github.com/urfave/cli/v2 v2.3.0
github.com/srwiley/oksvg v0.0.0-20221002174631-3742d547bf3c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/urfave/cli/v2 v2.17.1
go.lsp.dev/uri v0.3.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
gopkg.in/ini.v1 v1.63.0
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875
gopkg.in/ini.v1 v1.67.0
gopkg.in/src-d/go-git.v4 v4.13.1
)

require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Expand All @@ -52,21 +48,24 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/rustyoz/Mtransform v0.0.0-20190224104252-60c8c35a3681 // indirect
github.com/rustyoz/genericlexer v0.0.0-20190224115003-eb82fd2987bd // indirect
github.com/rustyoz/svg v0.0.0-20200706102315-fe1aeca2ba20 // indirect
github.com/sabhiram/pngr v0.0.0-20180419043407-2df49b015d4b // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 // indirect
golang.org/x/text v0.3.6 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Loading

0 comments on commit aedd087

Please sign in to comment.