diff --git a/CHANGES.md b/CHANGES.md index 142983b..9a7473d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # goatCLI changelog -## next +## v0.4.0 * NEW: add support for measurement status checks (`status` subcommand) * NEW: add support for measurement scheduling (`measure` subcommand) diff --git a/config.go b/config.go index 933323b..03578f0 100644 --- a/config.go +++ b/config.go @@ -45,7 +45,7 @@ var ( probeSpecReuse string ) -const version = "v0.3.0+" +const version = "v0.4.0" const CLIName = "goatCLI " + version var defaultConfigDir = os.Getenv("HOME") + "/.config" diff --git a/go.mod b/go.mod index 94cc067..89eb7a2 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require github.com/go-ini/ini v1.66.4 require ( github.com/google/uuid v1.3.0 - github.com/robert-kisteleki/goatapi v0.3.0 + github.com/robert-kisteleki/goatapi v0.4.0 golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf ) diff --git a/go.sum b/go.sum index fb17abc..a258af0 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA= github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/robert-kisteleki/goatapi v0.3.0 h1:jR9Y1Y2GcOjpwOM5OQ5eqA7kL8NBKpnNt7kfdpZTb4c= -github.com/robert-kisteleki/goatapi v0.3.0/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0= +github.com/robert-kisteleki/goatapi v0.4.0 h1:ObBjat1nt3CK54AUH+8Gs4oC3YWiGkhsxg2VmNcLl5M= +github.com/robert-kisteleki/goatapi v0.4.0/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s= github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=