Skip to content

Commit a2c5d20

Browse files
committed
fix: [go.mod] Update version, replace local mod
1 parent 8395fcc commit a2c5d20

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

exampleSite/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module github.com/manid2/hugo-xterm/exampleSite
22

33
go 1.18
44

5-
require github.com/manid2/hugo-xterm v0.0.0-20230715205645-468f278c002c // indirect
5+
require github.com/manid2/hugo-xterm v1.0.1 // indirect
6+
7+
replace github.com/manid2/hugo-xterm => ../

exampleSite/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ github.com/manid2/hugo-xterm v0.0.0-20230715095800-5e6c59a4014f h1:rqkJPX0cOjWuX
22
github.com/manid2/hugo-xterm v0.0.0-20230715095800-5e6c59a4014f/go.mod h1:okco5bnHP7wAs4wCdFM1CGqvOZf5Wpj39kHDIZT4Vds=
33
github.com/manid2/hugo-xterm v0.0.0-20230715205645-468f278c002c h1:SjaKPRMTk/kZ2amsVNLiCqp73z2QU8whOYIC2C6C/7w=
44
github.com/manid2/hugo-xterm v0.0.0-20230715205645-468f278c002c/go.mod h1:GfVYdHvhSC/U07C3fOHLl/k2hzc+uQh0oRuy4q7Or3A=
5+
github.com/manid2/hugo-xterm v1.0.1 h1:s+uFQxPsA2lj20ZoQ2nUWqjW99E+uCsccuJL4UVWXQM=
6+
github.com/manid2/hugo-xterm v1.0.1/go.mod h1:GfVYdHvhSC/U07C3fOHLl/k2hzc+uQh0oRuy4q7Or3A=

exampleSite/scripts/hugo-env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ export HUGOxPARAMSxGITxLAST_COMMITxSHORT_HASH
99
export HUGOxPARAMSxGITxLAST_COMMITxSUBJECT
1010

1111
export TZ='Asia/Kolkata'
12-
export HUGO_MODULE_REPLACEMENTS="github.com/manid2/hugo-xterm -> ../.."

0 commit comments

Comments
 (0)