Skip to content

Commit bb99585

Browse files
Copilotchefgs
andauthored
Restore module metadata after Hugo preview update
Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/da764e3f-6ccf-4173-87cc-3bff9ee56e38 Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
1 parent 0a036c0 commit bb99585

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

go-project/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
module go-project
22

33
go 1.16
4+
5+
require (
6+
// Add your dependencies here
7+
)

go-project/go.sum

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
go: module example.com/go-project
2+
3+
# indirect
4+
github.com/gin-gonic/gin v1.7.4 // indirect
5+
github.com/stretchr/testify v1.7.0 // indirect
6+
golang.org/x/net v0.0.0-20220316182356-1c4e7f4e8b2e // indirect
7+
golang.org/x/sys v0.0.0-20220316182356-1c4e7f4e8b2e // indirect

hugo-docs/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/cloudengine-labs/devops_os/hugo-docs
22

33
go 1.21.0
4+
5+
require github.com/alex-shpak/hugo-book v0.0.0-20260408113943-97d7ee40edf1 // indirect

hugo-docs/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/alex-shpak/hugo-book v0.0.0-20260408113943-97d7ee40edf1 h1:vwHQ2uXe6gC9kXre7P29AqWYB8Gek5iQTGnJHKBbqDg=
2+
github.com/alex-shpak/hugo-book v0.0.0-20260408113943-97d7ee40edf1/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds=

0 commit comments

Comments
 (0)