Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Switch to Go Modules #2072

Open
prusnak opened this issue May 11, 2020 · 2 comments
Open

Switch to Go Modules #2072

prusnak opened this issue May 11, 2020 · 2 comments

Comments

@prusnak
Copy link
Contributor

prusnak commented May 11, 2020

Go Modules is Go’s new dependency management system that makes dependency version information explicit and easier to manage.

Citing from https://blog.golang.org/using-go-modules:

Go modules are the future of dependency management in Go.

We encourage you to start using modules in your local development and to add go.mod and go.sum files to your projects.

@cpacia
Copy link
Member

cpacia commented May 11, 2020

We do intend to. The biggest hold up for us is to do so we have to migrate IPFS up several versions at the same time as we switch to go mod and this is a large scale refactor with some considerations for backwards compatibility.

@DuckulaGL
Copy link

Hello, you mean that we use this command below in the future?

export GO111MODULE=on
go get github.com/OpenBazaar/openbazaar-go (without -u)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants