github.com/tiagovtristao/plz@v13.4.0+incompatible/src/gc/test_data/after.build (about) 1 package(default_visibility = ['PUBLIC']) 2 3 go_get( 4 name = 'logging', 5 get = 'gopkg.in/op/go-logging.v1', 6 revision = 'b2cb9fa56473e98db8caba80237377e83fe44db5', 7 ) 8 9 go_get( 10 name = 'terminal', 11 get = 'golang.org/x/crypto/ssh/terminal', 12 revision = '7b85b097bf7527677d54d3220065e966a0e3b613', 13 ) 14 15 go_get( 16 name = 'gcfg', 17 get = 'gopkg.in/gcfg.v1', 18 patch = 'gcfg_dynamic_fields.patch', 19 revision = '27e4946190b4a327b539185f2b5b1f7c84730728', 20 ) 21 22 go_get( 23 name = 'go-bindata', 24 binary = True, 25 get = 'github.com/jteeuwen/go-bindata/...', 26 revision = 'a0ff2567cfb70903282db057e799fd826784d41d', 27 ) 28 29 go_get( 30 name = 'go-flags', 31 get = 'github.com/jessevdk/go-flags', 32 revision = '0a28dbe50f23d8fce6b016975b964cfe7b97a20a', 33 ) 34 35 go_get( 36 name = 'humanize', 37 get = 'github.com/dustin/go-humanize', 38 revision = '8929fe90cee4b2cb9deb468b51fb34eba64d1bf0', 39 ) 40 41 go_get( 42 name = 'mux', 43 get = 'github.com/gorilla/mux', 44 revision = '9c068cf16d982f8bd444b8c352acbeec34c4fe5b', 45 deps = [ 46 ':gorilla_context', 47 ], 48 ) 49 50 go_get( 51 name = 'gorilla_context', 52 get = 'github.com/gorilla/context', 53 revision = '1c83b3eabd45b6d76072b66b746c20815fb2872d', 54 ) 55 56 go_get( 57 name = 'context', 58 get = 'golang.org/x/net/context', 59 revision = '7394c112eae4dba7e96bfcfe738e6373d61772b4', 60 ) 61 62 go_get( 63 name = 'grpc', 64 exported_deps = [':context'], 65 get = 'google.golang.org/grpc', 66 install = ['google.golang.org/grpc/health'], 67 revision = 'v1.0.1-GA', 68 deps = [':protobuf'], 69 ) 70 71 go_get( 72 name = 'protobuf', 73 get = 'github.com/golang/protobuf/proto', 74 revision = 'f592bd283e9ef86337a432eb50e592278c3d534d', 75 ) 76 77 go_get( 78 name = 'protoc-gen-go', 79 binary = True, 80 get = 'github.com/golang/protobuf/protoc-gen-go', 81 revision = 'f592bd283e9ef86337a432eb50e592278c3d534d', 82 deps = [ 83 ':protobuf', 84 ], 85 ) 86 87 go_get( 88 name = 'testify', 89 get = 'github.com/stretchr/testify', 90 revision = 'f390dcf405f7b83c997eac1b06768bb9f44dec18', 91 ) 92 93 go_get( 94 name = 'osext', 95 get = 'github.com/kardianos/osext', 96 revision = '29ae4ffbc9a6fe9fb2bc5029050ce6996ea1d3bc', 97 ) 98 99 go_get( 100 name = 'prompter', 101 get = 'github.com/Songmu/prompter', 102 revision = 'f49666b0047d12850875d771340e1d862d9e7a0c', 103 deps = [ 104 ':terminal', 105 ], 106 ) 107 108 go_get( 109 name = 'stringer', 110 binary = True, 111 get = 'golang.org/x/tools/cmd/stringer', 112 revision = 'f8ecfdb6b66ec67ca930b39806519a2b72d1eaca', 113 ) 114 115 go_get( 116 name = 'levenshtein', 117 get = 'github.com/texttheater/golang-levenshtein/levenshtein', 118 revision = '14026fface0cb806188c85e792a93d625dc37d0f', 119 ) 120 121 go_get( 122 name = 'queue', 123 get = 'github.com/Workiva/go-datastructures/queue', 124 revision = '064f3ea06ab2337e6eaf42052392d14f779e91cb', 125 ) 126 127 go_get( 128 name = 'fsnotify', 129 get = 'github.com/fsnotify/fsnotify', 130 revision = 'a8a77c9133d2d6fd8334f3260d06f60e8d80a5fb', 131 ) 132 133 go_get( 134 name = 'concurrent-map', 135 get = 'github.com/streamrail/concurrent-map', 136 revision = '5fc745307dc80a1883243b978f7e7c0fd5ce7206', 137 ) 138 139 go_get( 140 name = 'procfs', 141 get = 'github.com/prometheus/procfs', 142 revision = 'abf152e5f3e97f2fafac028d2cc06c1feb87ffa5', 143 strip = ['fixtures'], # Test fixture has a symlink to /usr/bin/vim which might not exist 144 ) 145 146 go_get( 147 name = 'shlex', 148 get = 'github.com/google/shlex', 149 revision = '6f45313302b9c56850fc17f99e40caebce98c716', 150 ) 151 152 go_get( 153 name = 'semver', 154 get = 'github.com/coreos/go-semver/semver', 155 revision = '8ab6407b697782a06568d4b7f1db25550ec2e4c6', 156 ) 157 158 go_get( 159 name = 'memberlist', 160 get = 'github.com/hashicorp/memberlist', 161 revision = '7ad712f5f34ec40aebe6ca47756d07898486a8d2', 162 ) 163 164 go_get( 165 name = 'atime', 166 get = 'github.com/djherbis/atime', 167 revision = '89517e96e10b93292169a79fd4523807bdc5d5fa', 168 )