Commit f5622a6 1 parent 3ae669d commit f5622a6 Copy full SHA for f5622a6
File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:bug
2
+ eventlogger: Update library to v0.2.7 to address race condition
3
+ ```
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ require (
81
81
github.com/hashicorp/consul-template v0.33.0
82
82
github.com/hashicorp/consul/api v1.23.0
83
83
github.com/hashicorp/errwrap v1.1.0
84
- github.com/hashicorp/eventlogger v0.2.5
84
+ github.com/hashicorp/eventlogger v0.2.7
85
85
github.com/hashicorp/go-bexpr v0.1.12
86
86
github.com/hashicorp/go-cleanhttp v0.5.2
87
87
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
Original file line number Diff line number Diff line change @@ -2147,6 +2147,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY
2147
2147
github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
2148
2148
github.com/hashicorp/eventlogger v0.2.5 h1:Z2hqgJDNHAewz/kmluhpOWuC2Ts5JzF3mXt6N5MTr6U =
2149
2149
github.com/hashicorp/eventlogger v0.2.5 /go.mod h1://CHt6/j+Q2lc0NlUB5af4aS2M0c0aVBg9/JfcpAyhM =
2150
+ github.com/hashicorp/eventlogger v0.2.7 h1:6Y0lpWa7UUbVTsldIQNAeHfgs12iZJmEVapkPbYBEFE =
2151
+ github.com/hashicorp/eventlogger v0.2.7 /go.mod h1://CHt6/j+Q2lc0NlUB5af4aS2M0c0aVBg9/JfcpAyhM =
2150
2152
github.com/hashicorp/go-bexpr v0.1.12 h1:XrdVhmwu+9iYxIUWxsGVG7NQwrhzJZ0vR6nbN5bLgrA =
2151
2153
github.com/hashicorp/go-bexpr v0.1.12 /go.mod h1:ACktpcSySkFNpcxWSClFrut7wicd9WzisnvHuw+g9K8 =
2152
2154
github.com/hashicorp/go-cleanhttp v0.5.0 /go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80 =
You can’t perform that action at this time.
0 commit comments