Skip to content

Commit

Permalink
13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Mar 3, 2025
1 parent 502cea8 commit 2e95d16
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/v1/drivers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plumbing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e95d16

Please sign in to comment.