File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/codeclysm/extract/master/LICENSE )
55[ ![ Godoc Reference] ( https://img.shields.io/badge/Godoc-Reference-blue.svg )] ( https://godoc.org/github.com/codeclysm/extract )
66
7- import "github.com/codeclysm/extract/v3 "
7+ import "github.com/codeclysm/extract/v4 "
88
99Package extract allows to extract archives in zip, tar.gz or tar.bz2 formats
1010easily.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "testing"
1515
1616 "github.com/arduino/go-paths-helper"
17- "github.com/codeclysm/extract/v3 "
17+ "github.com/codeclysm/extract/v4 "
1818 "github.com/stretchr/testify/require"
1919)
2020
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "testing"
1111
1212 "github.com/arduino/go-paths-helper"
13- "github.com/codeclysm/extract/v3 "
13+ "github.com/codeclysm/extract/v4 "
1414 "github.com/stretchr/testify/require"
1515)
1616
Original file line number Diff line number Diff line change 1- module github.com/codeclysm/extract/v3
1+ module github.com/codeclysm/extract/v4
22
33go 1.22
44
You can’t perform that action at this time.
0 commit comments