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