From cfc460270a67b4c3ab16d08c86382b8675b5ae4f Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Fri, 10 Aug 2018 11:54:26 +0000 Subject: [PATCH] Undo changes made in the 'tools' subtree This is vendor'd in from weaveworks/build-tools so must not be changed here. --- tools/socks/Dockerfile | 2 +- tools/socks/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/socks/Dockerfile b/tools/socks/Dockerfile index ffafeb03b..867cd6bc5 100644 --- a/tools/socks/Dockerfile +++ b/tools/socks/Dockerfile @@ -1,5 +1,5 @@ FROM gliderlabs/alpine -LABEL maintainer="Weaveworks Inc " +MAINTAINER Weaveworks Inc WORKDIR / COPY proxy / EXPOSE 8000 diff --git a/tools/socks/main.go b/tools/socks/main.go index c29a48349..7cd8c7086 100644 --- a/tools/socks/main.go +++ b/tools/socks/main.go @@ -8,10 +8,10 @@ import ( "strings" "text/template" - "context" socks5 "github.com/armon/go-socks5" "github.com/weaveworks/common/mflag" "github.com/weaveworks/common/mflagext" + "golang.org/x/net/context" ) type pacFileParameters struct {