Skip to content

Commit 868fcf7

Browse files
authored
Upgrade to version 0.0.24. (#12)
1 parent e507f29 commit 868fcf7

File tree

6 files changed

+363
-12
lines changed

6 files changed

+363
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The API to the Cloudsmith Service
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

88
- API version: 1.209.19
9-
- Package version: 0.0.23
9+
- Package version: 0.0.24
1010
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1111
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
1212

bin/generate

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ rm -v git_push.sh
4343
# generated tests don't work yet
4444
rm -rfv test/
4545

46+
# tidy modules
47+
go mod tidy
48+
4649
# Work around openapi-generator (or at least the go generator) not understanding x-nullable enums
4750
sed -i 's/LIMIT_BANDWIDTH_UNIT/string/g' model_repository_token.go
4851
sed -i 's/SCHEDULED_RESET_PERIOD/string/g' model_repository_token.go
@@ -54,3 +57,4 @@ sed -i 's/LIMIT_BANDWIDTH_UNIT/string/g' model_repository_token_refresh.go
5457
sed -i 's/SCHEDULED_RESET_PERIOD/string/g' model_repository_token_refresh.go
5558
sed -i 's/LIMIT_BANDWIDTH_UNIT/string/g' model_repository_token_refresh_request.go
5659
sed -i 's/SCHEDULED_RESET_PERIOD/string/g' model_repository_token_refresh_request.go
60+
sed -i 's/ACTION/string/g' model_package_tag_request.go

configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module github.com/cloudsmith-io/cloudsmith-api-go
22

33
go 1.13
44

5-
require (
6-
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
7-
)
5+
require golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558

0 commit comments

Comments
 (0)