github.com/gnattishness/bazel-go-ethereum@v0.0.0-20190929123618-7022a154f56d/WORKSPACE (about) 1 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 2 3 http_archive( 4 name = "io_bazel_rules_go", 5 urls = [ 6 "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz", 7 "https://github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz", 8 ], 9 sha256 = "9fb16af4d4836c8222142e54c9efa0bb5fc562ffc893ce2abeac3e25daead144", 10 ) 11 12 http_archive( 13 name = "bazel_gazelle", 14 urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.17.0/bazel-gazelle-0.17.0.tar.gz"], 15 sha256 = "3c681998538231a2d24d0c07ed5a7658cb72bfb5fd4bf9911157c0e9ac6a2687", 16 ) 17 18 load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") 19 20 go_rules_dependencies() 21 22 go_register_toolchains() 23 24 load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository") 25 26 gazelle_dependencies() 27 28 go_repository( 29 name = "com_github_ethereum_go_ethereum", 30 commit = "e1edfe0689966d5b5fcee530a96c31dd28aea95c", 31 importpath = "github.com/ethereum/go-ethereum", 32 ) 33 34 go_repository( 35 name = "org_golang_x_tools", 36 commit = "537d06c362073e8c95164d0d4709059603cfdb02", 37 importpath = "golang.org/x/tools", 38 ) 39 40 go_repository( 41 name = "com_github_deckarep_golang_set", 42 commit = "699df6a3acf6867538e50931511e9dc403da108a", 43 importpath = "github.com/deckarep/golang-set", 44 ) 45 46 go_repository( 47 name = "com_github_pborman_uuid", 48 commit = "8b1b92947f46224e3b97bb1a3a5b0382be00d31e", 49 importpath = "github.com/pborman/uuid", 50 ) 51 52 go_repository( 53 name = "com_github_rjeczalik_notify", 54 commit = "629144ba06a1c6af28c1e42c228e3d42594ce081", 55 importpath = "github.com/rjeczalik/notify", 56 ) 57 58 go_repository( 59 name = "org_golang_x_crypto", 60 commit = "8dd112bcdc25174059e45e07517d9fc663123347", 61 importpath = "golang.org/x/crypto", 62 ) 63 64 go_repository( 65 name = "com_github_golang_protobuf", 66 commit = "1d3f30b51784bec5aad268e59fd3c2fc1c2fe73f", 67 importpath = "github.com/golang/protobuf", 68 ) 69 70 go_repository( 71 name = "in_gopkg_urfave_cli_v1", 72 commit = "cfb38830724cc34fedffe9a2a29fb54fa9169cd1", 73 importpath = "gopkg.in/urfave/cli.v1", 74 ) 75 76 go_repository( 77 name = "org_golang_x_net", 78 commit = "927f97764cc334a6575f4b7a1584a147864d5723", 79 importpath = "golang.org/x/net", 80 ) 81 82 go_repository( 83 name = "com_github_elastic_gosigar", 84 commit = "f498c67133bcded80f5966ee63acfe68cff4e6bf", 85 importpath = "github.com/elastic/gosigar", 86 ) 87 88 go_repository( 89 name = "com_github_naoina_toml", 90 commit = "9fafd69674167c06933b1787ae235618431ce87f", 91 importpath = "github.com/naoina/toml", 92 ) 93 94 go_repository( 95 name = "com_github_syndtr_goleveldb", 96 commit = "b001fa50d6b27f3f0bb175a87d0cb55426d0a0ae", 97 importpath = "github.com/syndtr/goleveldb", 98 ) 99 100 go_repository( 101 name = "com_github_olekukonko_tablewriter", 102 commit = "e6d60cf7ba1f42d86d54cdf5508611c4aafb3970", 103 importpath = "github.com/olekukonko/tablewriter", 104 ) 105 106 go_repository( 107 name = "org_golang_x_sys", 108 commit = "8ff4e546d48be377a38a3ab13ef2dd4dd8dce06a", 109 importpath = "golang.org/x/sys", 110 ) 111 112 go_repository( 113 name = "com_github_mattn_go_colorable", 114 commit = "efa589957cd060542a26d2dd7832fd6a6c6c3ade", 115 importpath = "github.com/mattn/go-colorable", 116 ) 117 118 go_repository( 119 name = "com_github_mattn_go_isatty", 120 commit = "3fb116b820352b7f0c281308a4d6250c22d94e27", 121 importpath = "github.com/mattn/go-isatty", 122 ) 123 124 go_repository( 125 name = "com_github_aristanetworks_goarista", 126 commit = "0ca71131d8f76e0739563d97cc9f95c021825a2b", 127 importpath = "github.com/aristanetworks/goarista", 128 ) 129 130 go_repository( 131 name = "com_github_hashicorp_golang_lru", 132 commit = "20f1fb78b0740ba8c3cb143a61e86ba5c8669768", 133 importpath = "github.com/hashicorp/golang-lru", 134 ) 135 136 go_repository( 137 name = "com_github_edsrzf_mmap_go", 138 commit = "188cc3b666ba704534fa4f96e9e61f21f1e1ba7c", 139 importpath = "github.com/edsrzf/mmap-go", 140 ) 141 142 go_repository( 143 name = "com_github_peterh_liner", 144 commit = "5a0dfa99e2aa1d433a9642e863da51402e609376", 145 importpath = "github.com/peterh/liner", 146 ) 147 148 go_repository( 149 name = "com_github_robertkrimen_otto", 150 commit = "15f95af6e78dcd2030d8195a138bd88d4f403546", 151 importpath = "github.com/robertkrimen/otto", 152 ) 153 154 go_repository( 155 name = "com_github_mohae_deepcopy", 156 commit = "c48cc78d482608239f6c4c92a4abd87eb8761c90", 157 importpath = "github.com/mohae/deepcopy", 158 ) 159 160 go_repository( 161 name = "in_gopkg_olebedev_go_duktape_v3", 162 commit = "ccb656ba24c2a193e5650299767e2df1554725fd", 163 importpath = "gopkg.in/olebedev/go-duktape.v3", 164 ) 165 166 go_repository( 167 name = "com_github_golang_snappy", 168 commit = "2e65f85255dbc3072edf28d6b5b8efc472979f5a", 169 importpath = "github.com/golang/snappy", 170 ) 171 172 go_repository( 173 name = "com_github_docker_docker", 174 commit = "8aca18d631f3f72d4c6e3dc01b6e5d468ad941b8", 175 importpath = "github.com/docker/docker", 176 ) 177 178 go_repository( 179 name = "com_github_fjl_memsize", 180 commit = "2a09253e352a56f419bd88effab0483f52da4c7d", 181 importpath = "github.com/fjl/memsize", 182 ) 183 184 go_repository( 185 name = "com_github_davecgh_go_spew", 186 commit = "d8f796af33cc11cb798c1aaeb27a4ebc5099927d", 187 importpath = "github.com/davecgh/go-spew", 188 ) 189 190 go_repository( 191 name = "com_github_fatih_color", 192 commit = "3f9d52f7176a6927daacff70a3e8d1dc2025c53e", 193 importpath = "github.com/fatih/color", 194 ) 195 196 go_repository( 197 name = "com_github_go_stack_stack", 198 commit = "2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a", 199 importpath = "github.com/go-stack/stack", 200 ) 201 202 go_repository( 203 name = "com_github_influxdata_influxdb", 204 commit = "7db3db278bfafee3f10767b9322720035688f18b", 205 importpath = "github.com/influxdata/influxdb", 206 ) 207 208 go_repository( 209 name = "com_github_huin_goupnp", 210 commit = "656e61dfadd241c7cbdd22a023fa81ecb6860ea8", 211 importpath = "github.com/huin/goupnp", 212 ) 213 214 go_repository( 215 name = "com_github_jackpal_go_nat_pmp", 216 commit = "d89d09f6f3329bc3c2479aa3cafd76a5aa93a35c", 217 importpath = "github.com/jackpal/go-nat-pmp", 218 ) 219 220 go_repository( 221 name = "org_golang_x_text", 222 commit = "17bcc049122f272a32787ba38073ee47433023e9", 223 importpath = "golang.org/x/text", 224 ) 225 226 go_repository( 227 name = "com_github_opentracing_opentracing_go", 228 commit = "8b5a441dc60e8d9bb9bf9d22060b6d94fa599983", 229 importpath = "github.com/opentracing/opentracing-go", 230 ) 231 232 go_repository( 233 name = "com_github_julienschmidt_httprouter", 234 commit = "26a05976f9bf5c3aa992cc20e8588c359418ee58", 235 importpath = "github.com/julienschmidt/httprouter", 236 ) 237 238 go_repository( 239 name = "com_github_rs_cors", 240 commit = "a3460e445dd310dbefee993fe449f2ff9c08ae71", 241 importpath = "github.com/rs/cors", 242 ) 243 244 go_repository( 245 name = "org_bazil_fuse", 246 commit = "65cc252bf6691cb3c7014bcb2c8dc29de91e3a7e", 247 importpath = "bazil.org/fuse", 248 ) 249 250 go_repository( 251 name = "com_github_pkg_errors", 252 commit = "059132a15dd08d6704c67711dae0cf35ab991756", 253 importpath = "github.com/pkg/errors", 254 ) 255 256 go_repository( 257 name = "com_github_uber_jaeger_client_go", 258 commit = "68407ce61637ffc3b1c455bd02e25a9da3fb45de", 259 importpath = "github.com/uber/jaeger-client-go", 260 ) 261 262 go_repository( 263 name = "com_github_uber_jaeger_lib", 264 commit = "0e30338a695636fe5bcf7301e8030ce8dd2a8530", 265 importpath = "github.com/uber/jaeger-lib", 266 ) 267 268 go_repository( 269 name = "org_golang_x_sync", 270 commit = "42b317875d0fa942474b76e1b46a6060d720ae6e", 271 importpath = "golang.org/x/sync", 272 ) 273 274 go_repository( 275 name = "in_gopkg_check_v1", 276 commit = "788fd78401277ebd861206a03c884797c6ec5541", 277 importpath = "gopkg.in/check.v1", 278 ) 279 280 go_repository( 281 name = "com_github_stretchr_testify", 282 commit = "5b93e2dc01fd8fbf32aa74a198b0ebe78f6f6b6f", 283 importpath = "github.com/stretchr/testify", 284 ) 285 286 go_repository( 287 name = "com_github_kr_pretty", 288 commit = "73f6ac0b30a98e433b289500d779f50c1a6f0712", 289 importpath = "github.com/kr/pretty", 290 ) 291 292 go_repository( 293 name = "com_github_kr_text", 294 commit = "e2ffdb16a802fe2bb95e2e35ff34f0e53aeef34f", 295 importpath = "github.com/kr/text", 296 ) 297 298 go_repository( 299 name = "com_github_google_uuid", 300 commit = "9b3b1e0f5f99ae461456d768e7d301a7acdaa2d8", 301 importpath = "github.com/google/uuid", 302 ) 303 304 go_repository( 305 name = "com_github_cespare_cp", 306 commit = "db1407d84ae423533fe1d25510c1c4c4d831f0fc", 307 importpath = "github.com/cespare/cp", 308 ) 309 310 go_repository( 311 name = "com_github_mattn_go_runewidth", 312 commit = "703b5e6b11ae25aeb2af9ebb5d5fdf8fa2575211", 313 importpath = "github.com/mattn/go-runewidth", 314 ) 315 316 go_repository( 317 name = "com_github_nsf_termbox_go", 318 commit = "60ab7e3d12ed91bc1b2486559c4b3a6b62297577", 319 importpath = "github.com/nsf/termbox-go", 320 ) 321 322 go_repository( 323 name = "in_gopkg_sourcemap_v1", 324 commit = "6e83acea0053641eff084973fee085f0c193c61a", 325 importpath = "gopkg.in/sourcemap.v1", 326 ) 327 328 go_repository( 329 name = "com_github_naoina_go_stringutil", 330 commit = "6b638e95a32d0c1131db0e7fe83775cbea4a0d0b", 331 importpath = "github.com/naoina/go-stringutil", 332 ) 333 334 go_repository( 335 name = "com_github_mitchellh_go_wordwrap", 336 commit = "9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c", 337 importpath = "github.com/mitchellh/go-wordwrap", 338 ) 339 340 go_repository( 341 name = "com_github_influxdata_platform", 342 commit = "e66db43f958eebf221239eb919def7803644115d", 343 importpath = "github.com/influxdata/platform", 344 ) 345 346 go_repository( 347 name = "com_github_btcsuite_btcd", 348 commit = "306aecffea325e97f513b3ff0cf7895a5310651d", 349 importpath = "github.com/btcsuite/btcd", 350 ) 351 352 go_repository( 353 name = "com_github_graph_gophers_graphql_go", 354 commit = "3e8838d4614c12ab337e796548521744f921e05d", 355 importpath = "github.com/graph-gophers/graphql-go", 356 ) 357 358 go_repository( 359 name = "com_github_allegro_bigcache", 360 commit = "e24eb225f15679bbe54f91bfa7da3b00e59b9768", 361 importpath = "github.com/allegro/bigcache", 362 ) 363 364 go_repository( 365 name = "com_github_gizak_termui", 366 commit = "d5ea67dfda30b3881742402ad785ec770e066996", 367 importpath = "github.com/gizak/termui", 368 ) 369 370 go_repository( 371 name = "com_github_cjbassi_drawille_go", 372 commit = "27dc511fe6fd820bf8537298e1d447b450210b28", 373 importpath = "github.com/cjbassi/drawille-go", 374 ) 375 376 go_repository( 377 name = "in_gopkg_natefinch_npipe_v2", 378 commit = "c1b8fa8bdccecb0b8db834ee0b92fdbcfa606dd6", 379 importpath = "gopkg.in/natefinch/npipe.v2", 380 )