Skip to content

Commit 89852a7

Browse files
v0.4.0 release
1 parent 6e21376 commit 89852a7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# goatCLI changelog
22

3-
## next
3+
## v0.4.0
44

55
* NEW: add support for measurement status checks (`status` subcommand)
66
* NEW: add support for measurement scheduling (`measure` subcommand)

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
probeSpecReuse string
4646
)
4747

48-
const version = "v0.3.0+"
48+
const version = "v0.4.0"
4949
const CLIName = "goatCLI " + version
5050

5151
var defaultConfigDir = os.Getenv("HOME") + "/.config"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require github.com/go-ini/ini v1.66.4
66

77
require (
88
github.com/google/uuid v1.3.0
9-
github.com/robert-kisteleki/goatapi v0.3.0
9+
github.com/robert-kisteleki/goatapi v0.4.0
1010
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
1111
)
1212

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
1010
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
1111
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1212
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
13-
github.com/robert-kisteleki/goatapi v0.3.0 h1:jR9Y1Y2GcOjpwOM5OQ5eqA7kL8NBKpnNt7kfdpZTb4c=
14-
github.com/robert-kisteleki/goatapi v0.3.0/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0=
13+
github.com/robert-kisteleki/goatapi v0.4.0 h1:ObBjat1nt3CK54AUH+8Gs4oC3YWiGkhsxg2VmNcLl5M=
14+
github.com/robert-kisteleki/goatapi v0.4.0/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0=
1515
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
1616
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
1717
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=

0 commit comments

Comments
 (0)