Skip to content

Commit d6c619f

Browse files
Update all patch dependencies
1 parent 2e06b85 commit d6c619f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ require (
3131
github.com/spf13/cobra v1.10.2
3232
github.com/stoewer/go-strcase v1.3.1
3333
github.com/stretchr/testify v1.11.1
34-
github.com/theopenlane/core/common v1.0.17
34+
github.com/theopenlane/core/common v1.0.19
3535
github.com/theopenlane/dbx v0.1.3
36-
github.com/theopenlane/go-client v0.9.3
36+
github.com/theopenlane/go-client v0.9.4
3737
github.com/theopenlane/httpsling v0.3.0
3838
github.com/theopenlane/iam v0.27.5
3939
github.com/theopenlane/newman v0.2.2
@@ -137,4 +137,4 @@ require (
137137
gopkg.in/yaml.v3 v3.0.1 // indirect
138138
)
139139

140-
replace github.com/hhrutter/pkcs7 => github.com/hhrutter/pkcs7 v0.2.0
140+
replace github.com/hhrutter/pkcs7 => github.com/hhrutter/pkcs7 v0.2.2

trustcenter/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.25.8
55
require (
66
github.com/riverqueue/river v0.33.0
77
github.com/rs/zerolog v1.35.0
8-
github.com/theopenlane/core/common v1.0.17
8+
github.com/theopenlane/core/common v1.0.19
99
github.com/theopenlane/corejobs v0.1.21
10-
github.com/theopenlane/riverboat v0.9.9
10+
github.com/theopenlane/riverboat v0.9.10
1111
)
1212

1313
require (
@@ -102,4 +102,4 @@ require (
102102
gopkg.in/yaml.v3 v3.0.1 // indirect
103103
)
104104

105-
replace github.com/hhrutter/pkcs7 => github.com/hhrutter/pkcs7 v0.2.0
105+
replace github.com/hhrutter/pkcs7 => github.com/hhrutter/pkcs7 v0.2.2

0 commit comments

Comments
 (0)