What's Changed
- Support getting single files from GitUhub by @arikkfir (hashicorp#98 and hashicorp#356)
- Sync "v2" branch from origin repository by @arikkfir in #2
Usage
To use, just add the replace ...
line line to your go.mod
file, and run go mod tidy
, like so:
module ....
// ADD THIS LINE:
replace github.com/hashicorp/go-getter/v2 v2.1.0 => github.com/arikkfir/go-getter/v2 v2.1.0+arikkfir
// Your normal required dependencies as usual, including standard declaration of go-getter and others:
require (
...
github.com/hashicorp/go-getter/v2 v2.1.0
...
Full Changelog: v2.1.0...v2.1.0+arikkfir