File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
// AppName const
10
10
AppName = "socketlib"
11
11
// Version const
12
- Version = "0.2.4 "
12
+ Version = "0.2.5 "
13
13
// VersionInt const
14
- VersionInt = 0x000204
14
+ VersionInt = 0x000205
15
15
)
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ require (
22
22
github.com/hedzr/go-ringbuf v0.8.8
23
23
github.com/hedzr/log v0.1.17
24
24
github.com/hedzr/logex v1.2.9
25
- gopkg.in/hedzr/errors.v2 v2.0.12
25
+ gopkg.in/hedzr/errors.v2 v2.1.0
26
26
)
Original file line number Diff line number Diff line change @@ -323,6 +323,8 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
323
323
gopkg.in/fsnotify.v1 v1.4.7 /go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys =
324
324
gopkg.in/hedzr/errors.v2 v2.0.12 h1:CunABbGXj/XPEQoIPIM+YBb5ZCG3TMiTMgievWGbfa0 =
325
325
gopkg.in/hedzr/errors.v2 v2.0.12 /go.mod h1:viZ9QrV2on1TT44I0iGYJ9qwwVyafgNYqxOWODrixo4 =
326
+ gopkg.in/hedzr/errors.v2 v2.1.0 h1:JL2i6J5y/sI2zt84YcGYoktOu51WEvQCQwodbECRGD4 =
327
+ gopkg.in/hedzr/errors.v2 v2.1.0 /go.mod h1:viZ9QrV2on1TT44I0iGYJ9qwwVyafgNYqxOWODrixo4 =
326
328
gopkg.in/ini.v1 v1.51.1 /go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k =
327
329
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce /go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA =
328
330
gopkg.in/natefinch/lumberjack.v2 v2.0.0 h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8 =
You can’t perform that action at this time.
0 commit comments