• 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
..
bindings/legacy/scc Loading commit data...
cmd/indexer Loading commit data...
contracts/ERC20.sol Loading commit data...
db Loading commit data...
flags Loading commit data...
integration_tests Loading commit data...
metrics Loading commit data...
server Loading commit data...
services Loading commit data...
CHANGELOG.md Loading commit data...
Dockerfile Loading commit data...
Makefile Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
crypto.go Loading commit data...
crypto_test.go Loading commit data...
docker.go.work Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
indexer.go Loading commit data...
package.json Loading commit data...