Skip to content

Commit

Permalink
Drop the sys11dbaas-sdk replace and use Github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
baurmatt committed May 22, 2024
1 parent d5f9a3d commit 210c401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ require (
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
github.com/hashicorp/terraform-plugin-go v0.22.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/syseleven/sys11dbaas-sdk v0.0.0-00010101000000-000000000000
github.com/syseleven/sys11dbaas-sdk v0.0.0-20240522090808-8b604f684bcb
)

replace github.com/syseleven/sys11dbaas-sdk => ../sys11dbaas-sdk

require (
github.com/fatih/color v1.16.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/syseleven/sys11dbaas-sdk v0.0.0-20240522090808-8b604f684bcb h1:/7reX2eeYt6LqtdWyIz7SQfcQBH2NnVvQgZnYeOQAuc=
github.com/syseleven/sys11dbaas-sdk v0.0.0-20240522090808-8b604f684bcb/go.mod h1:3Cb/kVad4MiMLHIXcF7sK6lHy/9Bud8352VkkaJ4y1s=
github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8=
github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
Expand Down

0 comments on commit 210c401

Please sign in to comment.