File tree Expand file tree Collapse file tree 2 files changed +68
-21
lines changed Expand file tree Collapse file tree 2 files changed +68
-21
lines changed Original file line number Diff line number Diff line change 1-
21# Gopkg.toml example
32#
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
54# for detailed Gopkg.toml documentation.
65#
76# required = ["github.com/user/thing/cmd/thing"]
1716# source = "github.com/myfork/project2"
1817#
1918# [[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
2226
2327
2428[[constraint ]]
2731
2832[[constraint ]]
2933 name = " github.com/labstack/gommon"
30- version = " 0.2.4 "
34+ version = " 0.2.7 "
3135
3236[[constraint ]]
3337 name = " github.com/stretchr/testify"
34- version = " 1.2.1 "
38+ version = " 1.2.2 "
3539
3640[[constraint ]]
3741 branch = " master"
3842 name = " github.com/valyala/fasttemplate"
3943
4044[[constraint ]]
4145 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