Skip to content

Commit 42e57b1

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 4 additions & 4 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
@@ -17,7 +17,7 @@ require (
1717
github.com/knadh/koanf/providers/env/v2 v2.0.0
1818
github.com/knadh/koanf/providers/file v1.2.1
1919
github.com/knadh/koanf/providers/posflag v1.0.1
20-
github.com/knadh/koanf/v2 v2.3.2
20+
github.com/knadh/koanf/v2 v2.3.3
2121
github.com/mcuadros/go-defaults v1.2.0
2222
github.com/microcosm-cc/bluemonday v1.0.27
2323
github.com/prometheus/client_golang v1.23.2
@@ -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)