Skip to content

Commit 1abaa30

Browse files
committed
Updated deps
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 7b51c71 commit 1abaa30

File tree

2 files changed

+68
-21
lines changed

2 files changed

+68
-21
lines changed

Gopkg.lock

+53-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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"]
@@ -17,8 +16,13 @@
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]]
@@ -27,16 +31,20 @@
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

0 commit comments

Comments
 (0)