I tried to use go get github.com/quii/mockingjay-server/ as defined in the Installation doc.
The action fails because it cannot find the package https://github.com/johnmuth/xmlcompare.
14:03 $ go get github.com/quii/mockingjay-server/
go: finding module for package github.com/johnmuth/xmlcompare
go: finding module for package github.com/johnmuth/xmlcompare
../../pkg/mod/github.com/quii/mockingjay-server@v0.0.0-20210115094419-7b93ee8a98b7/mockingjay/compatibility.go:13:2: cannot find module providing package github.com/johnmuth/xmlcompare: module github.com/johnmuth/xmlcompare: git ls-remote -q origin in /Users/dennis.valovcin/go/pkg/mod/cache/vcs/2a071fa2cce3c7382acfab8a0860d125aced727be653d3dcaba277800cbb76b3: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
I tried to use
go get github.com/quii/mockingjay-server/as defined in the Installation doc.The action fails because it cannot find the package https://github.com/johnmuth/xmlcompare.