File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
99 github.com/linode/go-metadata v0.2.1
1010 github.com/linode/linodego v1.49.0
1111 github.com/sirupsen/logrus v1.9.3
12- golang.org/x/oauth2 v0.28.0
1312)
1413
1514require (
@@ -19,7 +18,7 @@ require (
1918 github.com/go-resty/resty/v2 v2.16.5 // indirect
2019 github.com/google/go-querystring v1.1.0 // indirect
2120 golang.org/x/mod v0.17.0 // indirect
22- golang.org/x/net v0.37 .0 // indirect
21+ golang.org/x/net v0.38 .0 // indirect
2322 golang.org/x/sync v0.12.0 // indirect
2423 golang.org/x/sys v0.31.0 // indirect
2524 golang.org/x/text v0.23.0 // indirect
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
3232github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
3333golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA =
3434golang.org/x/mod v0.17.0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
35- golang.org/x/net v0.37 .0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
36- golang.org/x/net v0.37 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
35+ golang.org/x/net v0.38 .0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
36+ golang.org/x/net v0.38 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
3737golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc =
3838golang.org/x/oauth2 v0.28.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
3939golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw =
You can’t perform that action at this time.
0 commit comments