cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2019.9.2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Gopkg.toml

103lines · modecode

1[prune]
2 go-tests = true
3 unused-packages = true
4
5 [[prune.project]]
6 name = "github.com/cloudflare/brotli-go"
7 unused-packages = false
8
9
10
11[[constraint]]
12 name = "github.com/facebookgo/grace"
13 revision = "75cf19382434e82df4dd84953f566b8ad23d6e9e"
14
15[[constraint]]
16 name = "github.com/getsentry/raven-go"
17 revision = "ed7bcb39ff10f39ab08e317ce16df282845852fa"
18
19[[constraint]]
20 name = "github.com/pkg/errors"
21 version = "=0.8.0"
22
23[[constraint]]
24 name = "github.com/prometheus/client_golang"
25 version = "=0.9.0-pre1"
26
27[[constraint]]
28 name = "github.com/sirupsen/logrus"
29 version = "=1.4.2"
30
31[[constraint]]
32 name = "github.com/stretchr/testify"
33 version = "=1.2.1"
34
35[[constraint]]
36 name = "golang.org/x/net"
37 branch = "master" # master required by github.com/miekg/dns
38
39[[constraint]]
40 name = "golang.org/x/sync"
41 revision = "1d60e4601c6fd243af51cc01ddf169918a5407ca"
42
43[[constraint]]
44 name = "gopkg.in/urfave/cli.v2"
45 source = "https://github.com/cbranch/cli"
46 branch = "altsrc-parse-durations"
47
48[[constraint]]
49 name = "zombiezen.com/go/capnproto2"
50 source = "https://github.com/zombiezen/go-capnproto2"
51 version = "=2.17.1"
52
53[[constraint]]
54 name = "github.com/gorilla/websocket"
55 version = "=1.2.0"
56
57[[constraint]]
58 name = "github.com/coredns/coredns"
59 version = "=1.2.0"
60
61[[constraint]]
62 name = "github.com/miekg/dns"
63 version = "=1.1.8"
64
65[[constraint]]
66 name = "github.com/cloudflare/brotli-go"
67 revision = "18c9f6c67e3dfc12e0ddaca748d2887f97a7ac28"
68
69[[override]]
70 name = "github.com/mholt/caddy"
71 revision = "d3b731e9255b72d4571a5aac125634cf1b6031dc"
72
73[[constraint]]
74 name = "github.com/coreos/go-oidc"
75 revision = "a93f71fdfe73d2c0f5413c0565eea0af6523a6df"
76
77[[constraint]]
78 name = "golang.org/x/crypto"
79 branch = "master" # master required by github.com/miekg/dns
80
81[[constraint]]
82 name = "github.com/cloudflare/golibs"
83 revision = "333127dbecfcc23a8db7d9a4f52785d23aff44a1"
84
85[[constraint]]
86 name = "github.com/google/uuid"
87 version = "=1.1.1"
88
89[[constraint]]
90 name = "github.com/mitchellh/mapstructure"
91 version = "1.1.2"
92
93[[constraint]]
94 name = "github.com/gliderlabs/ssh"
95 version = "0.2.2"
96
97[[constraint]]
98 name = "github.com/creack/pty"
99 version = "1.1.7"
100
101[[constraint]]
102 name = "github.com/aws/aws-sdk-go"
103 version = "1.23.9"
104