Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.0
require (
github.com/PaesslerAG/gval v1.2.4
github.com/blang/semver/v4 v4.0.0
github.com/cobaltcore-dev/openstack-hypervisor-operator v0.0.0-20260312093116-66c055fa880c
github.com/cobaltcore-dev/openstack-hypervisor-operator v0.0.0-20260316150152-9813dcb54901
github.com/elastic/go-ucfg v0.9.1
github.com/go-logr/logr v1.4.3
github.com/gophercloud/gophercloud/v2 v2.11.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cobaltcore-dev/openstack-hypervisor-operator v0.0.0-20260312093116-66c055fa880c h1:xqk/Sd2/Hdtskf2oFl/oqfqh9uUpj4XI1dEwXzKfjJY=
github.com/cobaltcore-dev/openstack-hypervisor-operator v0.0.0-20260312093116-66c055fa880c/go.mod h1:b0KmJdxvRI8UXlGe8cRm5BD8Tm2WhF7zSKMSIRGyVL4=
github.com/cobaltcore-dev/openstack-hypervisor-operator v0.0.0-20260316150152-9813dcb54901 h1:PMSjjh9xb5rJdTFP+5EkRrCgLtUcjF/sF3BYUHKxqmA=
github.com/cobaltcore-dev/openstack-hypervisor-operator v0.0.0-20260316150152-9813dcb54901/go.mod h1:b0KmJdxvRI8UXlGe8cRm5BD8Tm2WhF7zSKMSIRGyVL4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand Down
Loading