Skip to content

Commit f5c35ef

Browse files
committed
modules: update deps
1 parent 63e60f6 commit f5c35ef

File tree

2 files changed

+67
-58
lines changed

2 files changed

+67
-58
lines changed

go.mod

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/GeertJohan/go.rice v1.0.1-0.20190430230923-c880e3cd4dd8
77
github.com/apache/thrift v0.13.0 // indirect
88
github.com/atrox/go-migrate-rice v1.0.1
9-
github.com/aws/aws-sdk-go v1.28.9
9+
github.com/aws/aws-sdk-go v1.28.11
1010
github.com/cenkalti/backoff/v3 v3.2.2
1111
github.com/daaku/go.zipexe v1.0.1 // indirect
1212
github.com/dsnet/compress v0.0.1 // indirect
@@ -21,7 +21,7 @@ require (
2121
github.com/gogo/protobuf v1.3.1 // indirect
2222
github.com/gogo/status v1.1.0 // indirect
2323
github.com/golang-migrate/migrate/v4 v4.8.0
24-
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
24+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
2525
github.com/golang/mock v1.4.0
2626
github.com/google/uuid v1.1.1
2727
github.com/google/wire v0.4.0 // indirect
@@ -32,11 +32,10 @@ require (
3232
github.com/oklog/run v1.1.0
3333
github.com/opentracing/opentracing-go v1.1.0 // indirect
3434
github.com/pelletier/go-toml v1.6.0 // indirect
35-
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
35+
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
3636
github.com/prometheus/client_golang v1.4.0
3737
github.com/radovskyb/watcher v1.0.7
3838
github.com/samuel/go-thrift v0.0.0-20191111193933-5165175b40af // indirect
39-
github.com/sergi/go-diff v1.1.0 // indirect
4039
github.com/spf13/afero v1.2.2
4140
github.com/spf13/cast v1.3.1 // indirect
4241
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -48,28 +47,27 @@ require (
4847
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
4948
github.com/uber/tchannel-go v1.16.0 // indirect
5049
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
51-
go.opencensus.io v0.22.2 // indirect
52-
go.uber.org/atomic v1.5.1 // indirect
50+
go.opencensus.io v0.22.3 // indirect
5351
go.uber.org/cadence v0.10.5
5452
go.uber.org/multierr v1.4.0 // indirect
55-
go.uber.org/net/metrics v1.2.0 // indirect
56-
go.uber.org/thriftrw v1.21.0 // indirect
53+
go.uber.org/net/metrics v1.3.0 // indirect
54+
go.uber.org/thriftrw v1.22.0 // indirect
5755
go.uber.org/yarpc v1.42.1
5856
go.uber.org/zap v1.13.0
59-
goa.design/goa v2.0.8+incompatible
57+
goa.design/goa v2.0.10+incompatible
6058
goa.design/goa/v3 v3.0.10
61-
goa.design/plugins/v3 v3.0.9
59+
goa.design/plugins/v3 v3.0.10
6260
gocloud.dev v0.18.0
63-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
61+
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
62+
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
6463
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
65-
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
64+
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
6665
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
67-
golang.org/x/tools v0.0.0-20200110213125-a7a6caa82ab2 // indirect
68-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
69-
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f // indirect
70-
google.golang.org/grpc v1.26.0 // indirect
71-
gopkg.in/ini.v1 v1.51.1 // indirect
72-
gopkg.in/yaml.v2 v2.2.7 // indirect
66+
golang.org/x/tools v0.0.0-20200206001521-403f1254bdfd // indirect
67+
google.golang.org/genproto v0.0.0-20200205142000-a86caf926a67 // indirect
68+
google.golang.org/grpc v1.27.1 // indirect
69+
gopkg.in/ini.v1 v1.52.0 // indirect
70+
gopkg.in/yaml.v2 v2.2.8 // indirect
7371
gotest.tools/v3 v3.0.0
7472
)
7573

0 commit comments

Comments
 (0)