Skip to content

Commit 58055c6

Browse files
Update m-lab/go to v0.1.66 (#47)
* Update m-lab/go to v0.1.66 * Fix unit tests
1 parent aa390aa commit 58055c6

File tree

3 files changed

+24
-99
lines changed

3 files changed

+24
-99
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.18
55
require (
66
cloud.google.com/go/bigquery v1.45.0
77
github.com/googleapis/google-cloud-go-testing v0.0.0-20191008195207-8e1d251e947d
8-
github.com/m-lab/go v1.4.0
9-
github.com/prometheus/client_golang v1.6.0
8+
github.com/m-lab/go v0.1.66
9+
github.com/prometheus/client_golang v1.7.1
1010
github.com/spf13/afero v1.2.2
1111
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
1212
google.golang.org/api v0.103.0
@@ -17,7 +17,7 @@ require (
1717
cloud.google.com/go/compute v1.13.0 // indirect
1818
cloud.google.com/go/compute/metadata v0.2.1 // indirect
1919
cloud.google.com/go/iam v0.8.0 // indirect
20-
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 // indirect
20+
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1 // indirect
2121
github.com/beorn7/perks v1.0.1 // indirect
2222
github.com/cespare/xxhash/v2 v2.1.1 // indirect
2323
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
@@ -29,8 +29,7 @@ require (
2929
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
3030
github.com/prometheus/client_model v0.2.0 // indirect
3131
github.com/prometheus/common v0.10.0 // indirect
32-
github.com/prometheus/procfs v0.0.11 // indirect
33-
github.com/prometheus/prometheus v2.5.0+incompatible // indirect
32+
github.com/prometheus/procfs v0.1.3 // indirect
3433
go.opencensus.io v0.24.0 // indirect
3534
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
3635
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect

0 commit comments

Comments
 (0)