Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexedwards committed Feb 16, 2022
1 parent b122fe6 commit c252878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mysqlstore/go.mod
Expand Up @@ -2,4 +2,4 @@ module github.com/alexedwards/scs/mysqlstore

go 1.12

require github.com/go-sql-driver/mysql v1.5.0
require github.com/go-sql-driver/mysql v1.6.0
2 changes: 2 additions & 0 deletions mysqlstore/go.sum
@@ -1,2 +1,4 @@
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=

0 comments on commit c252878

Please sign in to comment.