Skip to content

Commit 28bf687

Browse files
committed
bump to v0.2.5 with new deps
1 parent 3e2de1f commit 28bf687

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
// AppName const
1010
AppName = "socketlib"
1111
// Version const
12-
Version = "0.2.4"
12+
Version = "0.2.5"
1313
// VersionInt const
14-
VersionInt = 0x000204
14+
VersionInt = 0x000205
1515
)

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ require (
2222
github.com/hedzr/go-ringbuf v0.8.8
2323
github.com/hedzr/log v0.1.17
2424
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
2626
)

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
323323
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
324324
gopkg.in/hedzr/errors.v2 v2.0.12 h1:CunABbGXj/XPEQoIPIM+YBb5ZCG3TMiTMgievWGbfa0=
325325
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=
326328
gopkg.in/ini.v1 v1.51.1/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
327329
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA=
328330
gopkg.in/natefinch/lumberjack.v2 v2.0.0 h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=

0 commit comments

Comments
 (0)