Skip to content

Enable go modules#13

Open
radeksimko wants to merge 1 commit intojtolio:masterfrom
radeksimko:go-mod
Open

Enable go modules#13
radeksimko wants to merge 1 commit intojtolio:masterfrom
radeksimko:go-mod

Conversation

@radeksimko
Copy link
Copy Markdown

@radeksimko radeksimko commented Feb 12, 2019

https://github.com/golang/go/wiki/Modules#gomod

This PR is just a result of the following commands (in clean Go 1.11.5 environment):

go mod init
go get ./...
go mod tidy

The aim is to prevent gls from being marked as "incompatible" in go-mod-aware modules which depend on gls. This happens just because gls is >1.0.0 (currently v4.20) but isn't go-mod-aware. See https://forum.golangbridge.org/t/go-get-marking-go-mod-incompatible/10686 for more.

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