Skip to content

Commit 01890f3

Browse files
authored
upgrade to readline v0.1.1 (#48)
1 parent 77a22b7 commit 01890f3

File tree

9 files changed

+76
-42
lines changed

9 files changed

+76
-42
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/docopt/docopt-go v0.0.0-20160216232012-784ddc588536
77
github.com/ergochat/irc-go v0.3.0
8-
github.com/ergochat/readline v0.1.0-rc1
8+
github.com/ergochat/readline v0.1.1
99
github.com/gorilla/websocket v1.5.0
1010
github.com/jwalton/go-supportscolor v1.1.0
1111
golang.org/x/term v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/docopt/docopt-go v0.0.0-20160216232012-784ddc588536 h1:rHnpq7uNlix5l7
22
github.com/docopt/docopt-go v0.0.0-20160216232012-784ddc588536/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
33
github.com/ergochat/irc-go v0.3.0 h1:qgvb2knh8d6yIVsHX+PRQ2CiRj1NGG5x88ABmR1lWng=
44
github.com/ergochat/irc-go v0.3.0/go.mod h1:2vi7KNpIPWnReB5hmLpl92eMywQvuIeIIGdt/FQCph0=
5-
github.com/ergochat/readline v0.1.0-rc1 h1:zY4gDCDMV0LpJW9hU+0aA+vlzVb6MJKPEQLM4b8p/h4=
6-
github.com/ergochat/readline v0.1.0-rc1/go.mod h1:o3ux9QLHLm77bq7hDB21UTm6HlV2++IPDMfIfKDuOgY=
5+
github.com/ergochat/readline v0.1.1 h1:C8Uuo3ybB23GWOt0uxmHbGzKM9owmtXary6Clrj84s0=
6+
github.com/ergochat/readline v0.1.1/go.mod h1:o3ux9QLHLm77bq7hDB21UTm6HlV2++IPDMfIfKDuOgY=
77
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
88
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
99
github.com/jwalton/go-supportscolor v1.1.0 h1:HsXFJdMPjRUAx8cIW6g30hVSFYaxh9yRQwEWgkAR7lQ=

vendor/github.com/ergochat/readline/.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/ergochat/readline/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

vendor/github.com/ergochat/readline/README.md

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ergochat/readline/internal/platform/utils_unix.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ergochat/readline/terminal.go

Lines changed: 20 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ergochat/readline/vim.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github.com/docopt/docopt-go
66
github.com/ergochat/irc-go/ircfmt
77
github.com/ergochat/irc-go/ircmsg
88
github.com/ergochat/irc-go/ircreader
9-
# github.com/ergochat/readline v0.1.0-rc1
9+
# github.com/ergochat/readline v0.1.1
1010
## explicit; go 1.19
1111
github.com/ergochat/readline
1212
github.com/ergochat/readline/internal/ansi

0 commit comments

Comments
 (0)