forked from TrueCloudLab/distribution
docs: remove unused go.mod
This go.mod was used to allow vendoring the docs with Hugo, but this was never used, so we can remove the go.mod altogether. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c1869cc7e7
commit
186d522da9
2 changed files with 0 additions and 18 deletions
|
@ -1,9 +0,0 @@
|
||||||
module github.com/distribution/distribution/docs
|
|
||||||
|
|
||||||
go 1.21.1
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/google/docsy v0.7.1 // indirect
|
|
||||||
github.com/imfing/hextra v0.5.0 // indirect
|
|
||||||
github.com/thegeeklab/hugo-geekdoc v0.41.2 // indirect
|
|
||||||
)
|
|
|
@ -1,9 +0,0 @@
|
||||||
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
|
|
||||||
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
|
|
||||||
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
|
|
||||||
github.com/google/docsy/dependencies v0.7.1/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
|
|
||||||
github.com/imfing/hextra v0.5.0 h1:uVUmtqx7UivuA6oCVSKkaM/YGcLuIA9P8j8mmCDg4hU=
|
|
||||||
github.com/imfing/hextra v0.5.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
|
|
||||||
github.com/thegeeklab/hugo-geekdoc v0.41.2 h1:U6TvFfO3TVoCvirpLFXMO/sE5qHavZ18N22tUtiTwBo=
|
|
||||||
github.com/thegeeklab/hugo-geekdoc v0.41.2/go.mod h1:XEAtAuJ3nRMshRupMW1xPZ7EVMleS87rmr+RklRamRY=
|
|
||||||
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
|
|
Loading…
Reference in a new issue