summary refs log tree commit diff stats
path: root/svc/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'svc/go.mod')
-rw-r--r--svc/go.mod1
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
#n97'>97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132