storage: begin implementing sqlite3 storage

This commit is contained in:
George Tankersley
2018-11-18 03:02:49 +00:00
parent 7cc7095a81
commit 0dee0b425e
9 changed files with 158 additions and 3 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/gtank/ctxd
require (
github.com/dvyukov/go-fuzz v0.0.0-20180902053217-4aff8368ef19 // indirect
github.com/golang/protobuf v1.2.0
github.com/mattn/go-sqlite3 v1.10.0
github.com/pebbe/zmq4 v1.0.0
github.com/pkg/errors v0.8.0
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3