forked from CyberMiles/travis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
48 lines (47 loc) · 1.42 KB
/
glide.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
package: github.com/CyberMiles/travis
import:
- package: github.com/prometheus/client_golang
# version: v0.8.0
version: ae27198cdd90bf12cd134ad79d1366a6cf49f632
- package: github.com/prometheus/client_model
version: 99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c
- package: github.com/prometheus/common
version: e4aa40a9169a88835b849a6efb71e05dc04b88f0
- package: github.com/prometheus/procfs
version: 54d17b57dd7d4a3aa092476596b3f8a933bde349
- package: github.com/prometheus/prometheus
version: v2.0.0
- package: github.com/pkg/errors
version: ^0.8.0
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
- package: github.com/spf13/viper
- package: github.com/tendermint/iavl
version: ~0.9.2
- package: github.com/tendermint/tendermint
# version: 54c1af40c300adfa4ce57260f77cc624d672f748
repo: https://github.com/CyberMiles/tendermint.git
version: b97b46975ef8e830352c8c7f6248a436f185858a
subpackages:
- config
- node
- proxy
- rpc/clientw
- rpc/core/types
- rpc/lib/client
- rpc/lib/types
- types
- package: github.com/ethereum/go-ethereum
repo: https://github.com/CyberMiles/go-ethereum.git
version: b8cbb5195811d83a9c47a657c02e44c406b11e58
- package: gopkg.in/urfave/cli.v1
version: 1.x
- package: github.com/mattn/go-sqlite3
version: v1.6.0
- package: github.com/tendermint/go-amino
version: ~0.10.1
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert
- require