Skip to content

Commit c01c449

Browse files
authored
Downgrade go-rds-driver changes, they complicate builds (#262)
Esp. for freebsd-386
1 parent 67dd8cb commit c01c449

File tree

10 files changed

+69
-145
lines changed

10 files changed

+69
-145
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/gofrs/uuid v4.4.0+incompatible
1818
github.com/hashicorp/go-version v1.7.0
1919
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
20-
github.com/krotscheck/go-rds-driver v0.13.0
20+
github.com/krotscheck/go-rds-driver v0.11.1
2121
github.com/tidwall/gjson v1.18.0
2222
golang.org/x/net v0.47.0
2323
golang.org/x/oauth2 v0.33.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
237237
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
238238
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
239239
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
240+
github.com/krotscheck/go-rds-driver v0.11.1 h1:uOnkJISOYvE7qAWnnLSf1HO/7qxRxO1WSnocSaYovOs=
241+
github.com/krotscheck/go-rds-driver v0.11.1/go.mod h1:OZuW+oDyzqaw0TarY+U/6hO3jvH6MKFP8EypTsa10CU=
240242
github.com/krotscheck/go-rds-driver v0.13.0 h1:czj48+AKkNI5PbHX0xCz1mk7iqZZDu7aJXjnjgjNYug=
241243
github.com/krotscheck/go-rds-driver v0.13.0/go.mod h1:OUbYS5TdgoNxk6puqr7paT26rW/02H8Ec3+L3LIBHVA=
242244
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=

vendor/github.com/krotscheck/go-rds-driver/Makefile

Lines changed: 18 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/krotscheck/go-rds-driver/README.md

Lines changed: 25 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/krotscheck/go-rds-driver/connection.go

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/krotscheck/go-rds-driver/dialect.go

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/krotscheck/go-rds-driver/dialect_mysql.go

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/krotscheck/go-rds-driver/dialect_postgres.go

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/krotscheck/go-rds-driver/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)