diff --git a/go.mod b/go.mod index af5a32e..3b2c7d7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/mrusme/superhighway84 go 1.17 require ( - berty.tech/go-orbit-db v1.15.1 + berty.tech/go-orbit-db v1.16.0 github.com/BurntSushi/toml v1.0.0 github.com/eliukblau/pixterm v1.3.1 github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 @@ -164,11 +164,10 @@ require ( github.com/libp2p/go-ws-transport v0.5.0 // indirect github.com/libp2p/go-yamux/v2 v2.3.0 // indirect github.com/libp2p/zeroconf/v2 v2.1.1 // indirect - github.com/lucas-clemente/quic-go v0.26.0 // indirect + github.com/lucas-clemente/quic-go v0.24.0 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect - github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect - github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect + github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect + github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect diff --git a/go.sum b/go.sum index 3ad4b1b..5519db4 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ berty.tech/go-ipfs-log v1.7.0 h1:BP4+W5X7tCxbXrihAOjTVlgXXncV1kUlf4zyghSzFQw= berty.tech/go-ipfs-log v1.7.0/go.mod h1:J0T24JAh333q0ljTtIr7hgeeWxDNQb9ygY2aAxX6rYA= berty.tech/go-orbit-db v1.15.1 h1:TmptlaF4GV62dIL0udrK5kr/s/6rruf2f6E6YiK8HFI= berty.tech/go-orbit-db v1.15.1/go.mod h1:E5bJkcjpYGGgd+XvEQLcoVnWnVSzGYGJnjBRarSJRMg= +berty.tech/go-orbit-db v1.16.0 h1:Ung71M704uOrcIg6OvG/vwvXNVwIZ9YZviJYNdd7nGY= +berty.tech/go-orbit-db v1.16.0/go.mod h1:E5bJkcjpYGGgd+XvEQLcoVnWnVSzGYGJnjBRarSJRMg= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=