Update dependencies

pull/9/head v0.2.4
Trevor Slocum 2019-11-15 16:28:23 -08:00
parent 08d285b02f
commit 2f2172c6e5
3 changed files with 6 additions and 5 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.sr.ht/~tslocum/gmenu
go 1.12
require (
git.sr.ht/~tslocum/desktop v0.1.2
git.sr.ht/~tslocum/desktop v0.1.3
github.com/gdamore/tcell v1.3.0
github.com/gotk3/gotk3 v0.0.0-20191027191019-60cba67d4ea4
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51

4
go.sum
View File

@ -1,5 +1,5 @@
git.sr.ht/~tslocum/desktop v0.1.2 h1:S0u4Jb2yehJjrnrlnu7w7haVOc/K9oOJRR1mEi2EWcE=
git.sr.ht/~tslocum/desktop v0.1.2/go.mod h1:cUn0Q8ALjkAq40qSei795yN3CfO5pkeYKo2gmzaZ2SI=
git.sr.ht/~tslocum/desktop v0.1.3 h1:0yIUIhAaP8oEaHpKbJ+1L9xGfLaga//fPEimIubFecY=
git.sr.ht/~tslocum/desktop v0.1.3/go.mod h1:cUn0Q8ALjkAq40qSei795yN3CfO5pkeYKo2gmzaZ2SI=
github.com/DATA-DOG/go-sqlmock v1.3.3 h1:CWUqKXe0s8A2z6qCgkP4Kru7wC11YoAnoupUKFDnH08=
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=

View File

@ -16,7 +16,7 @@ builds:
- darwin
- freebsd
- linux
- windows
# - windows
goarch:
- 386
- amd64
@ -39,7 +39,8 @@ archive:
- goos: windows
format: zip
files:
- ./*.md
- CHANGELOG
- LICENSE
- README.md
checksum:
name_template: 'checksums.txt'