Skip to content

Commit

Permalink
Merge pull request #669 from ActiveState/dgreen/win_vers_pre10_fallba…
Browse files Browse the repository at this point in the history
…ck-172507046

Update sysinfo for Windows version capturing fallback behavior
  • Loading branch information
daved authored Apr 28, 2020
2 parents 59fcfae + 294f9bb commit 729ba3d
Show file tree
Hide file tree
Showing 12 changed files with 214 additions and 20 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/ActiveState/go-colortext v0.0.0-20190402165444-9cd201a66eb0
github.com/ActiveState/go-expect v0.1.0
github.com/ActiveState/go-ogle-analytics v0.0.0-20170510030904-9b3f14901527
github.com/ActiveState/sysinfo v0.0.0-20200423001731-044271ffd200
github.com/ActiveState/sysinfo v0.0.0-20200427212524-a721d56d99c5
github.com/ActiveState/termtest v0.1.0
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
github.com/Netflix/go-expect v0.0.0-20200312175327-da48e75238e2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ github.com/ActiveState/go-expect v0.1.0 h1:jYAXquqUo/p5/5uPFx57X0XhcYq6OR5wH35CK
github.com/ActiveState/go-expect v0.1.0/go.mod h1:0e6cYjneSJu01p3Md6xk1txrZty+Jbia5PXIRx3LFf4=
github.com/ActiveState/go-ogle-analytics v0.0.0-20170510030904-9b3f14901527 h1:lW+qgVXf/iAnSs8SgagWxh8d6nsbpmwyhmeg9/fp0Os=
github.com/ActiveState/go-ogle-analytics v0.0.0-20170510030904-9b3f14901527/go.mod h1:/9SyzKLlJSuIa7WAsLUUhHqTK9+PtZD8cKF8G4SLpa0=
github.com/ActiveState/sysinfo v0.0.0-20200423001731-044271ffd200 h1:w8DlaJ77XAncsXcEI/zndSyyAMTGq3yrw9FSwQ+t6Yk=
github.com/ActiveState/sysinfo v0.0.0-20200423001731-044271ffd200/go.mod h1:+AYqBZPPF2SzUiR6ZE8m2HkyePQZ/W3q+9CSFlck3D8=
github.com/ActiveState/sysinfo v0.0.0-20200427212524-a721d56d99c5 h1:nY9JeP2xpbdEoQC5eEgj3bWovvq+Z+Rtz9vJc0Dg8WI=
github.com/ActiveState/sysinfo v0.0.0-20200427212524-a721d56d99c5/go.mod h1:+AYqBZPPF2SzUiR6ZE8m2HkyePQZ/W3q+9CSFlck3D8=
github.com/ActiveState/termtest v0.1.0 h1:U1OR7uKSJu73fmfe9lRlIY2MtQUdr4mgcqMl4SQEac8=
github.com/ActiveState/termtest v0.1.0/go.mod h1:C4jjgrQZvRfubNfrZDuYUWCq1et8DqMpLycJrw2uj54=
github.com/ActiveState/vt10x v1.1.0 h1:0+Ha/nEPq/rq8cpGgIGHeaG2KfojWLdwv69LobgcJRg=
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/ActiveState/go-conpty/go.mod

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

2 changes: 2 additions & 0 deletions vendor/github.com/ActiveState/go-conpty/go.sum

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

8 changes: 8 additions & 0 deletions vendor/github.com/ActiveState/go-expect/go.mod

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

42 changes: 42 additions & 0 deletions vendor/github.com/ActiveState/go-expect/go.sum

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

70 changes: 54 additions & 16 deletions vendor/github.com/ActiveState/sysinfo/sysinfo_windows.go

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

9 changes: 9 additions & 0 deletions vendor/github.com/ActiveState/termtest/go.mod

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

44 changes: 44 additions & 0 deletions vendor/github.com/ActiveState/termtest/go.sum

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

11 changes: 11 additions & 0 deletions vendor/github.com/ActiveState/xpty/go.mod

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

35 changes: 35 additions & 0 deletions vendor/github.com/ActiveState/xpty/go.sum

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 @@ -13,7 +13,7 @@ github.com/ActiveState/go-expect
github.com/ActiveState/go-expect/internal/osutils
# github.com/ActiveState/go-ogle-analytics v0.0.0-20170510030904-9b3f14901527
github.com/ActiveState/go-ogle-analytics
# github.com/ActiveState/sysinfo v0.0.0-20200423001731-044271ffd200
# github.com/ActiveState/sysinfo v0.0.0-20200427212524-a721d56d99c5
github.com/ActiveState/sysinfo
# github.com/ActiveState/termtest v0.1.0
github.com/ActiveState/termtest
Expand Down

0 comments on commit 729ba3d

Please sign in to comment.