aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 6e95dce54e219f510d93a5da8a73f4224582979a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module src.userspace.com.au/dhtsearch

go 1.13

require (
	github.com/cockroachdb/apd v1.1.0 // indirect
	github.com/hashicorp/go-version v1.2.1 // indirect
	github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
	github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
	github.com/jackc/pgx v3.1.0+incompatible
	github.com/lib/pq v1.8.0 // indirect
	github.com/mattn/go-sqlite3 v1.14.4
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/pkg/errors v0.8.0 // indirect
	github.com/satori/go.uuid v1.2.0 // indirect
	github.com/shopspring/decimal v1.2.0 // indirect
	golang.org/x/net v0.0.0-20180330215511-b68f30494add // indirect
	golang.org/x/time v0.0.0-20180314180208-26559e0f760e
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
	src.userspace.com.au/go-bencode v0.3.1
	src.userspace.com.au/logger v0.1.1
)