Skip to content

Commit edfb29a

Browse files
authored
Merge branch 'main' into feat/aibom-stock-overlay-gke-inference
2 parents 51b7474 + b208b57 commit edfb29a

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/sigstore/sigstore/pkg/signature/kms/azure v1.10.9
2626
github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.10.9
2727
github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.10.9
28-
github.com/stretchr/testify v1.12.0
28+
github.com/stretchr/testify v1.12.1
2929
github.com/theupdateframework/go-tuf/v2 v2.4.2
3030
github.com/transparency-dev/formats v0.1.1
3131
github.com/transparency-dev/merkle v0.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ github.com/stretchr/objx v0.5.3 h1:jmXUvGomnU1o3W/V5h2VEradbpJDwGrzugQQvL0POH4=
453453
github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0=
454454
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
455455
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
456-
github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI=
457-
github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw=
456+
github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=
457+
github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg=
458458
github.com/terminalstatic/go-xsd-validate v0.1.6 h1:TenYeQ3eY631qNi1/cTmLH/s2slHPRKTTHT+XSHkepo=
459459
github.com/terminalstatic/go-xsd-validate v0.1.6/go.mod h1:18lsvYFofBflqCrvo1umpABZ99+GneNTw2kEEc8UPJw=
460460
github.com/theupdateframework/go-tuf v0.7.0 h1:CqbQFrWo1ae3/I0UCblSbczevCCbS31Qvs5LdxRWqRI=

vendor/github.com/stretchr/testify/assert/assertions.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.

vendor/github.com/stretchr/testify/assert/yaml/yaml_custom.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.

vendor/github.com/stretchr/testify/assert/yaml/yaml_default.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/stretchr/testify/assert/yaml/yaml_fail.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.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ github.com/spf13/pflag
866866
# github.com/stretchr/objx v0.5.3
867867
## explicit; go 1.20
868868
github.com/stretchr/objx
869-
# github.com/stretchr/testify v1.12.0
869+
# github.com/stretchr/testify v1.12.1
870870
## explicit; go 1.17
871871
github.com/stretchr/testify/assert
872872
github.com/stretchr/testify/assert/yaml

0 commit comments

Comments
 (0)