-
-
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.
- Push minimal go version to 1.21 - tdewolff/canvas compatibility updates
- Loading branch information
Showing
7 changed files
with
113 additions
and
176 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,42 @@ | ||
module github.com/Dadido3/noita-mapcap | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/1lann/promptui v0.8.1-0.20220708222609-81fad96dd5e1 | ||
github.com/cheggaaa/pb/v3 v3.1.0 | ||
github.com/coreos/go-semver v0.3.0 | ||
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 | ||
github.com/cheggaaa/pb/v3 v3.1.4 | ||
github.com/coreos/go-semver v0.3.1 | ||
github.com/kbinani/screenshot v0.0.0-20230812210009-b87d31814237 | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/tdewolff/canvas v0.0.0-20220627195642-6566432f4b20 | ||
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75 | ||
github.com/tdewolff/canvas v0.0.0-20231218015800-2ad5075e9362 | ||
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 | ||
) | ||
|
||
require ( | ||
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect | ||
github.com/VividCortex/ewma v1.2.0 // indirect | ||
github.com/adrg/strutil v0.3.0 // indirect | ||
github.com/adrg/sysfont v0.1.2 // indirect | ||
github.com/adrg/xdg v0.4.0 // indirect | ||
github.com/benoitkugler/textlayout v0.1.3 // indirect | ||
github.com/benoitkugler/textprocessing v0.0.2 // indirect | ||
github.com/benoitkugler/textlayout v0.3.0 // indirect | ||
github.com/benoitkugler/textprocessing v0.0.3 // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/dsnet/compress v0.0.1 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect | ||
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/gen2brain/shm v0.1.0 // indirect | ||
github.com/go-fonts/latin-modern v0.3.2 // indirect | ||
github.com/go-fonts/liberation v0.3.2 // indirect | ||
github.com/go-latex/latex v0.0.0-20231108140139-5c1ce85aa4ea // indirect | ||
github.com/go-text/typesetting v0.0.0-20231219150831-cc0073efdbb4 // indirect | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect | ||
github.com/jezek/xgb v1.1.1 // indirect | ||
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/tdewolff/minify/v2 v2.11.10 // indirect | ||
github.com/tdewolff/parse/v2 v2.6.0 // indirect | ||
golang.org/x/image v0.10.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/tdewolff/minify/v2 v2.20.10 // indirect | ||
github.com/tdewolff/parse/v2 v2.7.7 // indirect | ||
golang.org/x/image v0.14.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
star-tex.org/x/tex v0.4.0 // indirect | ||
) |
Oops, something went wrong.