module github.com/google/docsy go 1.12 // AUTO-GENERATED using `npm run get:hugo-modules` require ( github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect github.com/twbs/bootstrap v5.3.6+incompatible // indirect ) // 使用镜像预置的本地路径,避免从 GitHub 拉取(国内网络不稳定) replace ( github.com/FortAwesome/Font-Awesome => /opt/fontawesome github.com/twbs/bootstrap => /opt/bootstrap )