aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2020-11-08 23:33:08 +0000
committerFelix Hanley <felix@userspace.com.au>2020-11-16 22:07:05 +0000
commit9b72d1065ca106c98b01b62caefdd2cf8f08178c (patch)
tree2adfef8b2f48c80ba23b3df90831766a32ea2d49 /go.mod
parenteda2530094e72463f6aef6e7f9bf524002e248fa (diff)
downloaddhtsearch-master.tar.gz
dhtsearch-master.tar.bz2
Clean up build and docsHEADv1.1.0master
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 12 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index aace836..6e95dce 100644
--- a/go.mod
+++ b/go.mod
@@ -3,12 +3,20 @@ 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/mattn/go-sqlite3 v1.11.0
- github.com/pkg/errors v0.8.0
- golang.org/x/net v0.0.0-20180330215511-b68f30494add
+ 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
- src.userspace.com.au/go-bencode v0.3.0
+ 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
)