I have a package where the dependencies were vendored in a few years ago using govendor.
I am trying to convert the vendor tree from govendor to go modules. I a having problems finding libraries written by Peter Edge, which had a DNS entry of go.pedge.io: "path": "go.pedge.io/env", "path": "go.pedge.io/lion", "path": "go.pedge.io/lion/current", "path": "go.pedge.io/lion/env", "path": "go.pedge.io/lion/grpc", "path": "go.pedge.io/lion/syslog", "path": "go.pedge.io/pb/go/google/protobuf", "path": "go.pedge.io/pkg/cobra", "path": "go.pedge.io/proto/time", go.pedge.io does not seems to resolve in DNS for me. Also https://github.com.com/peter-edge does not point to a valid GitHub account. For this particular case where: 1. dependencies were vendored in a few few years ago using govendor 2. I want to convert from govendor to go modules, and rebuild the vendor tree What should I do? -- Craig -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/028e1063-ece4-47e4-97da-91a5a8d2a774%40googlegroups.com.