-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.*,include/files/architecture: upgrade to latest Gio
Signed-off-by: Elias Naur <[email protected]>
- Loading branch information
Showing
8 changed files
with
75 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
module gioui.org/website | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
gioui.org v0.0.0-20220213191812-0d32ab3f62dc | ||
gioui.org/cmd v0.0.0-20220213191812-0d32ab3f62dc | ||
gioui.org/example v0.0.0-20220202182520-592118406a9f | ||
gioui.org v0.0.0-20220607102828-5cf916c0753c | ||
gioui.org/cmd v0.0.0-20220508120214-35e56c5af956 | ||
gioui.org/example v0.0.0-20220607102948-b8e926ba1ef2 | ||
github.com/gomarkdown/markdown v0.0.0-20190912180731-281270bc6d83 | ||
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect | ||
golang.org/x/tools v0.1.0 | ||
gopkg.in/yaml.v2 v2.2.4 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) | ||
|
||
require golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters