diff options
Diffstat (limited to 'svc/go.mod')
-rw-r--r-- | svc/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svc/go.mod b/svc/go.mod index 7b18341..041e47f 100644 --- a/svc/go.mod +++ b/svc/go.mod @@ -9,6 +9,7 @@ require ( github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.2 github.com/magiconair/properties v1.8.1 // indirect + github.com/mattn/go-sqlite3 v1.10.0 github.com/onsi/ginkgo v1.8.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/pelletier/go-toml v1.4.0 // indirect |