diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5afa200 --- /dev/null +++ b/go.mod @@ -0,0 +1,8 @@ +module my-docs-site + +go 1.21.0 + +require ( + github.com/colinwilson/lotusdocs release // indirect + github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003 // indirect +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..100df41 --- /dev/null +++ b/go.sum @@ -0,0 +1,6 @@ +github.com/colinwilson/lotusdocs v0.0.0-20230902175918-ac01709267d5 h1:n8C2/rQp/wUE5nnTh8Q5R1SVofo8bxssvX+WuAQJm5w= +github.com/colinwilson/lotusdocs v0.0.0-20230902175918-ac01709267d5/go.mod h1:9zu2REJDi+zdPRcR5/bRYSUR7gkNF4NQLvV38SEoCP8= +github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003 h1:pt/JGVD5YYRsVVijOHPZI6YKTUvbR4e0hgV9B0S6rbI= +github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003/go.mod h1:mvM05r93HiefwoaxQTaYiJxtJAhTebwQtU1Xh/J+Okk= +github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= +github.com/twbs/bootstrap v5.3.0+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=