From edd9651f56ae0f10555424379e0a03775016db5d Mon Sep 17 00:00:00 2001 From: GoodiesHQ Date: Thu, 6 Nov 2025 03:40:40 -0800 Subject: [PATCH] Updated to version 0.3.0 --- cmd/main.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index 26bdece..288bd89 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -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 { diff --git a/go.mod b/go.mod index 1128fa8..3bff873 100644 --- a/go.mod +++ b/go.mod @@ -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