Skip to content

Commit

Permalink
Merge pull request #51 from tklauser/bump-uniseg
Browse files Browse the repository at this point in the history
Bump github.com/rivo/uniseg to v0.2.0
  • Loading branch information
mattn committed May 24, 2021
2 parents 43a826d + 9340d09 commit df1ff59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -2,4 +2,4 @@ module github.com/mattn/go-runewidth

go 1.9

require github.com/rivo/uniseg v0.1.0
require github.com/rivo/uniseg v0.2.0
4 changes: 2 additions & 2 deletions go.sum
@@ -1,2 +1,2 @@
github.com/rivo/uniseg v0.1.0 h1:+2KBaVoUmb9XzDsrx/Ct0W/EYOSFf/nWTauy++DprtY=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
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 df1ff59

Please sign in to comment.