Skip to content

Commit

Permalink
fix(deps): update module go.uber.org/zap to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2021
1 parent 21e625d commit a4789d3
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -5,6 +5,7 @@ go 1.15
require (
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-chi/chi v1.5.4
github.com/go-chi/chi/v5 v5.0.3
github.com/go-chi/cors v1.2.0
github.com/go-chi/render v1.0.1
Expand All @@ -14,7 +15,7 @@ require (
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx/v4 v4.11.0
github.com/jackc/pgx v3.6.2+incompatible
github.com/jackc/pgx/v4 v4.11.0
github.com/jmoiron/sqlx v1.3.4
github.com/lib/pq v1.8.0 // indirect
Expand All @@ -31,8 +32,7 @@ require (
github.com/spf13/viper v1.7.1
github.com/unrolled/secure v1.0.9
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200930160638-afb6bcd081ae // indirect
go.uber.org/zap v1.17.0
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
Expand Down

0 comments on commit a4789d3

Please sign in to comment.