You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I removed the git submodule as described here, and installed the hugo module. But then:
$ hugo mod get wangchucheng.com/hugo-eureka
go: no module dependencies to download
go: wangchucheng.com/hugo-eureka: unrecognized import path "wangchucheng.com": parsing wangchucheng.com: XML syntax error on line 1: expected /> in element
Error: failed to get ["-d" "wangchucheng.com/hugo-eureka"]: failed to execute 'go [get -d wangchucheng.com/hugo-eureka]': failed to execute binary "go" with args [get -d wangchucheng.com/hugo-eureka]: go: wangchucheng.com/hugo-eureka: unrecognized import path "wangchucheng.com": parsing wangchucheng.com: XML syntax error on line 1: expected /> in element
To Reproduce
Does this issue reproduce with the latest release? Yes
Steps to reproduce the behavior:
Follow the steps to remove the git submodule and add a hugo submodule, here
Expected behavior
The eureka submodule gets installed.
Environment
hugo v0.113.0
eureka 0.9.5
Additional context
I am not able to know which version of the submodule was previously installed, as I removed it following the guide.
The text was updated successfully, but these errors were encountered:
Describe the bug
I removed the git submodule as described here, and installed the hugo module. But then:
To Reproduce
Does this issue reproduce with the latest release? Yes
Steps to reproduce the behavior:
Follow the steps to remove the git submodule and add a hugo submodule, here
Expected behavior
The eureka submodule gets installed.
Environment
Additional context
I am not able to know which version of the submodule was previously installed, as I removed it following the guide.
The text was updated successfully, but these errors were encountered: