-
Notifications
You must be signed in to change notification settings - Fork 4
/
glide.yaml
65 lines (65 loc) · 1.48 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
package: github.com/coreos-inc/apostille
import:
- package: github.com/Sirupsen/logrus
version: ~0.11.0
- package: github.com/docker/distribution
version: 2.5.1
subpackages:
- context
- health
- registry/auth
- registry/auth/htpasswd
- registry/auth/token
- package: github.com/docker/go-connections
version: ~0.2.1
subpackages:
- tlsconfig
- package: github.com/docker/notary
version: e40704742d34c0c81d06f8a09567f0a77c5abbd2
repo: [email protected]:ecordell/notary.git
subpackages:
- cryptoservice
- server
- server/errors
- server/handlers
- server/storage
- signer/client
- tuf
- tuf/data
- tuf/signed
- tuf/utils
- utils
- package: github.com/go-sql-driver/mysql
version: ~1.3.0
- package: github.com/gorilla/mux
version: ~1.3.0
- package: github.com/jinzhu/gorm
version: ~1.0.0
- package: github.com/lib/pq
- package: github.com/spf13/viper
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
version: v1.0.5
- package: github.com/golang/protobuf
version: c3cefd437628a0b7d31b34fe44b3a7a540e98527
- package: gopkg.in/square/go-jose.v2
version: d5683d954d08cd430460c651e2a2fff4f3b39f86
subpackages:
- jwt
testImport:
- package: github.com/mattn/go-sqlite3
version: ~1.2.0
- package: github.com/stretchr/testify
subpackages:
- require
- package: github.com/surullabs/lint
version: 0d756cead89e06c7937925629a8a7ae9b8082046
subpackages:
- dupl
- gofmt
- golint
- gosimple
- gostaticcheck
- govet