Skip to content

Commit

Permalink
chore(deps): bump github.com/zeromicro/go-zero from 1.3.2 to 1.4.4 (#15)
Browse files Browse the repository at this point in the history
Bumps [github.com/zeromicro/go-zero](https://github.com/zeromicro/go-zero) from 1.3.2 to 1.4.4.
- [Release notes](https://github.com/zeromicro/go-zero/releases)
- [Commits](zeromicro/go-zero@v1.3.2...v1.4.4)

---
updated-dependencies:
- dependency-name: github.com/zeromicro/go-zero
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 84f9635 commit 81ee562
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 74 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.0
github.com/zeromicro/go-zero v1.3.2
github.com/zeromicro/go-zero v1.4.4
)

require (
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
Expand All @@ -28,13 +31,12 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
go.opentelemetry.io/otel v1.3.0 // indirect
go.opentelemetry.io/otel/trace v1.3.0 // indirect
go.uber.org/automaxprocs v1.4.0 // indirect
go.opentelemetry.io/otel v1.10.0 // indirect
go.opentelemetry.io/otel/trace v1.10.0 // indirect
go.uber.org/automaxprocs v1.5.1 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 81ee562

Please sign in to comment.