Skip to content

Commit b2f8d1c

Browse files
authored
fix: patch Go deps and README links (#21)
* fix(deps): patch go deps * fix: patch links in README
1 parent 481722c commit b2f8d1c

3 files changed

Lines changed: 6 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository contains reference implementations for **vendors** looking to in
1111

1212
## What is the STACKIT Marketplace?
1313

14-
The [STACKIT Marketplace](https://docs.stackit.cloud/stackit/en/stackit-marketplace-322109923.html) is a digital platform connecting STACKIT customers with third-party digital products, serving as the technological foundation for rapidly expanding the STACKIT portfolio and building industry-specific cloud offerings. It provides access to a diverse range of products, from IaaS and SaaS to licenses, professional services, and datasets.
14+
The [STACKIT Marketplace](https://docs.stackit.cloud/marketplace/) is a digital platform connecting STACKIT customers with third-party digital products, serving as the technological foundation for rapidly expanding the STACKIT portfolio and building industry-specific cloud offerings. It provides access to a diverse range of products, from IaaS and SaaS to licenses, professional services, and datasets.
1515

1616
## Supported Languages
1717

@@ -40,12 +40,12 @@ 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 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/marketplace/for-marketplace-vendors/software-as-a-service/saas-integration/) for more details).
4444

4545
## Additional Resources
4646

4747
- [Public Marketplace](https://marketplace.stackit.cloud/en/catalog)
48-
- [STACKIT Marketplace Documentation](https://docs.stackit.cloud/stackit/en/stackit-marketplace-322109923.html)
48+
- [STACKIT Marketplace Documentation](https://docs.stackit.cloud/marketplace/)
4949
- [API Reference](https://docs.api.stackit.cloud/documentation/stackit-marketplace/version/v1)
5050

5151
## Contributing

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ require (
99

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

go/go.sum

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
2-
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
31
github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
42
github.com/golang-jwt/jwt/v5 v5.3.0/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
53
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
64
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
75
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
86
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
9-
github.com/stackitcloud/stackit-sdk-go/core v0.17.2 h1:jPyn+i8rkp2hM80+hOg0B/1EVRbMt778Tr5RWyK1m2E=
10-
github.com/stackitcloud/stackit-sdk-go/core v0.17.2/go.mod h1:8KIw3czdNJ9sdil9QQimxjR6vHjeINFrRv0iZ67wfn0=
11-
github.com/stackitcloud/stackit-sdk-go/core v0.17.3 h1:GsZGmRRc/3GJLmCUnsZswirr5wfLRrwavbnL/renOqg=
12-
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=
15-
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.4.0 h1:wpr8GOCvn2JUdFeYccODdVAT8DuaCjUjBpos5PtM1gw=
16-
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.4.0/go.mod h1:m4K+LH42YHmet1SbypzCOWjg/1pAIWtCT2AbGNJ+lr8=
17-
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.7.1 h1:hIP6KkOEXgYbobubmz/7gL95z1ZU2Q8XGTFiEBFy6Ls=
18-
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.7.1/go.mod h1:UqCozeGK2nbEqlTwZDrLrIhpHxksQRDbp4/A/mKLgn8=
7+
github.com/stackitcloud/stackit-sdk-go/core v0.20.1 h1:odiuhhRXmxvEvnVTeZSN9u98edvw2Cd3DcnkepncP3M=
8+
github.com/stackitcloud/stackit-sdk-go/core v0.20.1/go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ=
199
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.17.1 h1:mUyKBZtAQy2SqegRBR94s1mkV2qry21v9FOwsiRrwsc=
2010
github.com/stackitcloud/stackit-sdk-go/services/stackitmarketplace v1.17.1/go.mod h1:O8QoM9bvgL8HKqI8MhItXlUT2RsjcuZJbUgFaatOJoY=

0 commit comments

Comments
 (0)