mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
update for svg server to compile
This commit is contained in:
12
go.mod
12
go.mod
@@ -11,9 +11,16 @@ replace github.com/muesli/termenv => github.com/taigrr/termenv v0.11.2
|
||||
replace github.com/charmbracelet/lipgloss => github.com/taigrr/lipgloss v0.5.1
|
||||
|
||||
require (
|
||||
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
|
||||
github.com/charmbracelet/bubbletea v0.23.1
|
||||
github.com/charmbracelet/lipgloss v0.6.0
|
||||
github.com/go-git/go-git/v5 v5.5.2
|
||||
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/mg v0.0.0-00010101000000-000000000000
|
||||
github.com/taigrr/simplecolorpalettes v0.9.6
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -32,19 +39,16 @@ require (
|
||||
github.com/mattn/go-isatty v0.0.17 // indirect
|
||||
github.com/mattn/go-localereader v0.0.1 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.14 // indirect
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a // indirect
|
||||
github.com/muesli/cancelreader v0.2.2 // indirect
|
||||
github.com/muesli/reflow v0.3.0 // indirect
|
||||
github.com/muesli/termenv v0.13.0 // indirect
|
||||
github.com/pjbgf/sha1cd v0.2.3 // indirect
|
||||
github.com/rivo/uniseg v0.4.3 // indirect
|
||||
github.com/sergi/go-diff v1.3.1 // indirect
|
||||
github.com/skeema/knownhosts v1.1.0 // indirect
|
||||
github.com/taigrr/mg v0.0.0-00010101000000-000000000000 // indirect
|
||||
github.com/taigrr/simplecolorpalettes v0.9.6 // indirect
|
||||
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
||||
golang.org/x/crypto v0.5.0 // indirect
|
||||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
||||
golang.org/x/mod v0.7.0 // indirect
|
||||
golang.org/x/net v0.5.0 // indirect
|
||||
golang.org/x/sys v0.4.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user