Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
petoju committed Jan 11, 2022
1 parent 8150466 commit 141c958
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 78 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module github.com/terraform-providers/terraform-provider-mysql

require (
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/hcl/v2 v2.8.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
golang.org/x/net v0.0.0-20200707034311-ab3426394381
github.com/go-sql-driver/mysql v1.6.0
github.com/gofrs/uuid v3.4.0+incompatible
github.com/hashicorp/go-version v1.4.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
golang.org/x/net v0.0.0-20210326060303-6b1517762897
)

go 1.12
Loading

0 comments on commit 141c958

Please sign in to comment.