2023-12-31 03:20:41 +00:00
|
|
|
module git.foosoft.net/alex/goldsmith
|
2020-01-02 02:15:43 +00:00
|
|
|
|
2024-09-08 20:41:02 +00:00
|
|
|
go 1.23
|
|
|
|
|
|
|
|
toolchain go1.23.1
|
2024-02-17 06:35:49 +00:00
|
|
|
|
|
|
|
require (
|
2024-09-08 20:41:02 +00:00
|
|
|
github.com/BurntSushi/toml v1.4.0
|
|
|
|
github.com/PuerkitoBio/goquery v1.10.0
|
2024-02-17 06:35:49 +00:00
|
|
|
github.com/alecthomas/chroma v0.10.0
|
|
|
|
github.com/bmatcuk/doublestar/v4 v4.6.1
|
|
|
|
github.com/disintegration/imaging v1.6.2
|
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2024-09-08 20:41:02 +00:00
|
|
|
github.com/gorilla/feeds v1.2.0
|
|
|
|
github.com/tdewolff/minify/v2 v2.20.37
|
|
|
|
github.com/yuin/goldmark v1.7.4
|
2024-02-17 06:35:49 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
2024-09-08 20:41:02 +00:00
|
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
2024-02-19 19:27:23 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2024-09-08 20:41:02 +00:00
|
|
|
github.com/tdewolff/parse/v2 v2.7.15 // indirect
|
|
|
|
golang.org/x/image v0.20.0 // indirect
|
|
|
|
golang.org/x/net v0.29.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2024-02-19 19:27:23 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2024-02-17 06:35:49 +00:00
|
|
|
)
|