-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
60 lines (59 loc) · 3.23 KB
/
go.mod
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
module github.com/tmaiaroto/aegis
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/aws/aws-lambda-go v1.9.0
github.com/aws/aws-sdk-go v0.0.0-20180410222159-57564ea051fa
github.com/aws/aws-xray-sdk-go v1.0.0-rc.3
github.com/awslabs/aws-lambda-go-api-proxy v0.2.0
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v0.0.0-20170926111411-5df930a27be2
github.com/go-ini/ini v1.42.0 // indirect
github.com/gobwas/glob v0.0.0-20180402141543-f00a7392b439
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jhoonb/archivex v0.0.0-20170408192736-be4efa7ec0c3
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/kamilsk/breaker v1.1.0
github.com/kamilsk/retry/v4 v4.1.0
github.com/lestrrat-go/jwx v0.0.0-20180302000648-0cb38412795e
github.com/lestrrat-go/pdebug v0.0.0-20180220043849-39f9a71bcabe // indirect
github.com/magiconair/properties v0.0.0-20171031211101-49d762b9817b // indirect
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pelletier/go-toml v1.1.0 // indirect
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c // indirect
github.com/sirupsen/logrus v0.0.0-20180329225952-778f2e774c72
github.com/smartystreets/assertions v0.0.0-20180301161246-7678a5452ebe // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a
github.com/smartystreets/gunit v0.0.0-20180314194857-6f0d6275bdcd // indirect
github.com/spf13/afero v1.0.2 // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/cobra v0.0.0-20180124073143-f91529fc6092
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v0.0.0-20171106142849-4c012f6dcd95 // indirect
github.com/spf13/viper v0.0.0-20171227194143-aafc9e6bc7b7
github.com/tdewolff/minify v0.0.0-20180316203417-dfa646129323
github.com/tdewolff/parse v0.0.0-20180316054907-c7248c06ec34 // indirect
github.com/tdewolff/test v1.0.0 // indirect
github.com/unrolled/secure v1.0.0
golang.org/x/crypto v0.0.0-20180410182641-f70185d77e82 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
)