Skip to content

Commit

Permalink
module: update module packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Aug 29, 2019
1 parent 43c82a6 commit eb80a3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/go-language-server/uri
go 1.12

require (
github.com/google/go-cmp v0.3.0
golang.org/x/xerrors v0.0.0-20190516184347-8115aa61538e
github.com/google/go-cmp v0.3.1
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
golang.org/x/xerrors v0.0.0-20190516184347-8115aa61538e h1:GZc5hJQaj9QwsCgIB16JPWkpIiZB3PjXyUrl01otLII=
golang.org/x/xerrors v0.0.0-20190516184347-8115aa61538e/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 comments on commit eb80a3a

Please sign in to comment.