Skip to content

Commit

Permalink
Bump the global group with 2 updates (#188)
Browse files Browse the repository at this point in the history
Bumps the global group with 2 updates: [github.com/chia-network/go-chia-libs](https://github.com/chia-network/go-chia-libs) and [github.com/chia-network/go-modules](https://github.com/chia-network/go-modules).


Updates `github.com/chia-network/go-chia-libs` from 0.14.2 to 0.15.2
- [Release notes](https://github.com/chia-network/go-chia-libs/releases)
- [Commits](Chia-Network/go-chia-libs@v0.14.2...v0.15.2)

Updates `github.com/chia-network/go-modules` from 0.0.5 to 0.0.7
- [Release notes](https://github.com/chia-network/go-modules/releases)
- [Commits](Chia-Network/go-modules@v0.0.5...v0.0.7)

---
updated-dependencies:
- dependency-name: github.com/chia-network/go-chia-libs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global
- dependency-name: github.com/chia-network/go-modules
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 848f6c7 commit 5b16261
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/chia-network/chia-exporter
go 1.21

require (
github.com/chia-network/go-chia-libs v0.14.2
github.com/chia-network/go-modules v0.0.5
github.com/chia-network/go-chia-libs v0.15.2
github.com/chia-network/go-modules v0.0.7
github.com/go-sql-driver/mysql v1.8.1
github.com/oschwald/maxminddb-golang v1.13.1
github.com/prometheus/client_golang v1.20.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chia-network/go-chia-libs v0.14.2 h1:CMXPaxnyxT295T4kDohUzbEltgp6TMsIhFKgZ3qDJwk=
github.com/chia-network/go-chia-libs v0.14.2/go.mod h1:npTqaFSjTdMxE7hc0LOmWJmWGqcs+IERarK5fDxXk/I=
github.com/chia-network/go-modules v0.0.5 h1:5luTVlP6RgBXodnFcWFBk2sLdJn+6vQ4wObim683C7c=
github.com/chia-network/go-modules v0.0.5/go.mod h1:5AiYBxQSvf2aFSOizTqFXXSeb9AucZWrWmRCVwUMO3A=
github.com/chia-network/go-chia-libs v0.15.2 h1:zhevELM1r/WFo9zUP2vcptfiP+bfMZqqDQ0G82iWqNs=
github.com/chia-network/go-chia-libs v0.15.2/go.mod h1:npTqaFSjTdMxE7hc0LOmWJmWGqcs+IERarK5fDxXk/I=
github.com/chia-network/go-modules v0.0.7 h1:l3EV5rGrE2Rvoxyhbxfk4cZy2Pc/l2hNQ54pmB/+NE4=
github.com/chia-network/go-modules v0.0.7/go.mod h1:ZoHvOfnjNj3ydtJxXMxBxM0fBXMWiPlj13IlYgpSj8I=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 5b16261

Please sign in to comment.