Skip to content

Commit

Permalink
Update github.com/fyne-io/image pseudo-version
Browse files Browse the repository at this point in the history
```text
github.com/fyne-io/image
    from v0.0.0-20240121103648-c3c798e60e6b
    to   v0.0.0-20240417123036-dc0ee9e7c964
```

Applied via:

1. `go get -u ./...`
2. `go mod tidy`
3. `go mod vendor`
  • Loading branch information
atc0005 committed May 1, 2024
1 parent 6bc9674 commit c404445
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect
github.com/fyne-io/glfw-js v0.0.0-20240101223322-6e1efdc71b7a // indirect
github.com/fyne-io/image v0.0.0-20240121103648-c3c798e60e6b // indirect
github.com/fyne-io/image v0.0.0-20240417123036-dc0ee9e7c964 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240307211618-a69d953ea142 // indirect
github.com/go-text/render v0.1.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ github.com/fyne-io/glfw-js v0.0.0-20240101223322-6e1efdc71b7a h1:ybgRdYvAHTn93HW
github.com/fyne-io/glfw-js v0.0.0-20240101223322-6e1efdc71b7a/go.mod h1:gsGA2dotD4v0SR6PmPCYvS9JuOeMwAtmfvDE7mbYXMY=
github.com/fyne-io/image v0.0.0-20240121103648-c3c798e60e6b h1:Fo9Q/ycIlYOhYJ28M+umawPvvcqvVDo/Zp4EZ5750UQ=
github.com/fyne-io/image v0.0.0-20240121103648-c3c798e60e6b/go.mod h1:J9Uunu842kOcTjzQj4Eq8XIDmF55szvT1PTS1cUb1UE=
github.com/fyne-io/image v0.0.0-20240417123036-dc0ee9e7c964 h1:0pTELtjlVAVGSazfwRNcqTVzqmkWb1GsNozCmmZfdZA=
github.com/fyne-io/image v0.0.0-20240417123036-dc0ee9e7c964/go.mod h1:J9Uunu842kOcTjzQj4Eq8XIDmF55szvT1PTS1cUb1UE=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6/go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw=
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 h1:5BVwOaUSBTlVZowGO6VZGw2H/zl9nrd3eCZfYV+NfQA=
Expand Down
9 changes: 8 additions & 1 deletion vendor/github.com/fyne-io/image/ico/reader.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ github.com/fyne-io/gl-js
# github.com/fyne-io/glfw-js v0.0.0-20240101223322-6e1efdc71b7a
## explicit; go 1.19
github.com/fyne-io/glfw-js
# github.com/fyne-io/image v0.0.0-20240121103648-c3c798e60e6b
# github.com/fyne-io/image v0.0.0-20240417123036-dc0ee9e7c964
## explicit; go 1.19
github.com/fyne-io/image/ico
# github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
Expand Down

0 comments on commit c404445

Please sign in to comment.