Skip to content

Commit 1358869

Browse files
committed
Merge branch 'feature/shell'
2 parents a347fdb + bc93f56 commit 1358869

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313
// AppName const
1414
AppName = "cmdr"
1515
// Version const
16-
Version = "1.6.13"
16+
Version = "1.6.15"
1717
// VersionInt const
18-
VersionInt = 0x01060d
18+
VersionInt = 0x01060f
1919
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.12
55
require (
66
github.com/BurntSushi/toml v0.3.1
77
github.com/fsnotify/fsnotify v1.4.7
8-
github.com/hedzr/errors v1.1.12
8+
github.com/hedzr/errors v1.1.13
99
github.com/hedzr/logex v1.1.3
1010
github.com/kr/pretty v0.1.0 // indirect
1111
github.com/sirupsen/logrus v1.4.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
77
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
8-
github.com/hedzr/errors v1.1.12 h1:DNS8X4yQbDQ+wQ2CDjN0eM5mxORQ30jEP7quQ6dasnw=
9-
github.com/hedzr/errors v1.1.12/go.mod h1:Cis1PG0zfL64jbANcxWzAexSaXuZPJaizhKxUkxsdfw=
8+
github.com/hedzr/errors v1.1.13 h1:CQv5+4A3Fd5TOWuccRJ0+e1FOUjIk3Tarwd4kBYOo7c=
9+
github.com/hedzr/errors v1.1.13/go.mod h1:Cis1PG0zfL64jbANcxWzAexSaXuZPJaizhKxUkxsdfw=
1010
github.com/hedzr/logex v1.1.3 h1:y4z2iES57ZnGHFIrsG+RXvnGP9Hewy3TltYfygHX+qQ=
1111
github.com/hedzr/logex v1.1.3/go.mod h1:nEJdaSj/bPI7ZzWZuDDruxHexUlNER9i+ADFe/i71vo=
1212
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=

0 commit comments

Comments
 (0)