add gx/ to all of these deleted tags (#1705)

This commit is contained in:
Preston Van Loon 2019-02-25 14:18:24 -05:00 committed by Raul Jordan
parent b6cc79fa2a
commit facb8ba1fe

View File

@ -181,19 +181,19 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p", name = "com_github_libp2p_go_libp2p",
importpath = "github.com/libp2p/go-libp2p", importpath = "github.com/libp2p/go-libp2p",
tag = "v6.0.29", tag = "gx/v6.0.29",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_peer", name = "com_github_libp2p_go_libp2p_peer",
importpath = "github.com/libp2p/go-libp2p-peer", importpath = "github.com/libp2p/go-libp2p-peer",
tag = "v2.4.0", tag = "gx/v2.4.0",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_crypto", name = "com_github_libp2p_go_libp2p_crypto",
build_file_proto_mode = "disable_global", build_file_proto_mode = "disable_global",
tag = "v2.0.5", tag = "gx/v2.0.5",
importpath = "github.com/libp2p/go-libp2p-crypto", importpath = "github.com/libp2p/go-libp2p-crypto",
) )
@ -212,31 +212,31 @@ go_repository(
go_repository( go_repository(
name = "com_github_multiformats_go_multihash", name = "com_github_multiformats_go_multihash",
importpath = "github.com/multiformats/go-multihash", importpath = "github.com/multiformats/go-multihash",
tag = "v1.0.10", tag = "gx/v1.0.10",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_swarm", name = "com_github_libp2p_go_libp2p_swarm",
importpath = "github.com/libp2p/go-libp2p-swarm", importpath = "github.com/libp2p/go-libp2p-swarm",
tag = "v3.0.22", tag = "gx/v3.0.22",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_host", name = "com_github_libp2p_go_libp2p_host",
importpath = "github.com/libp2p/go-libp2p-host", importpath = "github.com/libp2p/go-libp2p-host",
tag = "v3.0.15", tag = "gx/v3.0.15",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_peerstore", name = "com_github_libp2p_go_libp2p_peerstore",
importpath = "github.com/libp2p/go-libp2p-peerstore", importpath = "github.com/libp2p/go-libp2p-peerstore",
tag = "v2.0.6", tag = "gx/v2.0.6",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_circuit", name = "com_github_libp2p_go_libp2p_circuit",
importpath = "github.com/libp2p/go-libp2p-circuit", importpath = "github.com/libp2p/go-libp2p-circuit",
tag = "v2.3.2", tag = "gx/v2.3.2",
) )
go_repository( go_repository(
@ -248,25 +248,25 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_interface_connmgr", name = "com_github_libp2p_go_libp2p_interface_connmgr",
importpath = "github.com/libp2p/go-libp2p-interface-connmgr", importpath = "github.com/libp2p/go-libp2p-interface-connmgr",
tag = "v0.0.21", tag = "gx/v0.0.21",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_conn_security_multistream", name = "com_github_libp2p_go_conn_security_multistream",
importpath = "github.com/libp2p/go-conn-security-multistream", importpath = "github.com/libp2p/go-conn-security-multistream",
tag = "v0.1.15", tag = "gx/v0.1.15",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_metrics", name = "com_github_libp2p_go_libp2p_metrics",
importpath = "github.com/libp2p/go-libp2p-metrics", importpath = "github.com/libp2p/go-libp2p-metrics",
tag = "v2.1.7", tag = "gx/v2.1.7",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_net", name = "com_github_libp2p_go_libp2p_net",
importpath = "github.com/libp2p/go-libp2p-net", importpath = "github.com/libp2p/go-libp2p-net",
tag = "v3.0.15", tag = "gx/v3.0.15",
) )
go_repository( go_repository(
@ -339,19 +339,19 @@ go_repository(
name = "com_github_libp2p_go_libp2p_secio", name = "com_github_libp2p_go_libp2p_secio",
build_file_proto_mode = "disable_global", build_file_proto_mode = "disable_global",
importpath = "github.com/libp2p/go-libp2p-secio", importpath = "github.com/libp2p/go-libp2p-secio",
tag = "v2.0.17", tag = "gx/v2.0.17",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_tcp_transport", name = "com_github_libp2p_go_tcp_transport",
importpath = "github.com/libp2p/go-tcp-transport", importpath = "github.com/libp2p/go-tcp-transport",
tag = "v2.0.16", tag = "gx/v2.0.16",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_protocol", name = "com_github_libp2p_go_libp2p_protocol",
importpath = "github.com/libp2p/go-libp2p-protocol", importpath = "github.com/libp2p/go-libp2p-protocol",
tag = "v1.0.0", tag = "gx/v1.0.0",
) )
go_repository( go_repository(
@ -369,19 +369,19 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_loggables", name = "com_github_libp2p_go_libp2p_loggables",
importpath = "github.com/libp2p/go-libp2p-loggables", importpath = "github.com/libp2p/go-libp2p-loggables",
tag = "v1.1.24", tag = "gx/v1.1.24",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_nat", name = "com_github_libp2p_go_libp2p_nat",
importpath = "github.com/libp2p/go-libp2p-nat", importpath = "github.com/libp2p/go-libp2p-nat",
tag = "v0.8.8", tag = "gx/v0.8.8",
) )
go_repository( go_repository(
name = "com_github_multiformats_go_multiaddr_dns", name = "com_github_multiformats_go_multiaddr_dns",
importpath = "github.com/multiformats/go-multiaddr-dns", importpath = "github.com/multiformats/go-multiaddr-dns",
tag = "v0.2.5", tag = "gx/v0.2.5",
) )
go_repository( go_repository(
@ -405,19 +405,19 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_stream_muxer", name = "com_github_libp2p_go_stream_muxer",
importpath = "github.com/libp2p/go-stream-muxer", importpath = "github.com/libp2p/go-stream-muxer",
tag = "v3.0.1", tag = "gx/v3.0.1",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_transport_upgrader", name = "com_github_libp2p_go_libp2p_transport_upgrader",
importpath = "github.com/libp2p/go-libp2p-transport-upgrader", importpath = "github.com/libp2p/go-libp2p-transport-upgrader",
tag = "v0.1.16", tag = "gx/v0.1.16",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_testutil", name = "com_github_libp2p_go_testutil",
importpath = "github.com/libp2p/go-testutil", importpath = "github.com/libp2p/go-testutil",
tag = "v1.2.10", tag = "gx/v1.2.10",
) )
go_repository( go_repository(
@ -429,31 +429,31 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_maddr_filter", name = "com_github_libp2p_go_maddr_filter",
importpath = "github.com/libp2p/go-maddr-filter", importpath = "github.com/libp2p/go-maddr-filter",
tag = "v1.1.10", tag = "gx/v1.1.10",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_transport", name = "com_github_libp2p_go_libp2p_transport",
importpath = "github.com/libp2p/go-libp2p-transport", importpath = "github.com/libp2p/go-libp2p-transport",
tag = "v3.0.15", tag = "gx/v3.0.15",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_addr_util", name = "com_github_libp2p_go_addr_util",
importpath = "github.com/libp2p/go-addr-util", importpath = "github.com/libp2p/go-addr-util",
tag = "v2.0.7", tag = "gx/v2.0.7",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_interface_pnet", name = "com_github_libp2p_go_libp2p_interface_pnet",
importpath = "github.com/libp2p/go-libp2p-interface-pnet", importpath = "github.com/libp2p/go-libp2p-interface-pnet",
tag = "v3.0.0", tag = "gx/v3.0.0",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_conn_security", name = "com_github_libp2p_go_conn_security",
importpath = "github.com/libp2p/go-conn-security", importpath = "github.com/libp2p/go-conn-security",
tag = "v0.1.15", tag = "gx/v0.1.15",
) )
go_repository( go_repository(
@ -477,7 +477,7 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_reuseport", name = "com_github_libp2p_go_reuseport",
importpath = "github.com/libp2p/go-reuseport", importpath = "github.com/libp2p/go-reuseport",
tag = "v0.2.0", tag = "gx/v0.2.0",
) )
go_repository( go_repository(
@ -525,13 +525,13 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_flow_metrics", name = "com_github_libp2p_go_flow_metrics",
importpath = "github.com/libp2p/go-flow-metrics", importpath = "github.com/libp2p/go-flow-metrics",
tag = "v0.2.0", tag = "gx/v0.2.0",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_msgio", name = "com_github_libp2p_go_msgio",
importpath = "github.com/libp2p/go-msgio", importpath = "github.com/libp2p/go-msgio",
tag = "v0.0.6", tag = "gx/v0.0.6",
) )
go_repository( go_repository(
@ -549,7 +549,7 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_ws_transport", name = "com_github_libp2p_go_ws_transport",
importpath = "github.com/libp2p/go-ws-transport", importpath = "github.com/libp2p/go-ws-transport",
tag = "v2.0.15", tag = "gx/v2.0.15",
) )
go_repository( go_repository(
@ -567,13 +567,13 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_reuseport_transport", name = "com_github_libp2p_go_reuseport_transport",
importpath = "github.com/libp2p/go-reuseport-transport", importpath = "github.com/libp2p/go-reuseport-transport",
tag = "v0.2.0", tag = "gx/v0.2.0",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_sockaddr", name = "com_github_libp2p_go_sockaddr",
importpath = "github.com/libp2p/go-sockaddr", importpath = "github.com/libp2p/go-sockaddr",
tag = "v1.0.3", tag = "gx/v1.0.3",
) )
go_repository( go_repository(
@ -615,7 +615,7 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_blankhost", name = "com_github_libp2p_go_libp2p_blankhost",
importpath = "github.com/libp2p/go-libp2p-blankhost", importpath = "github.com/libp2p/go-libp2p-blankhost",
tag = "v0.3.15", tag = "gx/v0.3.15",
) )
go_repository( go_repository(
@ -716,21 +716,21 @@ go_repository(
go_repository( go_repository(
name = "com_github_libp2p_go_buffer_pool", name = "com_github_libp2p_go_buffer_pool",
tag = "v0.1.3", tag = "gx/v0.1.3",
importpath = "github.com/libp2p/go-buffer-pool", importpath = "github.com/libp2p/go-buffer-pool",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_mplex", name = "com_github_libp2p_go_mplex",
importpath = "github.com/libp2p/go-mplex", importpath = "github.com/libp2p/go-mplex",
tag = "v0.2.30", tag = "gx/v0.2.30",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_pubsub", name = "com_github_libp2p_go_libp2p_pubsub",
build_file_proto_mode = "disable_global", build_file_proto_mode = "disable_global",
importpath = "github.com/libp2p/go-libp2p-pubsub", importpath = "github.com/libp2p/go-libp2p-pubsub",
tag = "v0.11.10", tag = "gx/v0.11.10",
) )
go_repository( go_repository(
@ -749,7 +749,7 @@ go_repository(
name = "com_github_libp2p_go_libp2p_kad_dht", name = "com_github_libp2p_go_libp2p_kad_dht",
build_file_proto_mode = "disable_global", build_file_proto_mode = "disable_global",
importpath = "github.com/libp2p/go-libp2p-kad-dht", importpath = "github.com/libp2p/go-libp2p-kad-dht",
tag = "v4.4.12", tag = "gx/v4.4.12",
) )
go_repository( go_repository(
@ -774,19 +774,19 @@ go_repository(
name = "com_github_libp2p_go_libp2p_record", name = "com_github_libp2p_go_libp2p_record",
build_file_proto_mode = "disable_global", build_file_proto_mode = "disable_global",
importpath = "github.com/libp2p/go-libp2p-record", importpath = "github.com/libp2p/go-libp2p-record",
tag = "v4.1.7", tag = "gx/v4.1.7",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_routing", name = "com_github_libp2p_go_libp2p_routing",
importpath = "github.com/libp2p/go-libp2p-routing", importpath = "github.com/libp2p/go-libp2p-routing",
tag = "v2.7.1", tag = "gx/v2.7.1",
) )
go_repository( go_repository(
name = "com_github_libp2p_go_libp2p_kbucket", name = "com_github_libp2p_go_libp2p_kbucket",
importpath = "github.com/libp2p/go-libp2p-kbucket", importpath = "github.com/libp2p/go-libp2p-kbucket",
tag = "v2.2.12", tag = "gx/v2.2.12",
) )
go_repository( go_repository(
@ -810,7 +810,7 @@ go_repository(
go_repository( go_repository(
name = "com_github_multiformats_go_multibase", name = "com_github_multiformats_go_multibase",
importpath = "github.com/multiformats/go-multibase", importpath = "github.com/multiformats/go-multibase",
tag = "v0.3.0", tag = "gx/v0.3.0",
) )
go_repository( go_repository(