File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 4545 probeSpecReuse string
4646)
4747
48- const version = "v0.3.0+ "
48+ const version = "v0.4.0 "
4949const CLIName = "goatCLI " + version
5050
5151var defaultConfigDir = os .Getenv ("HOME" ) + "/.config"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require github.com/go-ini/ini v1.66.4
66
77require (
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
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
1010github.com/miekg/dns v1.1.50 /go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME =
1111github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1212github.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 =
1515github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
1616github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s =
1717github.com/stretchr/testify v1.7.2 /go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals =
You can’t perform that action at this time.
0 commit comments