Skip to content

Commit cdced9a

Browse files
committed
Update module dependencies
Update go-common dependency to v1.0.1
1 parent ffb8fe9 commit cdced9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.13
44

55
require (
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
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q=
22
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=

sqldb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
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.

0 commit comments

Comments
 (0)