Updated to version 0.3.0

This commit is contained in:
GoodiesHQ 2025-11-06 03:40:40 -08:00
parent 52e541e087
commit edd9651f56
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import (
"github.com/rs/zerolog/log"
)
const VERSION = "0.2.0"
const VERSION = "0.3.0"
const DEFAULT_CONFIG_FILE = "cfdns.yaml"
type CLIFlags struct {

2
go.mod
View file

@ -4,13 +4,13 @@ go 1.25
require (
github.com/cloudflare/cloudflare-go v0.116.0
github.com/goodieshq/goropo v0.1.2
github.com/rs/zerolog v1.34.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/goccy/go-json v0.10.5 // indirect
github.com/goodieshq/goropo v0.1.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect