Skip to content

Releases: arikkfir/go-getter

v2.1.0+arikkfir

03 Aug 16:12
Compare
Choose a tag to compare

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

v2.0.2+arikkfir

14 Apr 21:03
Compare
Choose a tag to compare

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