Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 3d4e7c0

Browse files
Bump github.com/ethereum-optimism/optimism from 1.0.7 to 1.0.8 (#120)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 034f18b commit 3d4e7c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/base-org/pessimism
33
go 1.19
44

55
require (
6-
github.com/ethereum-optimism/optimism v1.0.7
6+
github.com/ethereum-optimism/optimism v1.0.8
77
github.com/ethereum/go-ethereum v1.11.6
88
github.com/go-chi/chi v1.5.4
99
github.com/go-chi/render v1.0.3

Diff for: go.sum

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ github.com/dgraph-io/badger v1.6.2 h1:mNw0qs90GVgGGWylh0umH5iag1j6n/PeJtNvL6KY/x
121121
github.com/dgraph-io/ristretto v0.0.2 h1:a5WaUrDa0qm0YrAAS1tUykT5El3kt62KNZZeMxQn3po=
122122
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
123123
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
124-
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
124+
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
125125
github.com/docker/docker v20.10.24+incompatible h1:Ugvxm7a8+Gz6vqQYQQ2W7GYq5EUPaAiuPgIfVyI3dYE=
126126
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
127127
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
@@ -146,8 +146,8 @@ github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z
146146
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3/go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs=
147147
github.com/ethereum-optimism/op-geth v1.101105.2-0.20230502202351-9cc072e922f6 h1:Fh9VBmDCwjVn8amx1Dfrx+hIh16C/FDkS17EN25MGO8=
148148
github.com/ethereum-optimism/op-geth v1.101105.2-0.20230502202351-9cc072e922f6/go.mod h1:X9t7oeerFMU9/zMIjZKT/jbIca+O05QqtBTLjL+XVeA=
149-
github.com/ethereum-optimism/optimism v1.0.7 h1:6bXTdEbNxJF/ewJ1/OcI+lKbMXza5arMqJ/6c8wKExY=
150-
github.com/ethereum-optimism/optimism v1.0.7/go.mod h1:UUA5ggDhTZ+LoA21ggZ6q6eLQ1O3fpV1xEbrbFi/+EQ=
149+
github.com/ethereum-optimism/optimism v1.0.8 h1:Rc4Vv+aQqSzpvvhAAFEL8sdXYDoBL79qbq36mX9XR6A=
150+
github.com/ethereum-optimism/optimism v1.0.8/go.mod h1:23Z6n3F0MRFZBasn956SjuqpCcVzMVLee9y21/y83i4=
151151
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072/go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8=
152152
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
153153
github.com/fjl/memsize v0.0.1 h1:+zhkb+dhUgx0/e+M8sF0QqiouvMQUiKR+QYvdxIOKcQ=

0 commit comments

Comments
 (0)