-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (30 loc) · 1.22 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
module go.zenithar.org/repo-template
go 1.13
require (
github.com/common-nighthawk/go-figure v0.0.0-20190529165535-67e0ed34491a
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/fatih/color v1.7.0
github.com/frapposelli/wwhrd v0.2.4 // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.2
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365 // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/magefile/mage v1.8.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/uber/prototool v1.8.1 // indirect
go.uber.org/zap v1.10.0
go.zenithar.org/pkg/config v0.0.6
go.zenithar.org/pkg/db/adapter/mongodb v0.0.12 // indirect
go.zenithar.org/pkg/flags v0.0.2
go.zenithar.org/pkg/log v0.2.0
go.zenithar.org/pkg/platform v0.1.4
go.zenithar.org/protoc-gen-cobra v0.0.3 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/grpc v1.22.1
gotest.tools/gotestsum v0.3.5 // indirect
mvdan.cc/gofumpt v0.0.0-20190729090447-96300e3d49fb // indirect
)