Update modules.

This commit is contained in:
Bill Thiede 2021-05-18 09:47:37 -07:00
parent 3b5be0e6d8
commit 7685b0e5b2
2 changed files with 6 additions and 1 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module xinu.tv/email
go 1.13
require github.com/mattn/go-sqlite3 v1.11.0
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/mattn/go-sqlite3 v1.11.0
)

2
go.sum
View File

@ -1,2 +1,4 @@
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q=
github.com/mattn/go-sqlite3 v1.11.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=