Skip to content

Commit ffb8fe9

Browse files
committed
Add module dependencies with new Go 1.13.
1 parent 29e9ec6 commit ffb8fe9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/semog/go-sqldb
2+
3+
go 1.13
4+
5+
require (
6+
github.com/mattn/go-sqlite3 v1.11.0
7+
github.com/semog/gocommon v1.0.0
8+
)

go.sum

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

0 commit comments

Comments
 (0)