From aaf4fa0aa36001d486d21a82958a323831ce1870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 01:39:58 +0000 Subject: [PATCH] Renovate: Update github.com/sapcc --- go.mod | 6 +++--- go.sum | 12 ++++++------ .../sapcc/go-api-declarations/bininfo/argument.go | 2 +- .../limes/resources/commitment.go | 3 +++ vendor/modules.txt | 6 +++--- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/go.mod b/go.mod index 88b5d059..1c72bfff 100644 --- a/go.mod +++ b/go.mod @@ -6,9 +6,9 @@ require ( github.com/gophercloud/gophercloud v1.11.0 github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56 github.com/olekukonko/tablewriter v0.0.5 - github.com/sapcc/go-api-declarations v1.10.9 - github.com/sapcc/go-bits v0.0.0-20240321130422-af7405f5e67d - github.com/sapcc/gophercloud-sapcc v0.0.0-20240321130357-022151c85de7 + github.com/sapcc/go-api-declarations v1.10.10 + github.com/sapcc/go-bits v0.0.0-20240328092936-0e0b562825d4 + github.com/sapcc/gophercloud-sapcc v0.0.0-20240328042652-ea67c703afd6 github.com/spf13/cobra v1.8.0 ) diff --git a/go.sum b/go.sum index f3df9732..dfc70fc7 100644 --- a/go.sum +++ b/go.sum @@ -15,12 +15,12 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/sapcc/go-api-declarations v1.10.9 h1:k+F3W0FTyYLazII4hdFaWLJ7L+MQRcFBD9I9P/hUNBs= -github.com/sapcc/go-api-declarations v1.10.9/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI= -github.com/sapcc/go-bits v0.0.0-20240321130422-af7405f5e67d h1:dwbfHnUNSep0RLJL86dkuY/4JSZGMedqG1CzVWWuMZc= -github.com/sapcc/go-bits v0.0.0-20240321130422-af7405f5e67d/go.mod h1:9AD0qbmtyVApQezhUx7pUuExUcl2kSjB/WSMcPGo6f8= -github.com/sapcc/gophercloud-sapcc v0.0.0-20240321130357-022151c85de7 h1:/T5esVG9Kl8XKGXNRv979KyFp0QBgI1+lcmsI51Noa8= -github.com/sapcc/gophercloud-sapcc v0.0.0-20240321130357-022151c85de7/go.mod h1:5iZ8EUojZr6G/fpZQzfxSIGn63D9bv4311YSW+tEEA0= +github.com/sapcc/go-api-declarations v1.10.10 h1:1mrawZ8jink62vhOl5lffTcI54EP7Ye1hc2ZOMLqY7M= +github.com/sapcc/go-api-declarations v1.10.10/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI= +github.com/sapcc/go-bits v0.0.0-20240328092936-0e0b562825d4 h1:McWSE2OxvmMIxI6y1udn7AxJEZ6Ze5FS59nTbIMcTDk= +github.com/sapcc/go-bits v0.0.0-20240328092936-0e0b562825d4/go.mod h1:MfdlJwxZa92nnBfg5LvfR7F6HGxTe9N1N5K+EB09kEg= +github.com/sapcc/gophercloud-sapcc v0.0.0-20240328042652-ea67c703afd6 h1:dndMdc3nqbHZhSQ5D05UcH6KaxKfR59MZb3WdDqbf4c= +github.com/sapcc/gophercloud-sapcc v0.0.0-20240328042652-ea67c703afd6/go.mod h1:K/BXh+IGgwstLNr6dRmyMLYOMPwiZsvfijrf+gTq5sQ= github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8= github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I= github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0= diff --git a/vendor/github.com/sapcc/go-api-declarations/bininfo/argument.go b/vendor/github.com/sapcc/go-api-declarations/bininfo/argument.go index e61ee158..b8a738c7 100644 --- a/vendor/github.com/sapcc/go-api-declarations/bininfo/argument.go +++ b/vendor/github.com/sapcc/go-api-declarations/bininfo/argument.go @@ -28,7 +28,7 @@ func HandleVersionArgument() { args := os.Args[1:] if len(args) > 0 { if args[0] == "--version" { - fmt.Printf("%s version %s", binName, version) + fmt.Printf("%s version %s\n", binName, version) os.Exit(0) } } diff --git a/vendor/github.com/sapcc/go-api-declarations/limes/resources/commitment.go b/vendor/github.com/sapcc/go-api-declarations/limes/resources/commitment.go index 309e183a..2528abd3 100644 --- a/vendor/github.com/sapcc/go-api-declarations/limes/resources/commitment.go +++ b/vendor/github.com/sapcc/go-api-declarations/limes/resources/commitment.go @@ -45,6 +45,9 @@ type Commitment struct { // and intended for informational displays only. API access should always use the UUID. CreatorUUID string `json:"creator_uuid,omitempty"` CreatorName string `json:"creator_name,omitempty"` + // CanBeDeleted will be true if the commitment can be deleted by the same user + // who saw this object in response to a GET query. + CanBeDeleted bool `json:"can_be_deleted,omitempty"` // ConfirmBy is only filled if it was set in the CommitmentRequest. ConfirmBy *limes.UnixEncodedTime `json:"confirm_by,omitempty"` // ConfirmedAt is only filled after the commitment was confirmed. diff --git a/vendor/modules.txt b/vendor/modules.txt index 912d64f9..ad7e323f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -34,19 +34,19 @@ github.com/mitchellh/go-homedir # github.com/olekukonko/tablewriter v0.0.5 ## explicit; go 1.12 github.com/olekukonko/tablewriter -# github.com/sapcc/go-api-declarations v1.10.9 +# github.com/sapcc/go-api-declarations v1.10.10 ## explicit; go 1.21 github.com/sapcc/go-api-declarations/bininfo github.com/sapcc/go-api-declarations/internal/marshal github.com/sapcc/go-api-declarations/limes github.com/sapcc/go-api-declarations/limes/rates github.com/sapcc/go-api-declarations/limes/resources -# github.com/sapcc/go-bits v0.0.0-20240321130422-af7405f5e67d +# github.com/sapcc/go-bits v0.0.0-20240328092936-0e0b562825d4 ## explicit; go 1.21 github.com/sapcc/go-bits/logg github.com/sapcc/go-bits/osext github.com/sapcc/go-bits/secrets -# github.com/sapcc/gophercloud-sapcc v0.0.0-20240321130357-022151c85de7 +# github.com/sapcc/gophercloud-sapcc v0.0.0-20240328042652-ea67c703afd6 ## explicit; go 1.21 github.com/sapcc/gophercloud-sapcc/clients github.com/sapcc/gophercloud-sapcc/rates/v1/clusters