Skip to content

Commit

Permalink
Pull in some goproxy patches to get Docker push working
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dwyer <[email protected]>
  • Loading branch information
bdwyertech committed Feb 1, 2020
1 parent 3a60650 commit 663de44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require (
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd
)

replace github.com/elazarl/goproxy => github.com/bdwyertech/goproxy v0.0.0-20191108055622-a50ae93d7e49
replace github.com/elazarl/goproxy => github.com/bdwyertech/goproxy v0.0.0-20200201231500-7e8ac30130c1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5 h1:P5U+E4x5OkVEKQDklVPmzs71WM56RTTRqV4OrDC//Y4=
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5/go.mod h1:976q2ETgjT2snVCf2ZaBnyBbVoPERGjUz+0sofzEfro=
github.com/bdwyertech/goproxy v0.0.0-20191108055622-a50ae93d7e49 h1:5ZQp3PWgEZfr6ZQUXZ5a7FN+Xtl6YmVAkbBEhIZzUKM=
github.com/bdwyertech/goproxy v0.0.0-20191108055622-a50ae93d7e49/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
github.com/bdwyertech/goproxy v0.0.0-20200201231500-7e8ac30130c1 h1:PUIjBNOjfq22tsSl/Klmv9LeM+XMnN4D26ZOLRXr0dI=
github.com/bdwyertech/goproxy v0.0.0-20200201231500-7e8ac30130c1/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
github.com/bhendo/concord v0.0.0-20180530163943-7f15987d4520 h1:n4NdU6snY/KrOQ9O2czyAuwRD6TUzUOIYZIG+ftEs4g=
github.com/bhendo/concord v0.0.0-20180530163943-7f15987d4520/go.mod h1:GNf3/5IyUGgjg6NdDGajgwhYj/QbJaBpVoBqoP4V7DI=
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM=
Expand Down

0 comments on commit 663de44

Please sign in to comment.