Code Monkey home page Code Monkey logo

Comments (3)

ondrej-fabry avatar ondrej-fabry commented on July 20, 2024

Here is a link to a closed issue where this has been addresses previously: #111

from govpp.

ondrej-fabry avatar ondrej-fabry commented on July 20, 2024

@Sophrinix Need more information to be able to help you, as I'm not really sure what is happening here, but the error no secure protocol found for repository seems unrelated to extras actually.

ℹ️ Can you provide the following information?

  • what version of go tooling are you running (run go version)
  • what version of go is defined in your go.mod file of your project?

from govpp.

ondrej-fabry avatar ondrej-fabry commented on July 20, 2024

There actually is issue with importing GoVPP's extras go module, but the problem does not show any erorr like you are seeing.

It short, you have to use GOPROXY=direct, because the data in the proxy is invalid.

➤ go list -json -m -versions go.fd.io/govpp/[email protected]
{
	"Path": "go.fd.io/govpp/extras",
	"Version": "v0.1.0",
	"Versions": [
		"v0.6.0-alpha",
		"v0.6.0",
		"v0.7.0",
		"v0.8.0-alpha",
		"v0.10.0"
	],
	"Time": "2019-07-03T15:00:28Z",
	"Dir": "/home/ondrej/go/pkg/mod/go.fd.io/govpp/[email protected]",
	"GoMod": "/home/ondrej/go/pkg/mod/cache/download/go.fd.io/govpp/extras/@v/v0.1.0.mod",
	"GoVersion": "1.18",
	"Origin": {
		"VCS": "git",
		"URL": "https://github.com/FDio/govpp",
		"Ref": "refs/tags/v0.1.0",
		"Hash": "b1006dced4cc0c23d9dc754e97d89500aeb55170"
	}
}
➤ GOPROXY=direct go list -json -m -versions go.fd.io/govpp/[email protected]
{
	"Path": "go.fd.io/govpp/extras",
	"Version": "v0.1.0",
	"Versions": [
		"v0.1.0"
	],
	"Time": "2019-07-03T15:00:28Z",
	"Dir": "/home/ondrej/go/pkg/mod/go.fd.io/govpp/[email protected]",
	"GoMod": "/home/ondrej/go/pkg/mod/cache/download/go.fd.io/govpp/extras/@v/v0.1.0.mod",
	"GoVersion": "1.18",
	"Origin": {
		"VCS": "git",
		"URL": "https://github.com/FDio/govpp",
		"TagPrefix": "extras/",
		"TagSum": "t1:x7xgAj5aeOC+DZu5HLiZUY3DgMQA9RRScS5l/36Vcls=",
		"Ref": "refs/tags/v0.1.0",
		"Hash": "b1006dced4cc0c23d9dc754e97d89500aeb55170"
	}
}

from govpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.