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.
17 lines
564 B
17 lines
564 B
module lcthw.dev/learn-code-the-hard-way/ozai
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/google/licensecheck v0.3.1 // indirect
|
|
github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/pkgsite v0.0.0-20250908134923-f655b297736f // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
rsc.io/markdown v0.0.0-20231214224604-88bb533a6020 // indirect
|
|
)
|
|
|
|
tool golang.org/x/pkgsite/cmd/pkgsite
|
|
|