29 lines
869 B
Modula-2
29 lines
869 B
Modula-2
module git.foosoft.net/alex/goldsmith
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
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
|
|
github.com/gorilla/feeds v1.1.2
|
|
github.com/tdewolff/minify/v2 v2.20.17
|
|
github.com/yuin/goldmark v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/tdewolff/parse/v2 v2.7.12 // indirect
|
|
golang.org/x/image v0.15.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|