forked from grafana/k6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
96 lines (74 loc) · 1.91 KB
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Gopkg.toml for k6
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
[[constraint]]
branch = "master"
name = "github.com/GeertJohan/go.rice"
[[constraint]]
branch = "master"
name = "github.com/dustin/go-humanize"
[[constraint]]
branch = "master"
name = "github.com/manyminds/api2go"
[[constraint]]
branch = "master"
name = "github.com/mattn/go-isatty"
[[constraint]]
branch = "master"
name = "github.com/mccutchen/go-httpbin"
[[constraint]]
branch = "master"
name = "github.com/oxtoacart/bpool"
[[constraint]]
branch = "master"
name = "github.com/shibukawa/configdir"
[[constraint]]
branch = "master"
name = "github.com/sirupsen/logrus"
[[constraint]]
branch = "master"
name = "github.com/spf13/afero"
[[constraint]]
branch = "master"
name = "github.com/urfave/negroni"
[[constraint]]
branch = "master"
name = "github.com/viki-org/dnscache"
[[constraint]]
branch = "master"
name = "github.com/zyedidia/highlight"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/time"
[[constraint]]
name = "gopkg.in/guregu/null.v3"
version = "^3.3.0"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
branch = "master"
name = "github.com/Soontao/goHttpDigestClient"
[[constraint]]
branch = "master"
name = "github.com/Azure/go-ntlmssp"
[[constraint]]
branch = "master"
name = "github.com/tidwall/gjson"
# TODO: remove this once it's no longer necessary
# https://github.com/manyminds/api2go/issues/304
[[override]]
name = "github.com/julienschmidt/httprouter"
branch = "master"
[prune]
go-tests = true
unused-packages = true
non-go = true
# TODO: remove this when cobra's license files are not deleted by dep ensure...
[[prune.project]]
name = "github.com/spf13/cobra"
unused-packages = false