forked from stellar/go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
63 lines (48 loc) · 1.27 KB
/
Gopkg.toml
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
[[constraint]]
branch = "default"
name = "bitbucket.org/ww/goautoneg"
[[constraint]]
name = "github.com/asaskevich/govalidator"
source = "https://github.com/asaskevich/govalidator.git"
[[constraint]]
name = "github.com/go-chi/chi"
version = "~3.1.5"
[[constraint]]
branch = "master"
name = "github.com/goji/httpauth"
[[constraint]]
branch = "master"
name = "github.com/haltingstate/secp256k1-go"
[[constraint]]
branch = "master"
name = "github.com/howeyc/gopass"
[[constraint]]
branch = "master"
name = "github.com/manucorporat/sse"
[[constraint]]
branch = "master"
name = "github.com/onsi/ginkgo"
[[constraint]]
branch = "master"
name = "github.com/onsi/gomega"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/rs/cors"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/tyler-smith/go-bip32"
[[constraint]]
name = "gopkg.in/tylerb/graceful.v1"
version = "1.2.13"
[[constraint]]
name = "github.com/sirupsen/logrus"
revision = "68cec9f21fbf3ea8d8f98c044bc6ce05f17b267a"
[[constraint]]
name = "github.com/throttled/throttled"
source = "https://github.com/bartekn/throttled.git"
revision = "c99eef3ad70a3be5a983770523e0e379699c805c"
[prune]
go-tests = true