We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f29ae commit a63a140Copy full SHA for a63a140
2 files changed
Gopkg.lock
Gopkg.toml
@@ -18,15 +18,9 @@
18
# [[override]]
19
# name = "github.com/x/y"
20
# version = "2.4.0"
21
-
22
23
-[[constraint]]
24
- branch = "master"
25
- name = "github.com/gin-gonic/gin"
26
27
28
- name = "github.com/gogo/protobuf"
29
- version = "0.5.0"
+[prune]
+ unused-packages = true
+ go-tests = true
30
31
[[constraint]]
32
branch = "master"
@@ -38,15 +32,11 @@
38
39
33
40
34
name = "github.com/pborman/uuid"
41
- version = "1.1.0"
42
43
44
- name = "github.com/prometheus/client_golang"
45
- version = "0.8.0"
35
+ version = "1.2.0"
46
36
47
37
48
name = "github.com/sirupsen/logrus"
49
- version = "1.0.3"
50
51
52
name = "github.com/teo/logrus-prefixed-formatter"
0 commit comments