diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-05-02 08:07:03 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-05-02 08:36:31 +0000 |
commit | 089b5394689ac28e2e77e16d51197c19cc3dd486 (patch) | |
tree | dddca8a34b43c94f56123f51c1d49268e9ebc6e1 /docs | |
parent | 1db42c927c072720a4c1b15d30f6be0ca6193871 (diff) |
C-Docs: Set the version of hugo-book theme
Change-Id: Ic8daac7dfc10788baa44d3cf8cf587296ec5070d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/go.mod | 2 | ||||
-rw-r--r-- | docs/go.sum | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/go.mod b/docs/go.mod index 11f0965171..eb9dde3269 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -1,5 +1,3 @@ module csit.hugo go 1.17 - -require github.com/alex-shpak/hugo-book v0.0.0-20230213220505-036e037a63ba // indirect diff --git a/docs/go.sum b/docs/go.sum deleted file mode 100644 index 1ca65235fa..0000000000 --- a/docs/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/alex-shpak/hugo-book v0.0.0-20230213220505-036e037a63ba h1:GSDZxN4SjTRVylJjVwr2Mnn1oy/e2ngZG9m1ULJ2qFg= -github.com/alex-shpak/hugo-book v0.0.0-20230213220505-036e037a63ba/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds= |