aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAge
* 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>