Skip to content

Commit 48c8892

Browse files
committed
Testing custom go mod name
1 parent 02c94fc commit 48c8892

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

‎go.mod‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
module github.com/bep/mod-a
2-
3-
go 1.17
4-
5-
require github.com/bep/mod-c v0.55.0 // indirect

‎go.sum‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎hugo.mod‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/bep/mod-a
2+
3+
go 1.17
4+
5+
require github.com/bep/mod-c v0.55.0 // indirect

0 commit comments

Comments
 (0)