Update golang packages to v1.23

This commit is contained in:
Renovate Bot 2024-12-04 15:31:13 +00:00
parent 815e327c39
commit 631fddb16a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 8AC4BEEB5900F976
2 changed files with 8 additions and 4 deletions

10
go.mod
View file

@ -2,16 +2,18 @@
// SPDX-License-Identifier: CC0-1.0
module ovh-dns-update
go 1.21
go 1.23
toolchain go1.21.13
toolchain go1.23.4
require github.com/ovh/go-ovh v1.4.1
require (
github.com/ovh/go-ovh v1.4.1
github.com/sethvargo/go-githubactions v1.1.0
)
require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sethvargo/go-envconfig v0.8.0 // indirect
github.com/sethvargo/go-githubactions v1.1.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

2
go.sum
View file

@ -1,5 +1,7 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/jarcoal/httpmock v1.3.0 h1:2RJ8GP0IIaWwcC9Fp2BmVi8Kog3v2Hn7VXM3fTd+nuc=
github.com/jarcoal/httpmock v1.3.0/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/maxatome/go-testdeep v1.12.0 h1:Ql7Go8Tg0C1D/uMMX59LAoYK7LffeJQ6X2T04nTH68g=