File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/mattn/go-sqlite3 v1.11.0
7- github.com/semog/gocommon v1.0.0
7+ github.com/semog/go-common v1.0.1
88)
Original file line number Diff line number Diff line change 11github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q =
22github.com/mattn/go-sqlite3 v1.11.0 /go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc =
3- github.com/semog/gocommon v1.0.0 h1:nxHZ3mQwIZ4XtQIfbtm+YXsDXrAtX+XfbJ2+2NOf/ls =
4- github.com/semog/gocommon v1.0.0 /go.mod h1:dPxKJEA+ngDfyDF8qooRsKg80Tz0qZ1wRuyt3pEgFco =
3+ github.com/semog/go-common v1.0.1 h1:vIGhx5weZGZs6HzCnz3sxc91Xe24B5BdPAFE0WyHzy4 =
4+ github.com/semog/go-common v1.0.1 /go.mod h1:ApczNRHBHz3I6TGKOZK1fthBvJQmEjZsQsthj/szNU8 =
Original file line number Diff line number Diff line change 55 "os"
66 "testing"
77
8- "github.com/semog/gocommon "
8+ "github.com/semog/go-common "
99)
1010
1111// In testspace, no one can hear you fail.
You can’t perform that action at this time.
0 commit comments