Skip to content

Commit

Permalink
Upgrade deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jun 4, 2023
1 parent ad719a4 commit 160044d
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 33 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ go 1.17
require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/jmoiron/sqlx v1.3.1
github.com/knadh/go-i18n v0.1.0
github.com/knadh/goyesql v0.0.0-20190822122127-22fd9176b589
github.com/knadh/knphone v0.0.0-20190624172359-d31f66505cbf
github.com/knadh/koanf v0.15.0
github.com/knadh/koanf v1.5.0
github.com/knadh/paginator v0.0.0-20210310070812-ae09d514e148
github.com/knadh/stuffbin v1.1.0
github.com/labstack/echo/v4 v4.9.0
github.com/lib/pq v1.10.0
github.com/labstack/echo/v4 v4.10.2
github.com/lib/pq v1.10.9
github.com/spf13/pflag v1.0.5
gitlab.com/joice/mlphone-go v0.0.0-20201001084309-2bb02984eed8
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b
Expand All @@ -25,21 +26,20 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/knadh/go-i18n v0.1.0 // indirect
github.com/labstack/gommon v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
golang.org/x/time v0.3.0 // indirect
)
Loading

0 comments on commit 160044d

Please sign in to comment.