github.com/tendermint/tmlibs@v0.9.0/glide.yaml (about)

     1  package: github.com/tendermint/tmlibs
     2  import:
     3  - package: github.com/go-kit/kit
     4    version: ^0.6.0
     5    subpackages:
     6    - log
     7    - log/level
     8    - log/term
     9  - package: github.com/go-logfmt/logfmt
    10    version: ^0.3.0
    11  - package: github.com/gogo/protobuf
    12    version: ^1.0.0
    13    subpackages:
    14    - gogoproto
    15    - proto
    16  - package: github.com/jmhodges/levigo
    17  - package: github.com/pkg/errors
    18    version: ^0.8.0
    19  - package: github.com/spf13/cobra
    20    version: ^0.0.1
    21  - package: github.com/spf13/viper
    22    version: ^1.0.0
    23  - package: github.com/syndtr/goleveldb
    24    subpackages:
    25    - leveldb
    26    - leveldb/errors
    27    - leveldb/iterator
    28    - leveldb/opt
    29  - package: golang.org/x/crypto
    30    subpackages:
    31    - ripemd160
    32  testImport:
    33  - package: github.com/stretchr/testify
    34    version: ^1.2.1
    35    subpackages:
    36    - assert
    37    - require
    38  - package: github.com/fortytw2/leaktest