mantlenetworkio / mantle

Mantle | Mass adoption of decentralized & token-governed technologies. With Mantle Network, Mantle Treasury, and token holder-governed products initiatives.
https://www.mantle.xyz
MIT License
224 stars 101 forks source link

Cannot fetch git submodules #1371

Open qezz opened 10 months ago

qezz commented 10 months ago

It seems like both https://github.com/mantlenetworkio/datalayr/ and https://github.com/mantlenetworkio/eignlayr-contracts/ are private, which makes it impossible to build stuff from source.

mantlenetworkio/mantle (main) $ go build l2geth-exporter/main.go
l2geth-exporter/bindings/CanonicalTransactionChain.go:11:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/bindings/CanonicalTransactionChain.go:12:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/l1contracts/main.go:7:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/main.go:10:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/bindings/CanonicalTransactionChain.go:15:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/main.go:11:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/bindings/CanonicalTransactionChain.go:16:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/main.go:12:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory
l2geth-exporter/main.go:14:2: github.com/Layr-Labs/datalayr/common@v0.0.0 (replaced by ./datalayr/common): reading datalayr/common/go.mod: open /home/sergey/work/source/mantlenetworkio/mantle/datalayr/common/go.mod: no such file or directory