Skip to content

Commit

Permalink
Upgrade martian/v3 to latest@0f7e679.
Browse files Browse the repository at this point in the history
This fixed this: google/martian#336

Change-Id: I5d83628918e140ecf2136f289603371038ad5aa5
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/841450
Commit-Queue: Hao Wu <haowoo@google.com>
Reviewed-by: Leandro Lovisolo <lovisolo@google.com>
Commit-Queue: Leandro Lovisolo <lovisolo@google.com>
Auto-Submit: Hao Wu <haowoo@google.com>
  • Loading branch information
wuhao5 authored and SkCQ committed Apr 16, 2024
1 parent 215c20e commit 61056bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ require (
github.com/google/go-replayers/httpreplay v1.2.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148 // indirect
github.com/google/martian/v3 v3.3.2 // indirect
github.com/google/martian/v3 v3.3.3-0.20220816151257-0f7e6797a04d // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIG
github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=
github.com/google/martian/v3 v3.3.2 h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw=
github.com/google/martian/v3 v3.3.2/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk=
github.com/google/martian/v3 v3.3.3-0.20220816151257-0f7e6797a04d h1:h4YaJSE986q8iYHs6xbfHJ2tIq+TRwcM/DAl/yML2ic=
github.com/google/martian/v3 v3.3.3-0.20220816151257-0f7e6797a04d/go.mod h1:iEPrYcgCF7jA9OtScMFQyAlZZ4YXTKEtJ1E6RWzmBA0=
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc=
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc=
github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
Expand Down
4 changes: 2 additions & 2 deletions go_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,8 @@ def go_repositories():
go_repository(
name = "com_github_google_martian_v3",
importpath = "github.com/google/martian/v3",
sum = "h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw=",
version = "v3.3.2",
sum = "h1:h4YaJSE986q8iYHs6xbfHJ2tIq+TRwcM/DAl/yML2ic=",
version = "v3.3.3-0.20220816151257-0f7e6797a04d",
)
go_repository(
name = "com_github_google_pprof",
Expand Down

0 comments on commit 61056bf

Please sign in to comment.