diff options
Diffstat (limited to 'docs/go.mod')
-rw-r--r-- | docs/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/go.mod b/docs/go.mod new file mode 100644 index 0000000000..11f0965171 --- /dev/null +++ b/docs/go.mod @@ -0,0 +1,5 @@ +module csit.hugo + +go 1.17 + +require github.com/alex-shpak/hugo-book v0.0.0-20230213220505-036e037a63ba // indirect |