Skip to content

Commit a63a140

Browse files
committed
Update dependencies
1 parent f3f29ae commit a63a140

2 files changed

Lines changed: 33 additions & 43 deletions

File tree

Gopkg.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@
1818
# [[override]]
1919
# name = "github.com/x/y"
2020
# version = "2.4.0"
21-
22-
23-
[[constraint]]
24-
branch = "master"
25-
name = "github.com/gin-gonic/gin"
26-
27-
[[constraint]]
28-
name = "github.com/gogo/protobuf"
29-
version = "0.5.0"
21+
[prune]
22+
unused-packages = true
23+
go-tests = true
3024

3125
[[constraint]]
3226
branch = "master"
@@ -38,15 +32,11 @@
3832

3933
[[constraint]]
4034
name = "github.com/pborman/uuid"
41-
version = "1.1.0"
42-
43-
[[constraint]]
44-
name = "github.com/prometheus/client_golang"
45-
version = "0.8.0"
35+
version = "1.2.0"
4636

4737
[[constraint]]
4838
name = "github.com/sirupsen/logrus"
49-
version = "1.0.3"
39+
version = "1.2.0"
5040

5141
[[constraint]]
5242
name = "github.com/teo/logrus-prefixed-formatter"

0 commit comments

Comments
 (0)