Remove restriction in go.mod
This commit is contained in:
Родитель
3e51f66271
Коммит
105d6349fa
4
go.mod
4
go.mod
|
@ -1,5 +1,3 @@
|
|||
module github.com/Azure/azure-pipeline-go
|
||||
|
||||
go 1.12
|
||||
|
||||
require github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149 // indirect
|
||||
require github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149
|
||||
|
|
|
@ -5,5 +5,5 @@ const (
|
|||
UserAgent = "azure-pipeline-go/" + Version
|
||||
|
||||
// Version is the semantic version (see http://semver.org) of the pipeline package.
|
||||
Version = "0.2.0"
|
||||
Version = "0.2.1"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче