aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: e25bace52404ebd4a6892c8e6fff523fb8b4ee23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module golang.org/x/blog

go 1.11

require (
	github.com/gorilla/context v1.1.1
	golang.org/x/net v0.0.0-20190620200207-3b0461eec859
	golang.org/x/text v0.3.2
	golang.org/x/tools v0.0.0-20191002161851-3769738f410b
	golang.org/x/website v0.0.0-20190903192346-00e97558e113
	gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
)