v2.0.2+arikkfir
·
4 commits
to support_getfile_from_github_v2
since this release
What's Changed
- Support getting single files from GitUhub by @arikkfir (hashicorp#98 and hashicorp#356)
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.0.2 => github.com/arikkfir/go-getter/v2 v2.0.2+arikkfir
// Your normal required dependencies as usual, including standard declaration of go-getter and others:
require (
...
github.com/hashicorp/go-getter/v2 v2.0.2
...
Full Changelog: v2.0.2...v2.0.2+arikkfir