Browse Source

vendor: Updated submodules

tags/v0.8.0
Daniel Oaks 7 years ago
parent
commit
5ecdc427e8
3 changed files with 237 additions and 1 deletions
  1. 132
    0
      Gopkg.lock
  2. 104
    0
      Gopkg.toml
  3. 1
    1
      vendor

+ 132
- 0
Gopkg.lock View File

@@ -0,0 +1,132 @@
1
+memo = "66c0ffbf25fb28a769da24b8cce6b3d9e4478ffa91d3dbb67dc7a78bedd65fa1"
2
+
3
+[[projects]]
4
+  name = "code.cloudfoundry.org/bytefmt"
5
+  packages = ["."]
6
+  revision = "cbe033486cf0620d3bb77d8ef7f22ab346ad3628"
7
+
8
+[[projects]]
9
+  branch = "master"
10
+  name = "github.com/DanielOaks/e-nfa"
11
+  packages = ["."]
12
+  revision = "7071788e394065e6456458a5e9cb503cad545154"
13
+
14
+[[projects]]
15
+  branch = "master"
16
+  name = "github.com/DanielOaks/girc-go"
17
+  packages = ["ircmatch","ircmsg"]
18
+  revision = "44f3a36650eee6b315868c0c6ad6a897a338d856"
19
+
20
+[[projects]]
21
+  branch = "master"
22
+  name = "github.com/DanielOaks/go-ident"
23
+  packages = ["."]
24
+  revision = "337fed0fd21ad538725cfcb55053ea4cf8056abc"
25
+
26
+[[projects]]
27
+  name = "github.com/docopt/docopt-go"
28
+  packages = ["."]
29
+  revision = "784ddc588536785e7299f7272f39101f7faccc3f"
30
+  version = "0.6.2"
31
+
32
+[[projects]]
33
+  name = "github.com/gorilla/context"
34
+  packages = ["."]
35
+  revision = "1ea25387ff6f684839d82767c1733ff4d4d15d0a"
36
+  version = "v1.1"
37
+
38
+[[projects]]
39
+  branch = "master"
40
+  name = "github.com/gorilla/mux"
41
+  packages = ["."]
42
+  revision = "4c1c3952b7d9d0a061a3fa7b36fd373ba0398ebc"
43
+
44
+[[projects]]
45
+  branch = "master"
46
+  name = "github.com/gorilla/websocket"
47
+  packages = ["."]
48
+  revision = "a91eba7f97777409bc2c443f5534d41dd20c5720"
49
+
50
+[[projects]]
51
+  branch = "master"
52
+  name = "github.com/mattn/go-colorable"
53
+  packages = ["."]
54
+  revision = "ded68f7a9561c023e790de24279db7ebf473ea80"
55
+
56
+[[projects]]
57
+  name = "github.com/mattn/go-isatty"
58
+  packages = ["."]
59
+  revision = "fc9e8d8ef48496124e79ae0df75490096eccf6fe"
60
+  version = "v0.0.2"
61
+
62
+[[projects]]
63
+  branch = "master"
64
+  name = "github.com/mgutz/ansi"
65
+  packages = ["."]
66
+  revision = "9520e82c474b0a04dd04f8a40959027271bab992"
67
+
68
+[[projects]]
69
+  name = "github.com/stackimpact/stackimpact-go"
70
+  packages = [".","internal","internal/pprof/profile","internal/pprof/trace"]
71
+  revision = "f127640a7073ac6529379e59ae8ae9b16d8c187c"
72
+  version = "v1.4.2"
73
+
74
+[[projects]]
75
+  branch = "master"
76
+  name = "github.com/tidwall/btree"
77
+  packages = ["."]
78
+  revision = "9876f1454cf0993a53d74c27196993e345f50dd1"
79
+
80
+[[projects]]
81
+  branch = "master"
82
+  name = "github.com/tidwall/buntdb"
83
+  packages = ["."]
84
+  revision = "83418750ee775aa24194606fffe7fec391975a65"
85
+
86
+[[projects]]
87
+  branch = "master"
88
+  name = "github.com/tidwall/gjson"
89
+  packages = ["."]
90
+  revision = "e30a9c1037e0f9fbde93a6a9848a2dd5c59d3b91"
91
+
92
+[[projects]]
93
+  branch = "master"
94
+  name = "github.com/tidwall/grect"
95
+  packages = ["."]
96
+  revision = "ba9a043346eba55344e40d66a5e74cfda3a9d293"
97
+
98
+[[projects]]
99
+  branch = "master"
100
+  name = "github.com/tidwall/match"
101
+  packages = ["."]
102
+  revision = "173748da739a410c5b0b813b956f89ff94730b4c"
103
+
104
+[[projects]]
105
+  branch = "master"
106
+  name = "github.com/tidwall/rtree"
107
+  packages = ["."]
108
+  revision = "d4a8a3d30d5729f85edfba1745241f3a621d0359"
109
+
110
+[[projects]]
111
+  branch = "master"
112
+  name = "golang.org/x/crypto"
113
+  packages = ["bcrypt","blowfish","ssh/terminal"]
114
+  revision = "c7af5bf2638a1164f2eb5467c39c6cffbd13a02e"
115
+
116
+[[projects]]
117
+  branch = "master"
118
+  name = "golang.org/x/sys"
119
+  packages = ["unix"]
120
+  revision = "9ccfe848b9db8435a24c424abbc07a921adf1df5"
121
+
122
+[[projects]]
123
+  branch = "master"
124
+  name = "golang.org/x/text"
125
+  packages = ["cases","internal","internal/gen","internal/tag","internal/triegen","internal/ucd","language","runes","secure/bidirule","secure/precis","transform","unicode/bidi","unicode/cldr","unicode/norm","unicode/rangetable","width"]
126
+  revision = "470f45bf29f4147d6fbd7dfd0a02a848e49f5bf4"
127
+
128
+[[projects]]
129
+  branch = "v2"
130
+  name = "gopkg.in/yaml.v2"
131
+  packages = ["."]
132
+  revision = "cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b"

