mirror of
https://code.forgejo.org/actions/ovh-dns-update.git
synced 2024-11-22 07:01:01 -05:00
15 lines
426 B
Modula-2
15 lines
426 B
Modula-2
// SPDX-FileCopyrightText: 2023 Olivier Charvin <git@olivier.pfad.fr>
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
module ovh-dns-update
|
|
|
|
go 1.21.0
|
|
|
|
require github.com/ovh/go-ovh v1.4.1
|
|
|
|
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
|
|
)
|