mirror of
https://github.com/kovetskiy/mark.git
synced 2025-06-06 22:22:42 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/chromedp/chromedp](https://github.com/chromedp/chromedp) from 0.13.3 to 0.13.6. - [Release notes](https://github.com/chromedp/chromedp/releases) - [Commits](https://github.com/chromedp/chromedp/compare/v0.13.3...v0.13.6) --- updated-dependencies: - dependency-name: github.com/chromedp/chromedp dependency-version: 0.13.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
59 lines
2.4 KiB
Modula-2
59 lines
2.4 KiB
Modula-2
module github.com/kovetskiy/mark
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.8.1
|
|
github.com/chromedp/cdproto v0.0.0-20250403032234-65de8f5d025b
|
|
github.com/chromedp/chromedp v0.13.6
|
|
github.com/dreampuf/mermaid.go v0.0.27
|
|
github.com/kovetskiy/gopencils v0.0.0-20250404051442-0b776066936a
|
|
github.com/kovetskiy/lorg v1.2.1-0.20240830111423-ba4fe8b6f7c4
|
|
github.com/reconquest/karma-go v1.5.0
|
|
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
|
|
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
|
|
oss.terrastruct.com/d2 v0.7.0
|
|
oss.terrastruct.com/util-go v0.0.0-20250213174338-243d8661088a
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
|
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
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
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
|
|
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
|
|
github.com/gobwas/ws v1.4.0 // indirect
|
|
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
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mazznoer/csscolorparser v0.1.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/reconquest/cog v0.0.0-20240830113510-c7ba12d0beeb // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/zazab/zhash v0.0.0-20221031090444-2b0d50417446 // indirect
|
|
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
|
|
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
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|