We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5df1a commit 59882a1Copy full SHA for 59882a1
go.mod
@@ -32,3 +32,10 @@ require (
32
gopkg.in/ini.v1 v1.64.0 // indirect
33
gopkg.in/yaml.v2 v2.4.0 // indirect
34
)
35
+
36
+retract (
37
+ v2.0.7
38
+ v2.0.3
39
+ v2.0.2
40
+ v2.0.1
41
+)
pkg/providers/providers.go
@@ -5,7 +5,7 @@ import (
5
"github.com/valyala/fasthttp"
6
7
8
-const Version = `2.0.7`
+const Version = `2.0.8`
9
10
// Provider is a generic interface for all archive fetchers
11
type Provider interface {
0 commit comments