You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
909 B
28 lines
909 B
module git.learnjsthehardway.com/learn-code-the-hard-way/ssgod
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/yuin/goldmark v1.7.13
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/licensecheck v0.3.1 // indirect
|
|
github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/mod v0.26.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/pkgsite v0.0.0-20250721174030-d4de6668b910 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
golang.org/x/tools v0.35.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
rsc.io/markdown v0.0.0-20231214224604-88bb533a6020 // indirect
|
|
)
|
|
|
|
tool golang.org/x/pkgsite/cmd/pkgsite
|
|
|