mark/go.mod

59 lines
2.4 KiB
Modula-2
Raw Normal View History

module github.com/kovetskiy/mark
2025-04-15 20:33:43 +02:00
go 1.24.0
2025-04-15 20:33:43 +02:00
toolchain go1.24.2
require (
github.com/bmatcuk/doublestar/v4 v4.8.1
2025-05-29 01:21:02 +02:00
github.com/chromedp/cdproto v0.0.0-20250319231242-a755498943c8
github.com/chromedp/chromedp v0.13.3
github.com/dreampuf/mermaid.go v0.0.27
github.com/kovetskiy/gopencils v0.0.0-20250404051442-0b776066936a
2024-09-02 20:57:20 +02:00
github.com/kovetskiy/lorg v1.2.1-0.20240830111423-ba4fe8b6f7c4
github.com/reconquest/karma-go v1.5.0
2024-09-02 20:57:20 +02:00
github.com/reconquest/pkg v1.3.1-0.20240901105413-68c2adbf2b64
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
github.com/stretchr/testify v1.10.0
2025-04-15 21:30:59 +02:00
github.com/urfave/cli-altsrc/v3 v3.0.1
github.com/urfave/cli/v3 v3.3.3
github.com/yuin/goldmark v1.7.12
golang.org/x/tools v0.33.0
gopkg.in/yaml.v3 v3.0.1
2025-05-29 01:21:02 +02:00
oss.terrastruct.com/d2 v0.7.0
oss.terrastruct.com/util-go v0.0.0-20250213174338-243d8661088a
2021-12-27 05:35:22 -05:00
)
require (
2025-04-15 21:30:59 +02:00
github.com/BurntSushi/toml v1.5.0 // indirect
2025-05-29 01:21:02 +02:00
github.com/PuerkitoBio/goquery v1.10.0 // indirect
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
2021-12-27 05:35:22 -05:00
github.com/davecgh/go-spew v1.1.1 // indirect
2025-05-29 01:21:02 +02:00
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dop251/goja v0.0.0-20240927123429-241b342198c2 // indirect
github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 // indirect
2025-05-29 01:21:02 +02:00
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
2024-09-02 20:57:20 +02:00
github.com/gobwas/ws v1.4.0 // indirect
2025-05-29 01:21:02 +02:00
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/pprof v0.0.0-20240927180334-d43a67379298 // indirect
github.com/kr/pretty v0.3.1 // indirect
2025-05-29 01:21:02 +02:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mazznoer/csscolorparser v0.1.5 // indirect
2021-12-27 05:35:22 -05:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-09-02 20:57:20 +02:00
github.com/reconquest/cog v0.0.0-20240830113510-c7ba12d0beeb // indirect
2025-05-29 01:21:02 +02:00
github.com/rivo/uniseg v0.4.7 // indirect
2024-09-02 20:57:20 +02:00
github.com/zazab/zhash v0.0.0-20221031090444-2b0d50417446 // indirect
2025-05-29 01:21:02 +02:00
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
2025-05-29 01:21:02 +02:00
golang.org/x/text v0.25.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gonum.org/v1/plot v0.14.0 // indirect
2021-02-02 17:45:36 +03:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)