Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/go_modules/go.uber.or…
Browse files Browse the repository at this point in the history
…g/fx-1.19.1'

# Conflicts:
#	go.mod
#	go.sum
  • Loading branch information
runs committed Feb 23, 2023
2 parents df399ae + d73ceb5 commit dd11abe
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 549 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ go 1.18
require (
github.com/gin-contrib/zap v0.1.0
github.com/gin-gonic/gin v1.8.2
github.com/go-oauth2/gin-server v1.1.0
github.com/go-oauth2/oauth2/v4 v4.5.2
github.com/go-playground/validator/v10 v10.11.2
github.com/go-playground/validator/v10 v10.11.1
github.com/go-resty/resty/v2 v2.7.0
github.com/google/uuid v1.3.0
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.15.0
go.uber.org/fx v1.17.1
go.uber.org/fx v1.19.1
go.uber.org/zap v1.23.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gorm.io/driver/mysql v1.3.3
Expand Down Expand Up @@ -56,8 +54,11 @@ require (
github.com/ugorji/go/codec v1.2.7 // indirect
go.opentelemetry.io/otel v1.10.0 // indirect
go.opentelemetry.io/otel/trace v1.10.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/dig v1.16.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/dig v1.14.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
Expand Down
Loading

0 comments on commit dd11abe

Please sign in to comment.