• Joshua Gutow's avatar
    go: Remove individual versions for bedrock code · 218a5ddd
    Joshua Gutow authored
    The following packages had their go.mod file removed:
    * op-e2e
    * op-batcher
    * op-bindings
    * op-chain-ops
    * op-node
    * op-proposer
    * op-service
    * op-signer
    
    They all had cross dependencies previously and used a go.work file
    to assume they could be built on the latest code rather than on
    the versioned code.
    
    This means that all of these packages are versioned with the root
    go.mod. For packages that still have a mod file, they are versioned
    independently.
    218a5ddd
Name
Last commit
Last update
..
chaincfg Loading commit data...
client Loading commit data...
cmd Loading commit data...
eth Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
sources Loading commit data...
testlog Loading commit data...
testutils Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
docker.go.work Loading commit data...
service.go Loading commit data...