go: Remove individual versions for bedrock code
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.
Showing
This diff is collapsed.
go.work
deleted
100644 → 0
go.work.sum
deleted
100644 → 0
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
op-batcher/go.mod
deleted
100644 → 0
op-batcher/go.sum
deleted
100644 → 0
This diff is collapsed.
op-bindings/go.mod
deleted
100644 → 0
op-bindings/go.sum
deleted
100644 → 0
This diff is collapsed.
op-chain-ops/go.mod
deleted
100644 → 0
op-chain-ops/go.sum
deleted
100644 → 0
This diff is collapsed.
op-e2e/go.mod
deleted
100644 → 0
op-node/go.sum
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
op-proposer/go.mod
deleted
100644 → 0
op-proposer/go.sum
deleted
100644 → 0
This diff is collapsed.
op-service/go.mod
deleted
100644 → 0
op-service/go.sum
deleted
100644 → 0
This diff is collapsed.
op-signer/go.mod
deleted
100644 → 0
op-signer/go.sum
deleted
100644 → 0
Please register or sign in to comment