Skip to content

Commit

Permalink
Merge pull request #479 from ava-labs/v1.9.0-update
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Oct 13, 2022
2 parents 624a033 + 0097d85 commit 2858d83
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/ava-labs/ortelius
go 1.18

require (
github.com/ava-labs/avalanchego v1.9.0-fuji
github.com/ava-labs/coreth v0.11.0-rc.0
github.com/ava-labs/avalanchego v1.9.0
github.com/ava-labs/coreth v0.11.0-rc.4
github.com/ethereum/go-ethereum v1.10.25
github.com/go-sql-driver/mysql v1.6.0
github.com/gocraft/dbr/v2 v2.7.2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/ava-labs/avalanchego v1.9.0-fuji h1:73QeUu0yfMAqCYQfblNfE4ChK/KOUJynjiKn8OQb0Fw=
github.com/ava-labs/avalanchego v1.9.0-fuji/go.mod h1:ljSY5fAy3PplFdVf275L29yYOlhwQs2I3ioVknWbA80=
github.com/ava-labs/coreth v0.11.0-rc.0 h1:/AylBhortLB7fKOuhahZWBxSlZ6tR+SJ7acVj7LL4S8=
github.com/ava-labs/coreth v0.11.0-rc.0/go.mod h1:IhfO9oA8KicFyYZA3nIqjV/TS6xzAqT5ml2QKfNGtGA=
github.com/ava-labs/avalanchego v1.9.0 h1:9H6LZMVH9aSUJXviyBxn9owX8Dgs4azN7ojRsqLQpq0=
github.com/ava-labs/avalanchego v1.9.0/go.mod h1:F0VZ+ukCllfz8VT79wZQlcRsTh1sbCCi5iWIhbLG8BQ=
github.com/ava-labs/coreth v0.11.0-rc.4 h1:oYZMWZcXYa4dH2hQBIAH/DD0rL2cB3btPGdabpCH5Ug=
github.com/ava-labs/coreth v0.11.0-rc.4/go.mod h1:IhfO9oA8KicFyYZA3nIqjV/TS6xzAqT5ml2QKfNGtGA=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down

0 comments on commit 2858d83

Please sign in to comment.