File tree 2 files changed +68
-21
lines changed
2 files changed +68
-21
lines changed 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
24
28
[[constraint ]]
27
31
28
32
[[constraint ]]
29
33
name = " github.com/labstack/gommon"
30
- version = " 0.2.4 "
34
+ version = " 0.2.7 "
31
35
32
36
[[constraint ]]
33
37
name = " github.com/stretchr/testify"
34
- version = " 1.2.1 "
38
+ version = " 1.2.2 "
35
39
36
40
[[constraint ]]
37
41
branch = " master"
38
42
name = " github.com/valyala/fasttemplate"
39
43
40
44
[[constraint ]]
41
45
branch = " master"
42
- name = " golang.org/x/crypto"
46
+ name = " golang.org/x/crypto"
47
+
48
+ [prune ]
49
+ go-tests = true
50
+ unused-packages = true
You can’t perform that action at this time.
0 commit comments