Skip to content

Commit bb36238

Browse files
committed
更新dep
1 parent 0063193 commit bb36238

File tree

2 files changed

+130
-46
lines changed

2 files changed

+130
-46
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
branch = "master"
3434
name = "github.com/bradfitz/gomemcache"
3535

36+
[[constraint]]
37+
name = "github.com/casbin/casbin"
38+
version = "1.5.0"
39+
3640
[[constraint]]
3741
branch = "master"
3842
name = "github.com/dchest/captcha"
@@ -42,8 +46,8 @@
4246
version = "3.2.0"
4347

4448
[[constraint]]
45-
branch = "master"
4649
name = "github.com/flosch/pongo2"
50+
version = "3.0.0"
4751

4852
[[constraint]]
4953
name = "github.com/garyburd/redigo"
@@ -66,37 +70,53 @@
6670
version = "1.1.0"
6771

6872
[[constraint]]
69-
branch = "master"
70-
name = "github.com/hb-go/json"
73+
name = "github.com/labstack/echo"
74+
version = "3.3.5"
7175

7276
[[constraint]]
73-
name = "github.com/labstack/echo"
74-
version = "3.3.4"
77+
name = "github.com/labstack/echo-contrib"
78+
version = "0.5.2"
7579

7680
[[constraint]]
7781
name = "github.com/labstack/gommon"
78-
version = "0.2.4"
82+
version = "0.2.5"
83+
84+
[[constraint]]
85+
branch = "master"
86+
name = "github.com/lib/pq"
7987

8088
[[constraint]]
8189
name = "github.com/opentracing/opentracing-go"
8290
version = "1.0.2"
8391

92+
[[constraint]]
93+
name = "github.com/qiniu/api.v7"
94+
version = "7.2.3"
95+
8496
[[constraint]]
8597
branch = "master"
8698
name = "github.com/robfig/go-cache"
8799

88100
[[constraint]]
89101
name = "github.com/uber/jaeger-client-go"
90-
version = "2.12.0"
102+
version = "2.14.0"
91103

92104
[[constraint]]
93105
name = "github.com/uber/jaeger-lib"
94-
version = "1.4.0"
106+
version = "1.5.0"
95107

96108
[[constraint]]
97109
branch = "master"
98110
name = "github.com/xormplus/xorm"
99111

112+
[[constraint]]
113+
branch = "master"
114+
name = "golang.org/x/net"
115+
116+
[[constraint]]
117+
branch = "master"
118+
name = "sourcegraph.com/sourcegraph/appdash"
119+
100120
[prune]
101121
go-tests = true
102122
unused-packages = true

0 commit comments

Comments
 (0)