Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logger: bump github.com/google/go-cmp from 0.5.0 to 0.5.5. #47

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump github.com/blacklane/go-libs/tracking in /logger (#38)
Bumps [github.com/blacklane/go-libs/tracking](https://github.com/blacklane/go-libs) from 0.0.1 to 0.2.1.
- [Release notes](https://github.com/blacklane/go-libs/releases)
- [Commits](logger/v0.0.1...tracking/v0.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giulliano Bueno <53574590+giulliano-bueno@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and giulliano-bueno authored Mar 9, 2021
commit e4f05479c947d6255ff093c4183c1878eec2bcd6
2 changes: 1 addition & 1 deletion logger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/blacklane/go-libs/logger
go 1.14

require (
github.com/blacklane/go-libs/tracking v0.0.1
github.com/blacklane/go-libs/tracking v0.2.1
github.com/blacklane/go-libs/x/events v0.0.0-20200729083625-bff51d3ec664
github.com/google/go-cmp v0.5.0
github.com/rs/zerolog v1.18.0
Expand Down
3 changes: 3 additions & 0 deletions logger/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/blacklane/go-libs/logger v0.2.0/go.mod h1:cF10lTGctsI9dlYO1Splz2isIEDKYVakibH6vUFU6dQ=
github.com/blacklane/go-libs/tracking v0.0.1 h1:kNZceY8BAkS/JYyJzaYyPdv8wNoC9OJUEg4ybUCrl8w=
github.com/blacklane/go-libs/tracking v0.0.1/go.mod h1:mnDJmT2e0oqtVY5qoQNSrdP5kPMe/XOpNQ3WeVNiM7U=
github.com/blacklane/go-libs/tracking v0.2.1 h1:rGpVB5Eiv1Ert9iAjCzEb55GX6ocNLxDxL7fQBN1tx0=
github.com/blacklane/go-libs/tracking v0.2.1/go.mod h1:l9W5ytCjN/aej7NqC2D+ayC0AmQxfjZikmIAVKWPdN4=
github.com/blacklane/go-libs/x/events v0.0.0-20200729083625-bff51d3ec664 h1:IXFmjxcEY3IYu/Ue8ZivelmDSQXuiAPX1eFAZop8C/g=
github.com/blacklane/go-libs/x/events v0.0.0-20200729083625-bff51d3ec664/go.mod h1:9XVqU/pwOlbeFpSzzFIGm+iSWXmIYiTJyvOL38XoIzQ=
github.com/caarlos0/env v3.5.0+incompatible/go.mod h1:tdCsowwCzMLdkqRYDlHpZCp2UooDD3MspDBjZ2AD02Y=
Expand Down