ovh-dns-update/go.mod

20 lines
437 B
Modula-2
Raw Normal View History

2023-08-18 05:31:27 -04:00
// SPDX-FileCopyrightText: 2023 Olivier Charvin <git@olivier.pfad.fr>
// SPDX-License-Identifier: CC0-1.0
module ovh-dns-update
2024-12-04 10:31:13 -05:00
go 1.23
2023-08-18 05:31:27 -04:00
2024-12-04 10:31:13 -05:00
toolchain go1.23.4
2024-12-04 10:31:13 -05:00
require (
github.com/ovh/go-ovh v1.4.1
github.com/sethvargo/go-githubactions v1.1.0
)
2023-08-18 05:31:27 -04:00
require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sethvargo/go-envconfig v0.8.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)