Skip to content

v2.1.0+arikkfir

Latest
Compare
Choose a tag to compare
@arikkfir arikkfir released this 03 Aug 16:12

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.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