// SPDX-FileCopyrightText: 2023 Olivier Charvin // SPDX-License-Identifier: CC0-1.0 module ovh-dns-update go 1.23.0 toolchain go1.23.10 require ( github.com/ovh/go-ovh v1.7.0 github.com/sethvargo/go-githubactions v1.3.1 ) require ( github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/oauth2 v0.27.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )