Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
update godownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Sep 7, 2019
1 parent 0180c4e commit 15c710d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 1 addition & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ replace github.com/pelletier/go-toml => github.com/kamilsk/go-toml v1.4.0-asd-pa

replace golang.org/x/tools => github.com/kamilsk/go-tools v0.0.0-20190618115843-d350ce7f7a97

replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0

require (
github.com/go-swagger/go-swagger v0.20.1
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/golangci/golangci-lint v1.17.1
github.com/goreleaser/godownloader v0.0.0-20190803193356-7ef626c90bb6
github.com/goreleaser/godownloader v0.0.0-20190906205848-7d30e4442386
github.com/goreleaser/goreleaser v0.110.0
github.com/grpc-ecosystem/grpc-gateway v1.9.6
github.com/twitchtv/twirp v5.8.0+incompatible
Expand Down
6 changes: 4 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl
dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0/go.mod h1:JLBrvjyP0v+ecvNYvCpyZgu5/xkfAUhi6wJj28eUfSU=
dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412/go.mod h1:a1inKt/atXimZ4Mv927x+r7UpyzRUf4emIoiiSC2TN4=
dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c/go.mod h1:0PRwlb0D6DFvNNtx+9ybjezNCa8XF0xaYcETyp6rHWU=
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
git.apache.org/thrift.git v0.12.0/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
github.com/Azure/azure-amqp-common-go v1.1.3/go.mod h1:FhZtXirFANw40UXI2ntweO+VOkfaw8s6vZxUiRhLYW8=
github.com/Azure/azure-amqp-common-go v1.1.4/go.mod h1:FhZtXirFANw40UXI2ntweO+VOkfaw8s6vZxUiRhLYW8=
github.com/Azure/azure-pipeline-go v0.1.8 h1:KmVRa8oFMaargVesEuuEoiLCQ4zCCwQ8QX/xg++KS20=
Expand Down Expand Up @@ -382,8 +384,8 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+
github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/goreleaser/godownloader v0.0.0-20190803193356-7ef626c90bb6 h1:OfdwDZH/XuYjSO4yURlui8rOhbmBE9Qqsl93+uT9qbw=
github.com/goreleaser/godownloader v0.0.0-20190803193356-7ef626c90bb6/go.mod h1:QxI0U09lJPeCP0x2DDozfX/nUrVi59pTpXNivrHKxRY=
github.com/goreleaser/godownloader v0.0.0-20190906205848-7d30e4442386 h1:YEDyD7QuLBnhWWZ2hL/6zygPt5QgYH9ZTiJ08DmHA88=
github.com/goreleaser/godownloader v0.0.0-20190906205848-7d30e4442386/go.mod h1:2F2dOn6KS6lS7FKoo5AszSsjhZmFy8YiThK5CezX3mU=
github.com/goreleaser/goreleaser v0.94.0/go.mod h1:OjbYR2NhOI6AEUWCowMSBzo9nP1aRif3sYtx+rhp+Zo=
github.com/goreleaser/goreleaser v0.110.0 h1:1medjbRwTF2jYMMzSwphSDGQw45UsXi3BKeABwP6ml0=
github.com/goreleaser/goreleaser v0.110.0/go.mod h1:2EjFZfAiZovV6ac6xGnURz8lIqu2/McO9gcFsWnvrKs=
Expand Down
1 change: 1 addition & 0 deletions tools/vendor/github.com/goreleaser/godownloader/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tools/vendor/github.com/goreleaser/godownloader/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tools/vendor/github.com/goreleaser/godownloader/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ github.com/google/wire
github.com/googleapis/gax-go
# github.com/googleapis/gax-go/v2 v2.0.5
github.com/googleapis/gax-go/v2
# github.com/goreleaser/godownloader v0.0.0-20190803193356-7ef626c90bb6
# github.com/goreleaser/godownloader v0.0.0-20190906205848-7d30e4442386
github.com/goreleaser/godownloader
# github.com/goreleaser/goreleaser v0.110.0
github.com/goreleaser/goreleaser
Expand Down

0 comments on commit 15c710d

Please sign in to comment.