wangchucheng / hugo-eureka

Eureka is a feature-rich and highly customizable Hugo theme.
https://www.wangchucheng.com/en/docs/hugo-eureka/
Apache License 2.0
920 stars 192 forks source link

Updating to hugo modules: XML syntax error #239

Open mythsmith opened 1 year ago

mythsmith commented 1 year ago

Describe the bug

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

Additional context

I am not able to know which version of the submodule was previously installed, as I removed it following the guide.