Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ethpandaops/xatu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c9e07c30045d6e2bf7464bc786ac44a48c1aa741
Choose a base ref
..
head repository: ethpandaops/xatu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8f1a6570f4fa24ab904add396c1701697dd95e8
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 go.mod
  2. +1 −1 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ require (
github.com/ethpandaops/ethcore v0.0.0-20240306031202-16f9e1926c0c
github.com/ethpandaops/ethwallclock v0.3.0
github.com/go-co-op/gocron v1.16.2
github.com/go-co-op/gocron/v2 v2.2.5
github.com/go-co-op/gocron/v2 v2.2.6
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
github.com/google/uuid v1.6.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ github.com/go-co-op/gocron v1.16.2 h1:p9ghzsN5PqqPyWXYDO2JlvD1DOUNT8pPSyGYC62XBc
github.com/go-co-op/gocron v1.16.2/go.mod h1:W/N9G7bntRo5fVQlmjncvqSt74jxCxHfjyHlgcB33T8=
github.com/go-co-op/gocron v1.27.1 h1:fYmK6COvF3rdFBbB4yQGWaf6TKIMjPv+1oaFrVx9bl8=
github.com/go-co-op/gocron v1.27.1/go.mod h1:39f6KNSGVOU1LO/ZOoZfcSxwlsJDQOKSu8erN0SH48Y=
github.com/go-co-op/gocron/v2 v2.2.5/go.mod h1:igssOwzZkfcnu3m2kwnCf/mYj4SmhP9ecSgmYjCOHkk=
github.com/go-co-op/gocron/v2 v2.2.6/go.mod h1:mZx3gMSlFnb97k3hRqX3+GdlG3+DUwTh6B8fnsTScXg=
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=
github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=