Skip to content

Move repo dependency management from go dep to modules #1634

Closed
@leighmcculloch

Description

@leighmcculloch

This repository uses dep to manage it's dependencies and the Go tooling and the community has shifted to use Modules. Modules were automatically enabled in Go 1.11+ when used in repositories outside a GOPATH, and will be always enabled in Go 1.13 that is currently in rc1 as of August 21st.

We should move to Modules to remain consistent with the wider Go community, and to make it easier for developers contributing or depending on packages in this repository to use common tooling.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions