|
|
|
module git.jpi.io/amery/jpictl
|
|
|
|
|
|
|
|
go 1.21
|
|
|
|
|
|
|
|
require (
|
|
|
|
asciigoat.org/core v0.3.9 // indirect
|
|
|
|
asciigoat.org/ini v0.2.5
|
|
|
|
darvaza.org/cache/x/simplelru v0.1.8 // indirect
|
|
|
|
darvaza.org/core v0.14.2
|
|
|
|
darvaza.org/resolver v0.9.2
|
|
|
|
darvaza.org/sidecar v0.4.0
|
|
|
|
darvaza.org/slog v0.5.7
|
|
|
|
darvaza.org/slog/handlers/discard v0.4.11
|
|
|
|
darvaza.org/slog/handlers/filter v0.4.9 // indirect
|
|
|
|
darvaza.org/slog/handlers/zerolog v0.4.9 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gofrs/uuid/v5 v5.2.0
|
|
|
|
github.com/hack-pad/hackpadfs v0.2.1
|
|
|
|
github.com/libdns/cloudflare v0.1.1
|
|
|
|
github.com/libdns/libdns v0.2.2
|
|
|
|
github.com/spf13/cobra v1.8.0
|
|
|
|
golang.org/x/crypto v0.25.0
|
|
|
|
golang.org/x/net v0.27.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/miekg/dns v1.1.59 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
|
|
github.com/rs/zerolog v1.33.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
|
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
|
|
)
|