Skip to content

Commit

Permalink
Update termtest to address potential premature close issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Aug 31, 2023
1 parent 92cc3be commit e2bdc7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 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.20230830215505-502ea17ca523
github.com/ActiveState/termtest v0.7.3-0.20230831190140-b647873f765e
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.20230830215505-502ea17ca523 h1:nDbSj//mvn7DSGU/ChMaXT8GV8G8cMRYjY+ZpuO7ylo=
github.com/ActiveState/termtest v0.7.3-0.20230830215505-502ea17ca523/go.mod h1:7VnCvgQKKktm2gZ+MlL1vZGi1k4lR97iABpTGqWAvnc=
github.com/ActiveState/termtest v0.7.3-0.20230831190140-b647873f765e h1:DMlPdYgNWvMt1A9+1vEA7CyfjmcXJwZpjE1pXBgr9mg=
github.com/ActiveState/termtest v0.7.3-0.20230831190140-b647873f765e/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
11 changes: 7 additions & 4 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.20230830215505-502ea17ca523
# github.com/ActiveState/termtest v0.7.3-0.20230831190140-b647873f765e
## explicit; go 1.18
github.com/ActiveState/termtest
# github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
Expand Down

0 comments on commit e2bdc7a

Please sign in to comment.