Skip to content

Commit f5622a6

Browse files
authored
bump eventlogger dependency to v0.2.7 (#24305)
1 parent 3ae669d commit f5622a6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

changelog/24305.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
eventlogger: Update library to v0.2.7 to address race condition
3+
```

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ require (
8181
github.com/hashicorp/consul-template v0.33.0
8282
github.com/hashicorp/consul/api v1.23.0
8383
github.com/hashicorp/errwrap v1.1.0
84-
github.com/hashicorp/eventlogger v0.2.5
84+
github.com/hashicorp/eventlogger v0.2.7
8585
github.com/hashicorp/go-bexpr v0.1.12
8686
github.com/hashicorp/go-cleanhttp v0.5.2
8787
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -2147,6 +2147,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY
21472147
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
21482148
github.com/hashicorp/eventlogger v0.2.5 h1:Z2hqgJDNHAewz/kmluhpOWuC2Ts5JzF3mXt6N5MTr6U=
21492149
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=
21502152
github.com/hashicorp/go-bexpr v0.1.12 h1:XrdVhmwu+9iYxIUWxsGVG7NQwrhzJZ0vR6nbN5bLgrA=
21512153
github.com/hashicorp/go-bexpr v0.1.12/go.mod h1:ACktpcSySkFNpcxWSClFrut7wicd9WzisnvHuw+g9K8=
21522154
github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=

0 commit comments

Comments
 (0)