Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Yingjie committed Sep 12, 2021
1 parent 74d23fe commit 727ac8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ module github.com/godevsig/gshellos
go 1.16

require (
github.com/godevsig/adaptiveservice v0.9.0
github.com/godevsig/adaptiveservice v0.9.1
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/peterh/liner v1.2.1
github.com/traefik/yaegi v0.9.23
)

replace github.com/traefik/yaegi => github.com/godevsig/yaegi v0.9.24-0.20210905152619-73a758efc980
replace github.com/traefik/yaegi => github.com/godevsig/yaegi v0.9.24-0.20210912175842-de16837109eb

replace github.com/niubaoshu/gotiny => github.com/godevsig/gotiny v0.0.4-0.20210826165942-af63eabe2674
13 changes: 8 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
github.com/barkimedes/go-deepcopy v0.0.0-20200817023428-a044a1957ca4 h1:iBbhlt5YmtL9QXsMVf/XPXgYBQLifn38Cdjc0J/+uYg=
github.com/barkimedes/go-deepcopy v0.0.0-20200817023428-a044a1957ca4/go.mod h1:hiVxq5OP2bUGBRNS3Z/bt/reCLFNbdcST6gISi1fiOM=
github.com/godevsig/adaptiveservice v0.9.0 h1:UiNON3+SFyeJTiRY8OkUfaaOovxBpOUofhxYopA2FeY=
github.com/godevsig/adaptiveservice v0.9.0/go.mod h1:blZoCvk1rWn0dQgYNQhR3pKnCfPAkZl2hdK55If3wcM=
github.com/godevsig/adaptiveservice v0.9.1 h1:FBRQqcgskYb711zhYTejjfJwngpgy5sPvHYePaeuW/4=
github.com/godevsig/adaptiveservice v0.9.1/go.mod h1:blZoCvk1rWn0dQgYNQhR3pKnCfPAkZl2hdK55If3wcM=
github.com/godevsig/gotiny v0.0.4-0.20210826165942-af63eabe2674 h1:/YsMYhOqiFhaMA2gRceyxBKH1FgLY4Y2Oj+qbBJExTU=
github.com/godevsig/gotiny v0.0.4-0.20210826165942-af63eabe2674/go.mod h1:QdEauSzqdF5tbLIVtGYO6sqOhUKVPSZGd5x7xK5oeS4=
github.com/godevsig/yaegi v0.9.24-0.20210905152619-73a758efc980 h1:kQ6MiM2Inop7r6HZlYCpeu1RQY/INmm6cKkIPFZkHQM=
github.com/godevsig/yaegi v0.9.24-0.20210905152619-73a758efc980/go.mod h1:RuCwD8/wsX7b6KoQHOaIFUfuH3gQIK4KWnFFmJMw5VA=
github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8BzLR4=
github.com/godevsig/yaegi v0.9.24-0.20210912175842-de16837109eb h1:SuKKJ7zjVrOQiUCHfgUDU7ehd+ZjuP12nIcc6/94WPQ=
github.com/godevsig/yaegi v0.9.24-0.20210912175842-de16837109eb/go.mod h1:RuCwD8/wsX7b6KoQHOaIFUfuH3gQIK4KWnFFmJMw5VA=
github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/niubaoshu/goutils v0.0.0-20180828035119-e8e576f66c2b h1:T7vmCmpGIvqlOOp5SXatALP+HYc/40ZHbxmgy+p+sN0=
github.com/niubaoshu/goutils v0.0.0-20180828035119-e8e576f66c2b/go.mod h1:aDwH4aWrEBXw/uvtSvwNwxdtnsx++aP8c8ad4AmlRCg=
github.com/peterh/liner v1.2.1 h1:O4BlKaq/LWu6VRWmol4ByWfzx6MfXc5Op5HETyIy5yg=
github.com/peterh/liner v1.2.1/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

0 comments on commit 727ac8d

Please sign in to comment.