diff --git a/client/go.mod b/client/go.mod index 8aeae7af..337dd0fd 100644 --- a/client/go.mod +++ b/client/go.mod @@ -1,71 +1,8 @@ module github.com/anytypeio/go-anytype-infrastructure-experiments/client -replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common - go 1.19 require ( github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-00010101000000-000000000000 github.com/dgraph-io/badger/v3 v3.2103.3 - github.com/gogo/protobuf v1.3.2 - go.uber.org/zap v1.23.0 -) - -require ( - github.com/anytypeio/go-chash v0.0.0-20220629194632-4ad1154fe232 // indirect - github.com/beorn7/perks v1.0.1 // indirect - github.com/cespare/xxhash v1.1.0 // indirect - github.com/cespare/xxhash/v2 v2.1.2 // indirect - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect - github.com/dgraph-io/ristretto v0.1.1 // indirect - github.com/dustin/go-humanize v1.0.0 // indirect - github.com/fogleman/gg v1.3.0 // indirect - github.com/goccy/go-graphviz v0.0.9 // indirect - github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect - github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect - github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect - github.com/golang/protobuf v1.5.2 // indirect - github.com/golang/snappy v0.0.3 // indirect - github.com/google/flatbuffers v1.12.1 // indirect - github.com/huandu/skiplist v1.2.0 // indirect - github.com/ipfs/go-cid v0.3.2 // indirect - github.com/ipfs/go-log/v2 v2.5.1 // indirect - github.com/klauspost/compress v1.15.10 // indirect - github.com/klauspost/cpuid/v2 v2.1.1 // indirect - github.com/libp2p/go-buffer-pool v0.1.0 // indirect - github.com/libp2p/go-libp2p v0.23.2 // indirect - github.com/libp2p/go-libp2p-core v0.20.1 // indirect - github.com/libp2p/go-openssl v0.1.0 // indirect - github.com/mattn/go-isatty v0.0.16 // indirect - github.com/mattn/go-pointer v0.0.1 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect - github.com/minio/sha256-simd v1.0.0 // indirect - github.com/mr-tron/base58 v1.2.0 // indirect - github.com/multiformats/go-base32 v0.1.0 // indirect - github.com/multiformats/go-base36 v0.1.0 // indirect - github.com/multiformats/go-multiaddr v0.7.0 // indirect - github.com/multiformats/go-multibase v0.1.1 // indirect - github.com/multiformats/go-multicodec v0.6.0 // indirect - github.com/multiformats/go-multihash v0.2.1 // indirect - github.com/multiformats/go-varint v0.0.6 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/prometheus/client_golang v1.13.0 // indirect - github.com/prometheus/client_model v0.2.0 // indirect - github.com/prometheus/common v0.37.0 // indirect - github.com/prometheus/procfs v0.8.0 // indirect - github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect - github.com/spaolacci/murmur3 v1.1.0 // indirect - github.com/zeebo/blake3 v0.2.3 // indirect - github.com/zeebo/errs v1.3.0 // indirect - go.opencensus.io v0.23.0 // indirect - go.uber.org/atomic v1.10.0 // indirect - go.uber.org/multierr v1.8.0 // indirect - golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect - golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect - golang.org/x/net v0.0.0-20220920183852-bf014ff85ad5 // indirect - golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect - google.golang.org/protobuf v1.28.1 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect - lukechampine.com/blake3 v1.1.7 // indirect - storj.io/drpc v0.0.32 // indirect ) diff --git a/consensus/go.mod b/consensus/go.mod index 9889f33e..20f74a6c 100644 --- a/consensus/go.mod +++ b/consensus/go.mod @@ -2,8 +2,6 @@ module github.com/anytypeio/go-anytype-infrastructure-experiments/consensus go 1.19 -replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common - require ( github.com/cheggaaa/mb/v2 v2.0.1 github.com/gogo/protobuf v1.3.2 diff --git a/node/go.mod b/node/go.mod index a4bd1708..2f7fbf87 100644 --- a/node/go.mod +++ b/node/go.mod @@ -2,11 +2,9 @@ module github.com/anytypeio/go-anytype-infrastructure-experiments/node go 1.19 -replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common - require ( github.com/akrylysov/pogreb v0.10.1 - github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-00010101000000-000000000000 + github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-20221017151100-09e3eb3e548d go.uber.org/zap v1.23.0 ) diff --git a/node/go.sum b/node/go.sum index 4cbd9bb1..7f6ad456 100644 --- a/node/go.sum +++ b/node/go.sum @@ -42,6 +42,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= +github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-20221017151100-09e3eb3e548d h1:m/dvM+rMsFDxoTHP6sF537m9AOeVsclYXsai6rC2Dg0= +github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-20221017151100-09e3eb3e548d/go.mod h1:K8qY7wHmuMa9KN9aPpiM+1ij7v2jJID2eKguj5gB/EM= github.com/anytypeio/go-chash v0.0.0-20220629194632-4ad1154fe232 h1:kMPPZYmJgbs4AJfodbg2OCXg5cp+9LPAJcLZJqmcghk= github.com/anytypeio/go-chash v0.0.0-20220629194632-4ad1154fe232/go.mod h1:+PeHBAWp7gUh/yw6uAauKc5ku0w4cFNg6DUddGxoGq0= github.com/awalterschulze/gographviz v2.0.3+incompatible h1:9sVEXJBJLwGX7EQVhLm2elIKCm7P2YHFC8v6096G09E= diff --git a/util/go.mod b/util/go.mod index 917d8ea2..a8a10ff3 100644 --- a/util/go.mod +++ b/util/go.mod @@ -2,10 +2,6 @@ module github.com/anytypeio/go-anytype-infrastructure-experiments/util go 1.19 -replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common - -replace github.com/anytypeio/go-anytype-infrastructure-experiments/consensus => ../consensus - require ( github.com/akrylysov/pogreb v0.10.1 github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-00010101000000-000000000000