aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAge
* go.mod: upgrade x/tools to pull in goldmark fix for js/wasmBryan C. Mills2020-03-31
| | | | | | | | | | Fixes golang/go#38183 Change-Id: I418fd8c16bd5800d7b4884e764b2b3b17319ea1e Reviewed-on: https://go-review.googlesource.com/c/blog/+/226638 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
* blog: update to latest x/tools for serial comma in authors listRuss Cox2020-03-25
| | | | | | | Change-Id: Ie8519fa8d24854791327591fcffc875a45b595f9 Reviewed-on: https://go-review.googlesource.com/c/blog/+/225518 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: update to latest x/tools for Markdown <pre> fixRuss Cox2020-03-24
| | | | | | | | | | | | | This fixes <pre> blocks containing blank lines, like in https://blog.golang.org/v2-go-modules. Fixes golang/go#37972. Change-Id: I44adf6ae72f600e19c995a1fde36537d4f06008f Reviewed-on: https://go-review.googlesource.com/c/blog/+/224943 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: update to latest x/tools, for atom feed fixRuss Cox2020-03-18
| | | | | | | | Change-Id: Ibbc5df5fd4e16f09c1d546a154519c356902290e Reviewed-on: https://go-review.googlesource.com/c/blog/+/223918 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* blog: update to latest x/toolsRuss Cox2020-03-17
| | | | | | | | | This update brings in Markdown fixes and redirect support. Change-Id: I1d4c2589992ca832e27b0ae53a1598240d780d69 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223597 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: update to x/tools with Markdown-enabled presentRuss Cox2020-03-15
| | | | | | | | Change-Id: I9c8e034eabe739a06fa24afa7e56a1d665d095da Reviewed-on: https://go-review.googlesource.com/c/blog/+/223477 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* blog: add analytics HTML and deploy instructionsDmitri Shuralyov2019-10-02
| | | | | | | | | | | | | | | When deployed with App Engine on blog.golang.org, insert analytics HTML at the beginning of <head>. Add deploy instructions to the README. Also update to the App Engine Go 1.12 runtime. Change-Id: Icf0919fd22d80cb8cb765845acd1d72f85f11fa1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/198337 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* all: upgrade dependency on x/websiteBryan C. Mills2019-09-03
| | | | | | | | | | | | | | | | | | | This removes the transitive dependency on git.apache.org/thrift.git, dropped from x/website in CL 193039. Commands run: go get -d golang.org/x/website@00e97558e113808bd2e87edf2275d97515bad94b go mod tidy go test ./... Updates golang/go#34016 Change-Id: I903f1eb29454db1c76945bea97a77d5748913c8c Reviewed-on: https://go-review.googlesource.com/c/blog/+/193098 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: update logo to link to golang.orgAndrew Bonventre2019-08-15
| | | | | | | | Also updates x/website version to pull in various CSS fixes. Change-Id: Id0fd49507ccca75b2766d75144484a12cdb70010 Reviewed-on: https://go-review.googlesource.com/c/blog/+/190414 Reviewed-by: Alexander Rakoczy <alex@golang.org>
* blog: update to use new Go branding guidelinesAndrew Bonventre2019-08-12
| | | | | | | | | | Additionally makes some small changes to abide by best practices. Updates golang/go#9936 Change-Id: I88263ef78548365b3cfb3f14bae48deb01d30f4f Reviewed-on: https://go-review.googlesource.com/c/blog/+/189457 Reviewed-by: Katie Hockman <katie@golang.org>
* all: add go.modBryan C. Mills2019-03-12
Commands run: go mod init go mod edit -go=1.11 go mod tidy go list -m all go test ./... Updates golang/go#30228 Change-Id: I78d903d7151790b37f32a06f37427a50fcd2a83b Reviewed-on: https://go-review.googlesource.com/c/blog/+/167157 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>