diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-06 02:27:12 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-08 02:29:14 -0400 |
commit | 84f9cfe07dafecadd1dcb64ed2e1729d7557da4d (patch) | |
tree | 80efdf0e9370ec697a65f07ad733f2e12ce2a36f /svc/go.mod | |
parent | fac4329fdf658aa660884156f05b434d1f1147f9 (diff) | |
download | getwtxt-84f9cfe07dafecadd1dcb64ed2e1729d7557da4d.tar.gz |
updated deps
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 |