+ 104
- 0
Gopkg.toml View File

@@ -0,0 +1,104 @@
1
+
2
+## Gopkg.toml example (these lines may be deleted)
3
+
4
+## "required" lists a set of packages (not projects) that must be included in
5
+## Gopkg.lock. This list is merged with the set of packages imported by the current
6
+## project. Use it when your project needs a package it doesn't explicitly import -
7
+## including "main" packages.
8
+# required = ["github.com/user/thing/cmd/thing"]
9
+
10
+## "ignored" lists a set of packages (not projects) that are ignored when
11
+## dep statically analyzes source code. Ignored packages can be in this project,
12
+## or in a dependency.
13
+# ignored = ["github.com/user/project/badpkg"]
14
+
15
+## Dependencies define constraints on dependent projects. They are respected by
16
+## dep whether coming from the Gopkg.toml of the current project or a dependency.
17
+# [[dependencies]]
18
+## Required: the root import path of the project being constrained.
19
+# name = "github.com/user/project"
20
+#
21
+## Recommended: the version constraint to enforce for the project.
22
+## Only one of "branch", "version" or "revision" can be specified.
23
+# version = "1.0.0"
24
+# branch = "master"
25
+# revision = "abc123"
26
+#
27
+## Optional: an alternate location (URL or import path) for the project's source.
28
+# source = "https://github.com/myfork/package.git"
29
+
30
+## Overrides have the same structure as [[dependencies]], but supercede all
31
+## [[dependencies]] declarations from all projects. Only the current project's
32
+## [[overrides]] are applied.
33
+##
34
+## Overrides are a sledgehammer. Use them only as a last resort.
35
+# [[overrides]]
36
+## Required: the root import path of the project being constrained.
37
+# name = "github.com/user/project"
38
+#
39
+## Optional: specifying a version constraint override will cause all other
40
+## constraints on this project to be ignored; only the overriden constraint
41
+## need be satisfied.
42
+## Again, only one of "branch", "version" or "revision" can be specified.
43
+# version = "1.0.0"
44
+# branch = "master"
45
+# revision = "abc123"
46
+#
47
+## Optional: specifying an alternate source location as an override will
48
+## enforce that the alternate location is used for that project, regardless of
49
+## what source location any dependent projects specify.
50
+# source = "https://github.com/myfork/package.git"
51
+
52
+
53
+
54
+[[dependencies]]
55
+  name = "code.cloudfoundry.org/bytefmt"
56
+  revision = "cbe033486cf0620d3bb77d8ef7f22ab346ad3628"
57
+
58
+[[dependencies]]
59
+  branch = "master"
60
+  name = "github.com/DanielOaks/girc-go"
61
+
62
+[[dependencies]]
63
+  branch = "master"
64
+  name = "github.com/DanielOaks/go-ident"
65
+
66
+[[dependencies]]
67
+  branch = "master"
68
+  name = "github.com/docopt/docopt-go"
69
+
70
+[[dependencies]]
71
+  branch = "master"
72
+  name = "github.com/gorilla/mux"
73
+
74
+[[dependencies]]
75
+  branch = "master"
76
+  name = "github.com/gorilla/websocket"
77
+
78
+[[dependencies]]
79
+  branch = "master"
80
+  name = "github.com/mattn/go-colorable"
81
+
82
+[[dependencies]]
83
+  branch = "master"
84
+  name = "github.com/mgutz/ansi"
85
+
86
+[[dependencies]]
87
+  branch = "master"
88
+  name = "github.com/stackimpact/stackimpact-go"
89
+
90
+[[dependencies]]
91
+  branch = "master"
92
+  name = "github.com/tidwall/buntdb"
93
+
94
+[[dependencies]]
95
+  branch = "master"
96
+  name = "golang.org/x/crypto"
97
+
98
+[[dependencies]]
99
+  branch = "master"
100
+  name = "golang.org/x/text"
101
+
102
+[[dependencies]]
103
+  branch = "v2"
104
+  name = "gopkg.in/yaml.v2"

+ 1
- 1
vendor

@@ -1 +1 @@
1
-Subproject commit ca40b3acbe9ad9ab3356450730c5d5c71a87b3f5
1
+Subproject commit b4a117d2e4e605f9b9f3668f0442f252c0bad9d4

Loading…
Cancel
Save