Skip to content

Commit d2d7c28

Browse files
committed
update go.mod of examples
1 parent 6d23597 commit d2d7c28

File tree

23 files changed

+46
-46
lines changed

23 files changed

+46
-46
lines changed

_examples/barExtender/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/barExtenderRev/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/cancel/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/complex/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/decoratorsOnTop/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/differentWidth/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/dynTotal/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/io/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/merge/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

_examples/mexicanBar/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
github.com/VividCortex/ewma v1.2.0 // indirect
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
1010
github.com/mattn/go-runewidth v0.0.14 // indirect
11-
github.com/rivo/uniseg v0.2.0 // indirect
12-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
11+
github.com/rivo/uniseg v0.4.3 // indirect
12+
golang.org/x/sys v0.4.0 // indirect
1313
)

0 commit comments

Comments
 (0)