File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11module github.com/ThreeDotsLabs/watermill-googlecloud
22
3- go 1.21
4-
5- toolchain go1.22.5
3+ go 1.23.0
64
75require (
86 cloud.google.com/go v0.115.1 // indirect
@@ -12,12 +10,12 @@ require (
1210 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1311 github.com/google/uuid v1.6.0
1412 github.com/hashicorp/errwrap v1.1.0 // indirect
15- github.com/hashicorp/go-multierror v1.1.1
13+ github.com/hashicorp/go-multierror v1.1.1 // indirect
1614 github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
1715 github.com/pkg/errors v0.9.1
1816 github.com/stretchr/testify v1.9.0
1917 golang.org/x/net v0.28.0 // indirect
20- golang.org/x/oauth2 v0.22 .0 // indirect
18+ golang.org/x/oauth2 v0.27 .0 // indirect
2119 golang.org/x/sys v0.24.0 // indirect
2220 golang.org/x/text v0.17.0 // indirect
2321 google.golang.org/api v0.194.0
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwY
126126golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE =
127127golang.org/x/net v0.28.0 /go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg =
128128golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
129- golang.org/x/oauth2 v0.22 .0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA =
130- golang.org/x/oauth2 v0.22 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
129+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
130+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
131131golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
132132golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
133133golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments