Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sys module to newer version #1582

Merged
merged 2 commits into from
May 26, 2019

Conversation

kelleyma49
Copy link
Contributor

A newer version of the sys module is
needed for pull request #1341

A newer version of the sys module is
needed for pull request junegunn#1341
@junegunn
Copy link
Owner

After go get golang.org/x/sys, I get this on git diff:

diff --git a/go.mod b/go.mod
index f103f17..5883e1b 100644
--- a/go.mod
+++ b/go.mod
@@ -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-20190520201301-c432e742b0af // indirect
 	golang.org/x/text v0.0.0-20170530162606-4ee4af566555 // indirect
 )
diff --git a/go.sum b/go.sum
index 4a04cbe..284ac68 100644
--- a/go.sum
+++ b/go.sum
@@ -22,5 +22,7 @@ golang.org/x/crypto v0.0.0-20170728183002-558b6879de74 h1:/0jf0Cx3u07Ma4EzUA6NIG
 golang.org/x/crypto v0.0.0-20170728183002-558b6879de74/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
 golang.org/x/sys v0.0.0-20170529185110-b90f89a1e7a9 h1:wFe/9vW2TmDagagfMeC56pEcmhyMWEqvuwE9CDAePNo=
 golang.org/x/sys v0.0.0-20170529185110-b90f89a1e7a9/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20190520201301-c432e742b0af h1:NXfmMfXz6JqGfG3ikSxcz2N93j6DgScr19Oo2uwFu88=
+golang.org/x/sys v0.0.0-20190520201301-c432e742b0af/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/text v0.0.0-20170530162606-4ee4af566555 h1:pjwO9HxObpgZBurDvTLFbSinaf3+cKpTAjVfiGaHwrI=
 golang.org/x/text v0.0.0-20170530162606-4ee4af566555/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

Can you check again?

A newer version of the sys module is
needed for pull request junegunn#1341
@kelleyma49
Copy link
Contributor Author

Whoops, forgot to commit go.sum - sorry about that! I've amended this commit with the update go.sum.

(I don't do go at work, so I am quite the noob when it comes to go programming.)

@junegunn junegunn merged commit 0030d18 into junegunn:master May 26, 2019
@junegunn
Copy link
Owner

Thanks!

@kelleyma49 kelleyma49 deleted the update_sys_module branch May 30, 2019 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants