Skip to content

Commit

Permalink
Update termtest to get race condition fix with Send()
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Aug 23, 2023
1 parent ef1f227 commit e4f10ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace cloud.google.com/go => cloud.google.com/go v0.110.0
require (
github.com/99designs/gqlgen v0.17.19
github.com/ActiveState/go-ogle-analytics v0.0.0-20170510030904-9b3f14901527
github.com/ActiveState/termtest v0.7.3-0.20230823164558-f51cb1df0099
github.com/ActiveState/termtest v0.7.3-0.20230823220605-646deecb4844
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/andygrunwald/go-jira v1.15.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ github.com/ActiveState/graphql v0.0.0-20230719154233-6949037a6e48 h1:UCx/ObpVRgC
github.com/ActiveState/graphql v0.0.0-20230719154233-6949037a6e48/go.mod h1:NhUbNQ8UpfnC6nZvZ8oThqYSCE/G8FQp9JUrK9jXJs0=
github.com/ActiveState/pty v0.0.0-20230628221854-6fb90eb08a14 h1:RdhhSiwmgyUaaF2GBNrbqTwE5SM+MaVjwf91Ua+CK8c=
github.com/ActiveState/pty v0.0.0-20230628221854-6fb90eb08a14/go.mod h1:5mM6vNRQwshCjlkOnVpwC//4ZpkiC6nmZr8lPOxJdXs=
github.com/ActiveState/termtest v0.7.3-0.20230823164558-f51cb1df0099 h1:4jUDNzCKvupVdXlMTfMCubdd1yHeBE4U2POYWm40Tsc=
github.com/ActiveState/termtest v0.7.3-0.20230823164558-f51cb1df0099/go.mod h1:7VnCvgQKKktm2gZ+MlL1vZGi1k4lR97iABpTGqWAvnc=
github.com/ActiveState/termtest v0.7.3-0.20230823220605-646deecb4844 h1:UzDCzBGkbfVTCLuxHwfT6vlOIPnMLrzc07+hCBzCMsU=
github.com/ActiveState/termtest v0.7.3-0.20230823220605-646deecb4844/go.mod h1:7VnCvgQKKktm2gZ+MlL1vZGi1k4lR97iABpTGqWAvnc=
github.com/AlecAivazis/survey/v2 v2.0.5/go.mod h1:WYBhg6f0y/fNYUuesWQc0PKbJcEliGcYHB9sNT3Bg74=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
Expand Down
6 changes: 3 additions & 3 deletions vendor/github.com/ActiveState/termtest/outputproducer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github.com/ActiveState/graphql
# github.com/ActiveState/pty v0.0.0-20230628221854-6fb90eb08a14
## explicit; go 1.13
github.com/ActiveState/pty
# github.com/ActiveState/termtest v0.7.3-0.20230823164558-f51cb1df0099
# github.com/ActiveState/termtest v0.7.3-0.20230823220605-646deecb4844
## explicit; go 1.18
github.com/ActiveState/termtest
# github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
Expand Down

0 comments on commit e4f10ad

Please sign in to comment.