diff --git a/README.md b/README.md index 7651427..a05189c 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ programming language. Learn more with our [📚strongDM API docs](https://www.strongdm.com/docs/api/) or [📓browse the SDK -reference](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v12?tab=doc). +reference](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v13?tab=doc). ## Installation ```bash -$ go get github.com/strongdm/strongdm-sdk-go/v12 +$ go get github.com/strongdm/strongdm-sdk-go/v13 ``` strongDM uses [semantic versioning](https://semver.org/). We do not guarantee @@ -68,7 +68,7 @@ func main() { ## Useful Links -- Documentation: [sdm package · pkg.go.dev](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v12?tab=doc) +- Documentation: [sdm package · pkg.go.dev](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v13?tab=doc) - [Migrating from Role Grants to Access Rules](https://github.com/strongdm/strongdm-sdk-go/wiki/Migrating-from-Role-Grants-to-Access-Rules) - Examples: [GitHub - strongdm/strongdm-sdk-go-examples](https://github.com/strongdm/strongdm-sdk-go-examples) 1. [Managing Resources](https://github.com/strongdm/strongdm-sdk-go-examples/tree/master/1_managing_resources) diff --git a/client.go b/client.go index bfed7d5..6fcba2d 100644 --- a/client.go +++ b/client.go @@ -31,7 +31,7 @@ import ( "strings" "time" - plumbing "github.com/strongdm/strongdm-sdk-go/v12/internal/v1" + plumbing "github.com/strongdm/strongdm-sdk-go/v13/internal/v1" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/credentials" @@ -43,7 +43,7 @@ import ( const ( defaultAPIHost = "api.strongdm.com:443" apiVersion = "2024-03-28" - defaultUserAgent = "strongdm-sdk-go/12.10.0" + defaultUserAgent = "strongdm-sdk-go/13.0.0" defaultPageLimit = 50 ) diff --git a/go.mod b/go.mod index 3539b01..d960611 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ -module github.com/strongdm/strongdm-sdk-go/v12 +module github.com/strongdm/strongdm-sdk-go/v13 go 1.18 -retract v12.9.2 // Missing go.mod and go.sum files +retract v13.0.0 // Missing go.mod and go.sum files require ( google.golang.org/grpc v1.33.1 diff --git a/internal/v1/drivers.pb.go b/internal/v1/drivers.pb.go index c8daa95..b12d482 100644 --- a/internal/v1/drivers.pb.go +++ b/internal/v1/drivers.pb.go @@ -29195,7 +29195,7 @@ var file_drivers_proto_rawDesc = []byte{ 0x76, 0x65, 0x72, 0x2d, 0x73, 0x70, 0x6e, 0xf2, 0xf8, 0xb3, 0x07, 0x05, 0xd0, 0xf4, 0xb3, 0x07, 0x00, 0xf2, 0xf8, 0xb3, 0x07, 0x05, 0xc0, 0xf3, 0xb3, 0x07, 0x01, 0xf2, 0xf8, 0xb3, 0x07, 0x05, 0xe8, 0xf3, 0xb3, 0x07, 0x00, 0xf2, 0xf8, 0xb3, 0x07, 0x05, 0x98, 0xf4, 0xb3, 0x07, 0x00, 0xf2, - 0xf8, 0xb3, 0x07, 0x05, 0xa0, 0xf4, 0xb3, 0x07, 0x01, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, + 0xf8, 0xb3, 0x07, 0x05, 0xa0, 0xf4, 0xb3, 0x07, 0x00, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x70, 0x6e, 0x12, 0x78, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x5c, 0x18, 0x00, 0xf2, 0xf8, 0xb3, 0x07, 0x05, 0xb0, 0xf3, 0xb3, 0x07, 0x01, 0xf2, 0xf8, 0xb3, 0x07, 0x19, 0xca, 0xf3, 0xb3, 0x07, 0x14, 0xc2, 0xf4, diff --git a/plumbing.go b/plumbing.go index d717d05..c81a7b2 100644 --- a/plumbing.go +++ b/plumbing.go @@ -20,7 +20,7 @@ package sdm import ( "encoding/json" "fmt" - proto "github.com/strongdm/strongdm-sdk-go/v12/internal/v1" + proto "github.com/strongdm/strongdm-sdk-go/v13/internal/v1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/durationpb" diff --git a/svc.go b/svc.go index 30be444..553b5d5 100644 --- a/svc.go +++ b/svc.go @@ -20,7 +20,7 @@ package sdm import ( "context" - plumbing "github.com/strongdm/strongdm-sdk-go/v12/internal/v1" + plumbing "github.com/strongdm/strongdm-sdk-go/v13/internal/v1" ) // AccessRequests are requests for access to a resource that may match a Workflow.