Skip to content

Commit d7e0b41

Browse files
fix(deps): update all patch dependencies
1 parent a075b10 commit d7e0b41

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.7
55
replace github.com/theopenlane/riverboat/trustcenter => ./trustcenter
66

77
require (
8-
github.com/99designs/gqlgen v0.17.87
8+
github.com/99designs/gqlgen v0.17.88
99
github.com/gertd/go-pluralize v0.2.1
1010
github.com/go-chi/chi/v5 v5.2.5
1111
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1
@@ -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.11
34+
github.com/theopenlane/core/common v1.0.12
3535
github.com/theopenlane/dbx v0.1.3
36-
github.com/theopenlane/go-client v0.8.5
36+
github.com/theopenlane/go-client v0.8.6
3737
github.com/theopenlane/httpsling v0.3.0
3838
github.com/theopenlane/iam v0.25.0
3939
github.com/theopenlane/newman v0.2.2

trustcenter/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.25.7
55
require (
66
github.com/riverqueue/river v0.31.0
77
github.com/rs/zerolog v1.34.0
8-
github.com/theopenlane/core/common v1.0.11
8+
github.com/theopenlane/core/common v1.0.12
99
github.com/theopenlane/corejobs v0.1.17
10-
github.com/theopenlane/riverboat v0.9.6
10+
github.com/theopenlane/riverboat v0.9.7
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)