Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all #161

Merged
merged 1 commit into from
May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ require (
go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277 // indirect
go.uber.org/zap v1.10.0
golang.org/x/arch v0.0.0-20190329052859-788fe5ffcd8c // indirect
golang.org/x/net v0.0.0-20190509083800-f4e77d36d62c // indirect
golang.org/x/net v0.0.0-20190509232157-a4d6f7feada5 // indirect
golang.org/x/oauth2 v0.0.0-20190405164817-9f3314589c9a
golang.org/x/sync v0.0.0-20190427212804-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190509083800-2d0786266e9c // indirect
golang.org/x/sys v0.0.0-20190509232157-a5b02f93d862 // indirect
google.golang.org/appengine v1.5.0 // indirect
moul.io/zapgorm v0.0.0-20181220094309-2149c5ded6fc
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ golang.org/x/net v0.0.0-20190427212804-4829fb13d2c6 h1:lXN2/0L8Ws46pCXSDORGpvOHo
golang.org/x/net v0.0.0-20190427212804-4829fb13d2c6/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190509083800-f4e77d36d62c h1:E74LbB86VzIQzo54yNHiGwFQWK4DI5vbTFgtBy3XRQI=
golang.org/x/net v0.0.0-20190509083800-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190509232157-a4d6f7feada5 h1:Gr9K7rnQu6S2/Qk7SYRXZDW7yX4vcFnfGo3uPMwi7VQ=
golang.org/x/net v0.0.0-20190509232157-a4d6f7feada5/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced h1:4oqSq7eft7MdPKBGQK11X9WYUxmj6ZLgGTqYIbY1kyw=
golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
Expand Down Expand Up @@ -339,6 +341,8 @@ golang.org/x/sys v0.0.0-20190427212804-a129542de9ae h1:mUrkVid5iBtke+ekbZZbssF6W
golang.org/x/sys v0.0.0-20190427212804-a129542de9ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190509083800-2d0786266e9c h1:xRByvR2GCKvksXAC/luUTfdg5Th1egm7fh8HcFOW2MY=
golang.org/x/sys v0.0.0-20190509083800-2d0786266e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190509232157-a5b02f93d862 h1:HkmWFn6c7AVM/px4NEbrDgxwLL2RpjIXAiNUAAWgRXA=
golang.org/x/sys v0.0.0-20190509232157-a5b02f93d862/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 h1:z99zHgr7hKfrUcX/KsoJk5FJfjTceCKIp96+biqP4To=
Expand Down