blob: 7384cb507055044d3d483fdf43a9c4481b6a75f3 [file] [log] [blame]
gioe72b54f2024-04-22 10:44:41 +04001module github.com/giolekva/pcloud/core/dns-api
2
3go 1.21.5
4
5require (
6 github.com/Masterminds/sprig/v3 v3.2.3
7 github.com/miekg/dns v1.1.59
8)
9
10require (
11 github.com/Masterminds/goutils v1.1.1 // indirect
12 github.com/Masterminds/semver/v3 v3.2.0 // indirect
13 github.com/google/uuid v1.1.1 // indirect
14 github.com/huandu/xstrings v1.3.3 // indirect
15 github.com/imdario/mergo v0.3.11 // indirect
16 github.com/mitchellh/copystructure v1.0.0 // indirect
17 github.com/mitchellh/reflectwalk v1.0.0 // indirect
18 github.com/shopspring/decimal v1.2.0 // indirect
19 github.com/spf13/cast v1.3.1 // indirect
20 golang.org/x/crypto v0.21.0 // indirect
21 golang.org/x/mod v0.16.0 // indirect
22 golang.org/x/net v0.22.0 // indirect
23 golang.org/x/sys v0.18.0 // indirect
24 golang.org/x/tools v0.19.0 // indirect
25)