Skip to content

Commit

Permalink
Update module dependencies
Browse files Browse the repository at this point in the history
Update go-common dependency to v1.0.1
  • Loading branch information
semog committed Sep 8, 2019
1 parent ffb8fe9 commit cdced9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.13

require (
github.com/mattn/go-sqlite3 v1.11.0
github.com/semog/gocommon v1.0.0
github.com/semog/go-common v1.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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=
github.com/semog/gocommon v1.0.0 h1:nxHZ3mQwIZ4XtQIfbtm+YXsDXrAtX+XfbJ2+2NOf/ls=
github.com/semog/gocommon v1.0.0/go.mod h1:dPxKJEA+ngDfyDF8qooRsKg80Tz0qZ1wRuyt3pEgFco=
github.com/semog/go-common v1.0.1 h1:vIGhx5weZGZs6HzCnz3sxc91Xe24B5BdPAFE0WyHzy4=
github.com/semog/go-common v1.0.1/go.mod h1:ApczNRHBHz3I6TGKOZK1fthBvJQmEjZsQsthj/szNU8=
2 changes: 1 addition & 1 deletion sqldb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"testing"

"github.com/semog/gocommon"
"github.com/semog/go-common"
)

// In testspace, no one can hear you fail.
Expand Down

0 comments on commit cdced9a

Please sign in to comment.