Skip to content

Commit

Permalink
Merge pull request #578 from iamemilio/sqlFix
Browse files Browse the repository at this point in the history
Fix #519: bump sql driver to v1.6.0
  • Loading branch information
iamemilio authored Sep 20, 2022
2 parents f061005 + 9f067e4 commit 222197e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v3/integrations/nrmysql/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/newrelic/go-agent/v3/integrations/nrmysql

// 1.10 is the Go version in mysql's go.mod
go 1.10
go 1.17

require (
// v1.5.0 is the first mysql version to support gomod
github.com/go-sql-driver/mysql v1.5.0
github.com/go-sql-driver/mysql v1.6.0
// v3.3.0 includes the new location of ParseQuery
github.com/newrelic/go-agent/v3 v3.3.0
github.com/newrelic/go-agent/v3 v3.18.2
)

0 comments on commit 222197e

Please sign in to comment.