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 4
4
5
5
require (
6
6
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
8
8
)
Original file line number Diff line number Diff line change 1
1
github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q =
2
2
github.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 5
5
"os"
6
6
"testing"
7
7
8
- "github.com/semog/gocommon "
8
+ "github.com/semog/go-common "
9
9
)
10
10
11
11
// In testspace, no one can hear you fail.
You can’t perform that action at this time.
0 commit comments