-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
36 lines (34 loc) · 1.25 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
module github.com/future-architect/watertower
go 1.13
require (
github.com/aws/aws-lambda-go v1.24.0
github.com/awslabs/aws-lambda-go-api-proxy v0.10.0
github.com/fatih/color v1.7.0
github.com/future-architect/gocloudurls v1.0.4
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/runtime v0.19.12
github.com/go-openapi/spec v0.19.7
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.8
github.com/go-openapi/validate v0.19.7
github.com/ikawaha/kagome-dict/ipa v1.0.1
github.com/ikawaha/kagome/v2 v2.3.4
github.com/jessevdk/go-flags v1.4.0
github.com/kljensen/snowball v0.6.0
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rs/xid v1.2.1
github.com/shibukawa/cloudcounter v0.0.2
github.com/shibukawa/compints v0.1.0
github.com/stretchr/testify v1.6.1
go.mongodb.org/mongo-driver v1.3.1 // indirect
go.pyspa.org/brbundle v1.1.2
gocloud.dev v0.19.0
gocloud.dev/docstore/mongodocstore v0.19.0
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)