-
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
639 changed files
with
83,617 additions
and
159,113 deletions.
There are no files selected for viewing
Binary file not shown.
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,27 +1,25 @@ | ||
module github.com/esimov/caire | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
require ( | ||
gioui.org v0.0.0-20220801181544-dbbae0519e24 | ||
gioui.org v0.3.1 | ||
github.com/disintegration/imaging v1.6.2 | ||
github.com/esimov/pigo v1.4.5 | ||
github.com/stretchr/testify v1.8.1 | ||
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e | ||
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 | ||
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95 | ||
golang.org/x/image v0.5.0 | ||
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 | ||
) | ||
|
||
require ( | ||
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect | ||
gioui.org/shader v1.0.6 // indirect | ||
github.com/benoitkugler/textlayout v0.1.1 // indirect | ||
gioui.org/shader v1.0.8 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gioui/uax v0.2.1-0.20220325163150-e3d987515a12 // indirect | ||
github.com/go-text/typesetting v0.0.0-20220411150340-35994bc27a7b // indirect | ||
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/exp/shiny v0.0.0-20220722155223-a9213eeb770e // indirect | ||
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91 // indirect | ||
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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
Oops, something went wrong.