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

npf.io/deputy is not accessible #7

Open
liuxingjun opened this issue Feb 28, 2022 · 0 comments · May be fixed by #8
Open

npf.io/deputy is not accessible #7

liuxingjun opened this issue Feb 28, 2022 · 0 comments · May be fixed by #8

Comments

@liuxingjun
Copy link

liuxingjun commented Feb 28, 2022

How to reproduce it

$ mkdir testmod
$ go mod init testmod
go: creating new go.mod: module testmod
$ cat >> main.go <<EOF
package main

import (
	"fmt"
	"github.com/natefinch/deputy"
)
func main() {
	fmt.Println(deputy.DefaultErrs)
}
EOF
$ go mod tidy
go: finding module for package npf.io/deputy
testmod imports
        github.com/natefinch/deputy tested by
        github.com/natefinch/deputy.test imports
        npf.io/deputy: cannot find module providing package npf.io/deputy: unrecognized import path "npf.io/deputy": reading https://npf.io/deputy?go-get=1: 404 Not Found

"npf.io/deputy"

@liuxingjun liuxingjun linked a pull request Mar 21, 2022 that will close this issue
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 a pull request may close this issue.

1 participant