Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

chore: migrate from dep to Go modules #16

Merged
merged 3 commits into from
Dec 26, 2019
Merged

chore: migrate from dep to Go modules #16

merged 3 commits into from
Dec 26, 2019

Conversation

vinny-sabatini
Copy link
Member

@vinny-sabatini vinny-sabatini commented Dec 21, 2019

Description

This migrates git2consul to use Go modules for managing dependencies rather than dep. Go modules was introduced in version 1.11, so building using Go version 1.10 will no longer be supported.

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Environment

  • Runtime version(Java, Go, Python, etc): Go 1.13.5

Fixes #17

@vinny-sabatini
Copy link
Member Author

I don't believe Snyk supports Go modules yet.

Go 1.10 is now in the archived versions of Go and Go modules is the
dependency management system as of version 1.11.
Go version 1.13 is also the current stable version.

Fixes #17
The basic, key, password, ssh, and user keys are not valid flags for
this tool.
.travis.yml Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@vinny-sabatini
Copy link
Member Author

@seanmalloy good call, I've addressed your suggestions

@seanmalloy seanmalloy merged commit 1feba3a into master Dec 26, 2019
@seanmalloy seanmalloy deleted the gomod branch December 26, 2019 17:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update git2consul to use Go Modules instead of dep
2 participants