Use modernc.org/sqlite
This commit is contained in:
4
go.mod
4
go.mod
@@ -8,8 +8,7 @@ require (
|
||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
||||
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01 // indirect
|
||||
github.com/golang/protobuf v0.0.0-20161012205335-98fa35717058 // indirect
|
||||
github.com/mattn/go-shellwords v1.0.1-0.20160315040826-525bedee691b // indirect
|
||||
github.com/mattn/go-sqlite3 v1.1.1-0.20160514122348-38ee283dabf1
|
||||
github.com/mattn/go-shellwords v1.0.10 // indirect
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||||
github.com/nlopes/slack v0.0.2-0.20161003122758-a1a63712460a // indirect
|
||||
github.com/prometheus/client_golang v0.8.1-0.20160916180340-5636dc67ae77 // indirect
|
||||
@@ -19,4 +18,5 @@ require (
|
||||
github.com/stretchr/testify v1.4.0 // indirect
|
||||
github.com/tcolgate/hugot v0.0.0-20160913191818-ee77aa90e26c
|
||||
golang.org/x/net v0.0.0-20161013035702-8b4af36cd21a // indirect
|
||||
modernc.org/sqlite v1.4.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user