Skip to content

v2.0.2+arikkfir

Compare
Choose a tag to compare
@arikkfir arikkfir released this 14 Apr 21:03
· 4 commits to support_getfile_from_github_v2 since this release

What's Changed

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