You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
module isthisnagee.com/tools/diary
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/MichaelMure/go-term-markdown v0.1.4 // indirect
|
|
github.com/MichaelMure/go-term-text v0.3.1 // indirect
|
|
github.com/alecthomas/chroma v0.7.1 // indirect
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/dlclark/regexp2 v1.1.6 // indirect
|
|
github.com/eliukblau/pixterm/pkg/ansimage v0.0.0-20191210081756-9fb6cf8c2f75 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/gomarkdown/markdown v0.0.0-20191123064959-2c17d62f5098 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kyokomi/emoji/v2 v2.2.8 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.0.3 // 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.12 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.9 // indirect
|
|
github.com/rivo/uniseg v0.1.0 // indirect
|
|
github.com/spf13/cobra v1.3.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
|
)
|