-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
59 lines (57 loc) · 2.48 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
module github.com/michilu/boilerplate
go 1.13
require (
cloud.google.com/go v0.57.0
cloud.google.com/go/logging v1.0.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.1 // indirect
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/StudioSol/async v1.0.0
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/augustoroman/promise v0.0.0-20151011205337-9164cf1f0cc6
github.com/aws/aws-sdk-go v1.30.26 // indirect
github.com/cheekybits/genny v1.0.0
github.com/envoyproxy/protoc-gen-validate v0.3.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/getsentry/sentry-go v0.6.1
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.4.1
github.com/google/go-replayers/grpcreplay v1.0.0 // indirect
github.com/google/pprof v0.0.0-20200507031123-427632fa3b1c // indirect
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f
github.com/jeremywohl/flatten v1.0.1
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/marusama/semaphore v0.0.0-20190110074507-6952cef993b2
github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect
github.com/michilu/go-selfupdate v0.0.0-20200326235554-e735104c8775
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pkg/profile v1.4.0
github.com/rs/xid v1.2.1
github.com/rs/zerolog v1.18.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/valyala/fastjson v1.5.1
github.com/xujiajun/nutsdb v0.5.0
go.opencensus.io v0.22.3
gocloud.dev v0.19.0
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 // indirect
google.golang.org/api v0.24.0 // indirect
google.golang.org/appengine v1.6.6
google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.22.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/js/util v0.0.0-20150216223935-96b8dd9d1621 // indirect
honnef.co/go/js/xhr v0.0.0-20150307031022-00e3346113ae
)