Skip to content

Commit

Permalink
Update sys module to newer version
Browse files Browse the repository at this point in the history
A newer version of the sys module is
needed for pull request junegunn#1341
  • Loading branch information
kelleyma49 committed May 20, 2019
1 parent 430e819 commit cdcfba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ require (
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
golang.org/x/crypto v0.0.0-20170728183002-558b6879de74
golang.org/x/sys v0.0.0-20170529185110-b90f89a1e7a9 // indirect
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
golang.org/x/text v0.0.0-20170530162606-4ee4af566555 // indirect
)

0 comments on commit cdcfba0

Please sign in to comment.