File tree Expand file tree Collapse file tree 2 files changed +24
-15
lines changed Expand file tree Collapse file tree 2 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 1
1
.vscode
2
2
.idea
3
3
4
+ /Gopkg.lock
5
+ /vendor
Original file line number Diff line number Diff line change 1
-
2
1
# Gopkg.toml example
3
2
#
4
- # Refer to https://github.com/golang/ dep/blob/master/ docs/Gopkg.toml.md
3
+ # Refer to https://golang. github.io/ dep/docs/Gopkg.toml.html
5
4
# for detailed Gopkg.toml documentation.
6
5
#
7
6
# required = ["github.com/user/thing/cmd/thing"]
17
16
# source = "github.com/myfork/project2"
18
17
#
19
18
# [[override]]
20
- # name = "github.com/x/y"
21
- # version = "2.4.0"
19
+ # name = "github.com/x/y"
20
+ # version = "2.4.0"
21
+ #
22
+ # [prune]
23
+ # non-go = false
24
+ # go-tests = true
25
+ # unused-packages = true
22
26
23
27
28
+ [[constraint ]]
29
+ name = " github.com/BurntSushi/toml"
30
+ version = " 0.3.0"
24
31
25
32
[[constraint ]]
26
33
name = " github.com/fatih/structs"
27
34
version = " 1.0.0"
28
35
29
- [[constraint ]]
30
- name = " github.com/BurntSushi/toml"
31
- version = " 0.3.0"
32
-
33
36
[[constraint ]]
34
37
name = " github.com/op/go-logging"
35
38
version = " 1.0.0"
36
39
37
40
[[constraint ]]
38
- name = " github.com/satori /go.uuid "
39
- version = " 1.1.0 "
41
+ name = " github.com/openbaton /go-openbaton "
42
+ branch = " dep "
40
43
41
44
[[constraint ]]
42
- name = " github.com/shiena/ansicolor "
43
- branch = " master "
45
+ name = " github.com/pkg/errors "
46
+ version = " 0.8.0 "
44
47
45
48
[[constraint ]]
46
- name = " github.com/sirupsen/logrus "
47
- version = " 1.0.3 "
49
+ name = " github.com/satori/go.uuid "
50
+ version = " 1.2.0 "
48
51
49
52
[[constraint ]]
50
- name = " github.com/streadway/amqp"
51
53
branch = " master"
54
+ name = " github.com/streadway/amqp"
55
+
56
+ [prune ]
57
+ go-tests = true
58
+ unused-packages = true
You can’t perform that action at this time.
0 commit comments