Skip to content

Commit

Permalink
Bump github.com/agoda-com/opentelemetry-logs-go from 0.5.0 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [github.com/agoda-com/opentelemetry-logs-go](https://github.com/agoda-com/opentelemetry-logs-go) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/agoda-com/opentelemetry-logs-go/releases)
- [Changelog](https://github.com/agoda-com/opentelemetry-logs-go/blob/master/CHANGELOG.md)
- [Commits](agoda-com/opentelemetry-logs-go@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/agoda-com/opentelemetry-logs-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 8a3c8ec commit ffa51a3
Show file tree
Hide file tree
Showing 7 changed files with 230 additions and 35 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.4

require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/agoda-com/opentelemetry-logs-go v0.5.0
github.com/agoda-com/opentelemetry-logs-go v0.5.1
github.com/benbjohnson/clock v1.3.5
github.com/go-kit/kit v0.13.0
github.com/golang/snappy v0.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMx
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c=
github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
github.com/agoda-com/opentelemetry-logs-go v0.5.0 h1:9L6hRUiOX/Laoazk3u2hTdcMDOpkQXi2kMg5YBYA/I4=
github.com/agoda-com/opentelemetry-logs-go v0.5.0/go.mod h1:35B5ypjX5pkVCPJR01i6owJSYWe8cnbWLpEyHgAGD/E=
github.com/agoda-com/opentelemetry-logs-go v0.5.1 h1:6iQrLaY4M0glBZb/xVN559qQutK4V+HJ/mB1cbwaX3c=
github.com/agoda-com/opentelemetry-logs-go v0.5.1/go.mod h1:35B5ypjX5pkVCPJR01i6owJSYWe8cnbWLpEyHgAGD/E=
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 15 additions & 10 deletions vendor/github.com/agoda-com/opentelemetry-logs-go/logs/logs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
## explicit
github.com/Knetic/govaluate
# github.com/agoda-com/opentelemetry-logs-go v0.5.0
# github.com/agoda-com/opentelemetry-logs-go v0.5.1
## explicit; go 1.21
github.com/agoda-com/opentelemetry-logs-go
github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/otlplogs
Expand Down

0 comments on commit ffa51a3

Please sign in to comment.