diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +module src.userspace.com.au/dhtsearch + +go 1.13 + +require ( + github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 + 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 + golang.org/x/time v0.0.0-20180314180208-26559e0f760e + src.userspace.com.au/go-bencode v0.3.0 + src.userspace.com.au/logger v0.1.1 +) |
