forked from dogehash/copernicus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
43 lines (43 loc) · 1.09 KB
/
glide.yaml
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
package: copernicus
import:
- package: github.com/astaxie/beego
version: ~1.8.3
subpackages:
- config
- package: github.com/davecgh/go-spew
version: v1.1.0
subpackages:
- spew
- package: github.com/siddontang/ledisdb
version: ^0.5.0
subpackages:
- ledis
- package: github.com/BurntSushi/toml
version: ^0.3.0
- package: github.com/btcsuite/go-socks
subpackages:
- socks
- package: github.com/pkg/errors
version: ^0.8.0
- package: gopkg.in/yaml.v2
- package: github.com/btcsuite/fastsha256
- package: github.com/btcboost/secp256k1-go
version: d1d3521a2faf654cee837aad57713ec4c814791f
- package: gopkg.in/fatih/set.v0
version: ^0.1.0
- package: github.com/bradfitz/slice
- package: go4.org
subpackages:
- reflectutil
- package: github.com/google/btree
- package: github.com/syndtr/goleveldb
version: 211f780988068502fe874c44dae530528ebd840f
- package: github.com/spf13/viper
version: ^1.0.0
#- packege: gopkg.in/go-playground/validator.v8
#- package: github.com/smartystreets/goconvey/convey
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert