File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/moov-io/wire
22
3- go 1.21
3+ go 1.23.0
4+
5+ toolchain go1.24.5
46
57require (
68 github.com/antihax/optional v1.0.0
@@ -10,7 +12,7 @@ require (
1012 github.com/prometheus/client_golang v1.20.2
1113 github.com/stretchr/testify v1.9.0
1214 golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
13- golang.org/x/oauth2 v0.22 .0
15+ golang.org/x/oauth2 v0.27 .0
1416 golang.org/x/text v0.17.0
1517)
1618
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
100100golang.org/x/oauth2 v0.21.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
101101golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA =
102102golang.org/x/oauth2 v0.22.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
103+ golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
104+ golang.org/x/oauth2 v0.27.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
103105golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU =
104106golang.org/x/sys v0.16.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
105107golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y =
You can’t perform that action at this time.
0 commit comments