File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module github.com/ibm-hyper-protect/contract-cli
33go 1.26.1
44
55require (
6- github.com/ibm-hyper-protect/contract-go/v2 v2.21.0
6+ github.com/ibm-hyper-protect/contract-go/v2 v2.21.2
77 github.com/spf13/cobra v1.10.2
88 github.com/spf13/pflag v1.0.10
99 github.com/stretchr/testify v1.11.1
1010 gopkg.in/yaml.v3 v3.0.1
1111)
1212
1313require (
14- github.com/Masterminds/semver/v3 v3.4 .0 // indirect
14+ github.com/Masterminds/semver/v3 v3.5 .0 // indirect
1515 github.com/davecgh/go-spew v1.1.1 // indirect
1616 github.com/inconshreveable/mousetrap v1.1.0 // indirect
1717 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change 11github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
22github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
3+ github.com/Masterminds/semver/v3 v3.5.0 h1:kQceYJfbupGfZOKZQg0kou0DgAKhzDg2NZPAwZ/2OOE =
4+ github.com/Masterminds/semver/v3 v3.5.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
35github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
46github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
57github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
68github.com/ibm-hyper-protect/contract-go/v2 v2.20.0 h1:ThWQD2mHSQsWQMb1LK2SY63E0PQaDkHBqfPuPoxe/hg =
79github.com/ibm-hyper-protect/contract-go/v2 v2.20.0 /go.mod h1:VU8Tr3Kv8hvh8CBFl7PmNmqaavpoe2g+LIbRIpQ/cq8 =
810github.com/ibm-hyper-protect/contract-go/v2 v2.21.0 h1:YlprJwfDORBTezZkVVt3Foyl066v1sGtbu5YtbFDUpk =
911github.com/ibm-hyper-protect/contract-go/v2 v2.21.0 /go.mod h1:VU8Tr3Kv8hvh8CBFl7PmNmqaavpoe2g+LIbRIpQ/cq8 =
12+ github.com/ibm-hyper-protect/contract-go/v2 v2.21.2 h1:ljOTk1Om7e961BmHiQERDuo5InMfhLzQ8g4rY7Epdiw =
13+ github.com/ibm-hyper-protect/contract-go/v2 v2.21.2 /go.mod h1:tbxT+1Xpl4jyYhK2scBO/OTl7/iM2HOoAQxkjdbnY7A =
1014github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
1115github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
1216github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments