Merge pull request #3311 from weaveworks/undo-tools-changes

Undo changes made in the 'tools' subtree
This commit is contained in:
Bryan Boreham
2018-08-10 13:30:56 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
FROM gliderlabs/alpine
LABEL maintainer="Weaveworks Inc <help@weave.works>"
MAINTAINER Weaveworks Inc <help@weave.works>
WORKDIR /
COPY proxy /
EXPOSE 8000

View File

@@ -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 {