Skip to content

Commit

Permalink
chore: bump contracts-abi to version v0.1.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Feb 5, 2024
1 parent 166d166 commit 0d20ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ require (
github.com/ethereum/go-ethereum v1.13.5
github.com/google/go-cmp v0.6.0
github.com/lib/pq v1.10.9
github.com/primevprotocol/contracts-abi v0.1.3-0.20240131094253-30834a4dec8d
github.com/primevprotocol/contracts-abi v0.1.3-rc1
github.com/prometheus/client_golang v1.14.0
github.com/rs/zerolog v1.31.0
github.com/testcontainers/testcontainers-go v0.27.0
github.com/urfave/cli/v2 v2.27.1
golang.org/x/crypto v0.18.0
gopkg.in/yaml.v2 v2.4.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
github.com/primevprotocol/contracts-abi v0.1.3-0.20240131094253-30834a4dec8d h1:9Yg8SxGPvE6eAffiCXEGFZYIkYaWTnaHW7cBjUEWhp4=
github.com/primevprotocol/contracts-abi v0.1.3-0.20240131094253-30834a4dec8d/go.mod h1:dE2KkvEqC+itvPa3SCrqQfvH5Hfnfn6omNRwWDTdIp8=
github.com/primevprotocol/contracts-abi v0.1.3-rc1 h1:8EtByLKyU0NCA75kDDnr8q7av0fBmOFKcwwNn9aWH0o=
github.com/primevprotocol/contracts-abi v0.1.3-rc1/go.mod h1:dE2KkvEqC+itvPa3SCrqQfvH5Hfnfn6omNRwWDTdIp8=
github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand Down

0 comments on commit 0d20ac4

Please sign in to comment.