Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add go.mod #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add go.mod #98

wants to merge 1 commit into from

Conversation

thaJeztah
Copy link
Collaborator

looks like #97 doesn't like to be installed with the local source if no go module is available; guess it doesn't hurt to have one

@thaJeztah
Copy link
Collaborator Author

Ahm.. I guess that doesn't work in testing;

=== RUN   TestVndrInit
vndr_test.go:141: install github.com/LK4D4/dumbproject failed: exit status 1, out: go: finding module for package github.com/LK4D4/dumbproject
cannot find module providing package github.com/LK4D4/dumbproject: module github.com/LK4D4/dumbproject: git ls-remote -q origin in /tmp/test-vndr-375925155/pkg/mod/cache/vcs/ede4bc18a52cafd9d0dbd7b147c3ce0820fc4f1b8cb11784bca500b0375225d4: 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.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant