ovh-dns-update/go.mod
Renovate Bot ad4f17c9da Update module github.com/ovh/go-ovh to v1.7.0 (#20)
Reviewed-on: https://code.forgejo.org/forgejo/ovh-dns-update/pulls/20
Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-02-07 08:12:49 +00:00

23 lines
605 B
Modula-2

// SPDX-FileCopyrightText: 2023 Olivier Charvin <git@olivier.pfad.fr>
// SPDX-License-Identifier: CC0-1.0
module ovh-dns-update
go 1.23
toolchain go1.23.5
require (
github.com/ovh/go-ovh v1.7.0
github.com/sethvargo/go-githubactions v1.3.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)