mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Merge pull request #3311 from weaveworks/undo-tools-changes
Undo changes made in the 'tools' subtree
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user