-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
44 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,37 @@ | ||
module github.com/kenshaw/fv | ||
|
||
go 1.20 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/kenshaw/colors v0.1.1 | ||
github.com/kenshaw/colors v0.1.2 | ||
github.com/kenshaw/rasterm v0.1.10 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/tdewolff/canvas v0.0.0-20240115005846-3d69968abe72 | ||
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 | ||
github.com/tdewolff/canvas v0.0.0-20240313223806-c16dea836d4e | ||
github.com/tdewolff/font v0.0.0-20240307164724-5999bab46d7d | ||
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 | ||
) | ||
|
||
require ( | ||
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/benoitkugler/textlayout v0.3.0 // indirect | ||
github.com/benoitkugler/textprocessing v0.0.3 // indirect | ||
github.com/dsnet/compress v0.0.1 // indirect | ||
github.com/go-fonts/latin-modern v0.3.2 // indirect | ||
github.com/go-text/typesetting v0.1.0 // indirect | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kenshaw/snaker v0.2.0 // indirect | ||
github.com/mattn/go-sixel v0.0.5 // indirect | ||
github.com/soniakeys/quant v1.0.0 // indirect | ||
github.com/tdewolff/minify/v2 v2.20.14 // indirect | ||
github.com/tdewolff/parse/v2 v2.7.9 // indirect | ||
github.com/tdewolff/minify/v2 v2.20.19 // indirect | ||
github.com/tdewolff/parse/v2 v2.7.12 // indirect | ||
golang.org/x/image v0.15.0 // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/term v0.16.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/term v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
star-tex.org/x/tex v0.4.0 // 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