Skip to content

Commit 576458c

Browse files
authored
run go mod tidy in hack/toolz (#1510)
* run go mod tidy in hack/toolz Signed-off-by: Bob Callaway <bcallaway@google.com> * update changelog for v1.2.1 Signed-off-by: Bob Callaway <bcallaway@google.com> --------- Signed-off-by: Bob Callaway <bcallaway@google.com>
1 parent 20a9951 commit 576458c

3 files changed

Lines changed: 1091 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.2.1
2+
3+
## Bug Fixes
4+
* run go mod tidy in hack/tools (#1510)
5+
6+
## Contributors
7+
* Bob Callaway
8+
19
# v1.2.0
210

311
## Functional Enhancements

hack/tools/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ require (
9191
github.com/prometheus/client_model v0.4.0 // indirect
9292
github.com/prometheus/common v0.42.0 // indirect
9393
github.com/prometheus/procfs v0.9.0 // indirect
94+
github.com/prometheus/prometheus v0.35.0 // indirect
9495
github.com/rogpeppe/go-internal v1.9.0 // indirect
9596
github.com/shopspring/decimal v1.3.1 // indirect
9697
github.com/spf13/afero v1.9.2 // indirect

0 commit comments

Comments
 (0)