Skip to content

Commit a8f8a24

Browse files
authored
fix: patch deps and README (#19)
1 parent 15ae0f5 commit a8f8a24

4 files changed

Lines changed: 53 additions & 5 deletions

File tree

.github/images/stackit-logo.svg

Lines changed: 43 additions & 0 deletions
Loading

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<br>
3-
<img src="img/stackit-logo.png" alt="STACKIT logo" width="50%"/>
3+
<img src=".github/images/stackit-logo.svg" alt="STACKIT logo" width="50%"/>
44
<br>
55
<br>
66
</div>
@@ -40,10 +40,11 @@ Each language implementation demonstrates the same core functionality while foll
4040

4141
### Key concepts
4242

43-
- **Redirect Token**: The Redirect Token, or simply token, is the JWT Token sent to the vendors when the STACKIT Marketplace redirects consumers to the vendor's `Sign Up/Login` page, which happens in the process of creating a subscription (see [SaaS Frontend Integration](https://docs.stackit.cloud/stackit/en/4-2-saas-frontend-integration-339673765.html) for more details).
43+
- **Redirect Token**: The Redirect Token, or simply token, is the JWT Token sent to the vendors when the STACKIT Marketplace redirects consumers to the vendor's `Sign Up/Login` page, which happens in the process of creating a subscription (see [SaaS Integration](https://docs.stackit.cloud/stackit/en/4-2-saas-frontend-integration-339673765.html) for more details).
4444

4545
## Additional Resources
4646

47+
- [Public Marketplace](https://marketplace.stackit.cloud/en/catalog)
4748
- [STACKIT Marketplace Documentation](https://docs.stackit.cloud/stackit/en/stackit-marketplace-322109923.html)
4849
- [API Reference](https://docs.api.stackit.cloud/documentation/stackit-marketplace/version/v1)
4950

go/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/stackitcloud/marketplace-reference-code
22

3-
go 1.24.2
3+
go 1.25.3
44

55
require (
66
github.com/golang-jwt/jwt/v5 v5.3.0
7-
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.7.1
7+
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.17.1
88
)
99

1010
require (
1111
github.com/google/uuid v1.6.0 // indirect
12-
github.com/stackitcloud/stackit-sdk-go/core v0.17.3 // indirect
12+
github.com/stackitcloud/stackit-sdk-go/core v0.20.0 // indirect
1313
)

go/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ github.com/stackitcloud/stackit-sdk-go/core v0.17.2 h1:jPyn+i8rkp2hM80+hOg0B/1EV
1010
github.com/stackitcloud/stackit-sdk-go/core v0.17.2/go.mod h1:8KIw3czdNJ9sdil9QQimxjR6vHjeINFrRv0iZ67wfn0=
1111
github.com/stackitcloud/stackit-sdk-go/core v0.17.3 h1:GsZGmRRc/3GJLmCUnsZswirr5wfLRrwavbnL/renOqg=
1212
github.com/stackitcloud/stackit-sdk-go/core v0.17.3/go.mod h1:HBCXJGPgdRulplDzhrmwC+Dak9B/x0nzNtmOpu+1Ahg=
13+
github.com/stackitcloud/stackit-sdk-go/core v0.20.0 h1:4rrUk6uT1g4nOn5/g1uXukP07Tux/o5xbMz/f/qE1rY=
14+
github.com/stackitcloud/stackit-sdk-go/core v0.20.0/go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ=
1315
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.4.0 h1:wpr8GOCvn2JUdFeYccODdVAT8DuaCjUjBpos5PtM1gw=
1416
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.4.0/go.mod h1:m4K+LH42YHmet1SbypzCOWjg/1pAIWtCT2AbGNJ+lr8=
1517
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.7.1 h1:hIP6KkOEXgYbobubmz/7gL95z1ZU2Q8XGTFiEBFy6Ls=
1618
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.7.1/go.mod h1:UqCozeGK2nbEqlTwZDrLrIhpHxksQRDbp4/A/mKLgn8=
19+
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.17.1 h1:mUyKBZtAQy2SqegRBR94s1mkV2qry21v9FOwsiRrwsc=
20+
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.17.1/go.mod h1:O8QoM9bvgL8HKqI8MhItXlUT2RsjcuZJbUgFaatOJoY=

0 commit comments

Comments
 (0)