1
goldsmith-samples/go.mod

27 lines
942 B
Modula-2
Raw Permalink Normal View History

2023-12-31 03:46:27 +00:00
module git.foosoft.net/alex/goldsmith-samples
2020-01-02 02:30:19 +00:00
2022-07-04 01:41:23 +00:00
go 1.18
2020-01-02 02:30:19 +00:00
require (
2023-12-31 03:46:27 +00:00
git.foosoft.net/alex/goldsmith v0.0.0-20231231032041-9ecb4797022b
git.foosoft.net/alex/goldsmith-components v0.0.0-20231231034118-3e1e204c38ac
github.com/PuerkitoBio/goquery v1.8.1
2020-01-02 02:30:19 +00:00
)
2022-07-04 01:41:23 +00:00
require (
2023-12-31 03:46:27 +00:00
github.com/BurntSushi/toml v1.3.2 // indirect
2022-07-04 01:41:23 +00:00
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
2023-12-31 03:46:27 +00:00
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
2022-07-04 01:41:23 +00:00
github.com/disintegration/imaging v1.6.2 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
2023-12-31 03:46:27 +00:00
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/tdewolff/minify/v2 v2.20.10 // indirect
github.com/tdewolff/parse/v2 v2.7.7 // indirect
github.com/yuin/goldmark v1.6.0 // indirect
2022-07-04 01:41:23 +00:00
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
2023-12-31 03:46:27 +00:00
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.15.0 // indirect
2022-07-04 01:41:23 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
)