mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
26 lines
786 B
Modula-2
26 lines
786 B
Modula-2
module github.com/taigrr/gitgraph
|
|
|
|
go 1.19
|
|
|
|
replace github.com/muesli/termenv => github.com/taigrr/termenv v0.11.2
|
|
|
|
require (
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/muesli/termenv v0.13.0
|
|
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
|
|
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
|
|
github.com/taigrr/simplecolorpalettes v0.9.6
|
|
)
|
|
|
|
require (
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
golang.org/x/image v0.3.0 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
)
|