Skip to content

Commit 56f0dbe

Browse files
Copilotchefgs
andauthored
Restore unrelated Go module metadata
Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/ea0c7a95-2d9a-453e-aaa1-7b54e2e22c94 Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
1 parent 7d62465 commit 56f0dbe

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-20260108111751-81a841c92d62 // 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-20260108111751-81a841c92d62 h1:LQYO67RaSBiWnW3ZPyVPZCVTOFaNK/dc/ZRbh8Wu8Wo=
2+
github.com/alex-shpak/hugo-book v0.0.0-20260108111751-81a841c92d62/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds=

0 commit comments

Comments
 (0)