Skip to content

Commit

Permalink
Update again
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Apr 30, 2020
1 parent 3ad145f commit 6bb3aaa
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 68 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/fyne-io/terminal
go 1.13

require (
fyne.io/fyne v1.2.5-0.20200430111230-e13bb796de8e
fyne.io/fyne v1.2.5-0.20200430220014-6dfcc767a591
github.com/creack/pty v1.1.9
github.com/stretchr/testify v1.5.1
)
10 changes: 7 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fyne.io/fyne v1.2.5-0.20200430111230-e13bb796de8e h1:8tcRRq77Dchb4lsK1vcVEiY+pcQgq51qElZps4HOS5E=
fyne.io/fyne v1.2.5-0.20200430111230-e13bb796de8e/go.mod h1:8LN/nrM9+1vAClaUUXB4fo9/omVGBmcyIgZ1p8kMW+w=
fyne.io/fyne v1.2.5-0.20200430220014-6dfcc767a591 h1:DohULmKtriv4GSKiCSOjp9wMKaYIlW8UGFbqY8Jh5xQ=
fyne.io/fyne v1.2.5-0.20200430220014-6dfcc767a591/go.mod h1:8LN/nrM9+1vAClaUUXB4fo9/omVGBmcyIgZ1p8kMW+w=
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9/go.mod h1:7uhhqiBaR4CpN0k9rMjOtjpcfGd6DG2m04zQxKnWQ0I=
github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
github.com/creack/pty v1.1.9 h1:uDmaGzcdjhF4i/plgjmEsriH11Y0o7RKapEf/LDaM3w=
Expand All @@ -19,7 +19,11 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff h1:W71vTCKoxtdXgnm1ECDFkfQnpdqAO00zzGXLA5yaEX8=
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff/go.mod h1:wfqRWLHRBsRgkp5dmbG56SA0DmVtwrF5N3oPdI8t+Aw=
github.com/jackmordaunt/icns v0.0.0-20181231085925-4f16af745526/go.mod h1:UQkeMHVoNcyXYq9otUupF7/h/2tmHlhrS2zw7ZVvUqc=
github.com/josephspurrier/goversioninfo v0.0.0-20190124120936-8611f5a5ff3f/go.mod h1:eJTEwMjXb7kZ633hO3Ln9mBUCOjX2+FlTljvpl9SYdE=
github.com/josephspurrier/goversioninfo v0.0.0-20200309025242-14b0ab84c6ca/go.mod h1:eJTEwMjXb7kZ633hO3Ln9mBUCOjX2+FlTljvpl9SYdE=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/lucor/goinfo v0.0.0-20200401173949-526b5363a13a/go.mod h1:ORP3/rB5IsulLEBwQZCJyyV6niqmI7P4EWSmkug+1Ng=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
Expand Down
8 changes: 4 additions & 4 deletions vendor/fyne.io/fyne/internal/painter/font.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions vendor/fyne.io/fyne/widget/textgrid.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions vendor/github.com/creack/pty/types.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/creack/pty/types_dragonfly.go

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/creack/pty/types_freebsd.go

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/creack/pty/types_openbsd.go

This file was deleted.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fyne.io/fyne v1.2.5-0.20200430111230-e13bb796de8e
# fyne.io/fyne v1.2.5-0.20200430220014-6dfcc767a591
fyne.io/fyne
fyne.io/fyne/app
fyne.io/fyne/canvas
Expand All @@ -20,7 +20,7 @@ fyne.io/fyne/theme
fyne.io/fyne/widget
# github.com/creack/pty v1.1.9
github.com/creack/pty
# github.com/davecgh/go-spew v1.1.0
# github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew/spew
# github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify
Expand Down

0 comments on commit 6bb3aaa

Please sign in to comment.