Skip to content

Commit

Permalink
bump go-api-declarations
Browse files Browse the repository at this point in the history
The new fields will be filled in the next PR.
  • Loading branch information
majewsky committed Oct 30, 2023
1 parent af2ec50 commit 09f1d40
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 22 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/majewsky/schwift v1.3.0
github.com/prometheus/client_golang v1.17.0
github.com/rs/cors v1.10.1
github.com/sapcc/go-api-declarations v1.9.0
github.com/sapcc/go-api-declarations v1.10.0
github.com/sapcc/go-bits v0.0.0-20231025110038-7e644a44c112
go.uber.org/automaxprocs v1.5.3
gopkg.in/yaml.v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjR
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/rs/cors v1.10.1 h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo=
github.com/rs/cors v1.10.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/sapcc/go-api-declarations v1.9.0 h1:IUCIo9gn6z6FnNY3DX5jaKb0Read2TlkcZQLXOSqCh8=
github.com/sapcc/go-api-declarations v1.9.0/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI=
github.com/sapcc/go-api-declarations v1.10.0 h1:1RydcuO+8Cc48QZs92FhzV8Md8ljH29Z8zaodvZXIoM=
github.com/sapcc/go-api-declarations v1.10.0/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI=
github.com/sapcc/go-bits v0.0.0-20231025110038-7e644a44c112 h1:BdPiGuN3Ht3W3TiZ+sjMYxic90ypqsO/DB2Z7YUeloQ=
github.com/sapcc/go-bits v0.0.0-20231025110038-7e644a44c112/go.mod h1:rfuD6L3QHx0JhZHGX8zEMPczStM25iI+GBKvCmWvLhk=
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
Expand Down

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

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ github.com/rabbitmq/amqp091-go
# github.com/rs/cors v1.10.1
## explicit; go 1.13
github.com/rs/cors
# github.com/sapcc/go-api-declarations v1.9.0
# github.com/sapcc/go-api-declarations v1.10.0
## explicit; go 1.21
github.com/sapcc/go-api-declarations/bininfo
github.com/sapcc/go-api-declarations/cadf
Expand Down

0 comments on commit 09f1d40

Please sign in to comment.