Skip to content

Commit

Permalink
Update SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Oct 4, 2024
1 parent caddf75 commit 83a70de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.12.0
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
github.com/hashicorp/terraform-plugin-go v0.24.0
github.com/quantcdn/quant-admin-go v0.0.0-20240909055315-7af0c1f67581
github.com/quantcdn/quant-admin-go v0.0.0-20241004021219-be391125750c
github.com/stretchr/testify v1.9.0
)

Expand Down Expand Up @@ -37,4 +37,4 @@ require (
google.golang.org/grpc v1.66.2 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/quantcdn/quant-admin-go v0.0.0-20240909055315-7af0c1f67581 h1:RsajfHYEAf24wh1DwdeZH159fVXA6jZK4D7EmUNIqbw=
github.com/quantcdn/quant-admin-go v0.0.0-20240909055315-7af0c1f67581/go.mod h1:JDPQsgcOJGMBj3RnIbqWGHh9w5qZ+/zqrI3S3de9FWY=
github.com/quantcdn/quant-admin-go v0.0.0-20241004021219-be391125750c h1:lxbM7lJ46JGuDLZpgic2EzqJo4e/sMplfY0Iiiyclio=
github.com/quantcdn/quant-admin-go v0.0.0-20241004021219-be391125750c/go.mod h1:JDPQsgcOJGMBj3RnIbqWGHh9w5qZ+/zqrI3S3de9FWY=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
Expand Down

0 comments on commit 83a70de

Please sign in to comment.