File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
## main / unreleased
2
2
3
+ ## 0.6.1 / 2023-07-16
4
+
5
+ * [ ENHANCEMENT] Add a command line option to force chmod on the receiving unix socket. #45
6
+
3
7
## 0.6.0 / 2023-07-16
4
8
5
9
* [ FEATURE] Add support for connecting to chrony using unix datagram sockets. #35
Original file line number Diff line number Diff line change 1
- 0.6.0
1
+ 0.6.1
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/alecthomas/kingpin/v2 v2.3.2
7
- github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23
7
+ github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5
8
8
github.com/go-kit/log v0.2.1
9
9
github.com/prometheus/client_golang v1.16.0
10
10
github.com/prometheus/common v0.44.0
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
12
12
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
13
13
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
14
14
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
15
- github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23 h1:2bNmQUpwOmOwPrUFts4znQaefE8fYMzf3yutKzWztWM =
16
- github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23 /go.mod h1:dfouHrgxDA7FxAzPYOFIGHFcrFlG2trLpeLtA5+hs+Q =
15
+ github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5 h1:mm9bQe2HJ8wPPIaMs4cSghpYdB7uaaJy4dH4ixdNi+A =
16
+ github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5 /go.mod h1:dfouHrgxDA7FxAzPYOFIGHFcrFlG2trLpeLtA5+hs+Q =
17
17
github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU =
18
18
github.com/go-kit/log v0.2.1 /go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0 =
19
19
github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA =
You can’t perform that action at this time.
0 commit comments