mockingjay-server icon indicating copy to clipboard operation
mockingjay-server copied to clipboard

Missing Dependency causing go get failure

Open maddienotmaddy opened this issue 3 years ago • 1 comments

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/[email protected]/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.

maddienotmaddy avatar Mar 10 '21 19:03 maddienotmaddy

Hey

Sorry I haven’t looked at this project in a while. The code does seem to be copied into the vendor folder so it might be an option to git clone instead and then use go install

quii avatar Mar 11 '21 08:03 quii