From f27bfc52cebd358d39aaede1cbc780d501f28ac3 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Tue, 16 Dec 2014 15:15:20 -0800 Subject: [PATCH] fix Godeps.json; upgrade context, html, and websocket packages --- Godeps/Godeps.json | 9 +++------ .../_workspace/src/golang.org/x/net/context/context.go | 2 +- Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go | 2 +- .../src/golang.org/x/net/html/charset/charset.go | 2 +- Godeps/_workspace/src/golang.org/x/net/html/doc.go | 2 +- .../src/golang.org/x/net/websocket/websocket.go | 2 +- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 06bc6a2bad9..1d6c9660670 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -145,18 +145,15 @@ }, { "ImportPath": "golang.org/x/net/context", - "Comment": "null-214", - "Rev": "c043f0dc72e4cdd23ae039470ea9d63e6680a1b2" + "Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97" }, { "ImportPath": "golang.org/x/net/html", - "Comment": "null-214", - "Rev": "c043f0dc72e4cdd23ae039470ea9d63e6680a1b2" + "Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97" }, { "ImportPath": "golang.org/x/net/websocket", - "Comment": "null-214", - "Rev": "c043f0dc72e4cdd23ae039470ea9d63e6680a1b2" + "Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97" }, { "ImportPath": "gopkg.in/v2/yaml", diff --git a/Godeps/_workspace/src/golang.org/x/net/context/context.go b/Godeps/_workspace/src/golang.org/x/net/context/context.go index 66aff7cb4a0..490245de9e6 100644 --- a/Godeps/_workspace/src/golang.org/x/net/context/context.go +++ b/Godeps/_workspace/src/golang.org/x/net/context/context.go @@ -34,7 +34,7 @@ // // See http://blog.golang.org/context for example code for a server that uses // Contexts. -package context +package context // import "golang.org/x/net/context" import ( "errors" diff --git a/Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go b/Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go index 227404bdafa..cd0a8ac1545 100644 --- a/Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go +++ b/Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go @@ -15,7 +15,7 @@ // whether atom.H1 < atom.H2 may also change. The codes are not guaranteed to // be dense. The only guarantees are that e.g. looking up "div" will yield // atom.Div, calling atom.Div.String will return "div", and atom.Div != 0. -package atom +package atom // import "golang.org/x/net/html/atom" // Atom is an integer code for a string. The zero value maps to "". type Atom uint32 diff --git a/Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go b/Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go index b19f83b7276..2e5f9ba2c56 100644 --- a/Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go +++ b/Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go @@ -6,7 +6,7 @@ // // The mapping from encoding labels to encodings is defined at // http://encoding.spec.whatwg.org. -package charset +package charset // import "golang.org/x/net/html/charset" import ( "bytes" diff --git a/Godeps/_workspace/src/golang.org/x/net/html/doc.go b/Godeps/_workspace/src/golang.org/x/net/html/doc.go index fac0f54e78a..32379a3246b 100644 --- a/Godeps/_workspace/src/golang.org/x/net/html/doc.go +++ b/Godeps/_workspace/src/golang.org/x/net/html/doc.go @@ -93,7 +93,7 @@ The relevant specifications include: http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html and http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html */ -package html +package html // import "golang.org/x/net/html" // The tokenization algorithm implemented by this package is not a line-by-line // transliteration of the relatively verbose state-machine in the WHATWG diff --git a/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go b/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go index 0f4917bf7e6..b8d2e6d1744 100644 --- a/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go +++ b/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go @@ -4,7 +4,7 @@ // Package websocket implements a client and server for the WebSocket protocol // as specified in RFC 6455. -package websocket +package websocket // import "golang.org/x/net/websocket" import ( "bufio"