diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-06 22:50:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 22:50:33 +0800 |
commit | 55a8079c8345a74be2a259f74a41ae8c177cbdba (patch) | |
tree | 1c025311b19a7f2e2e67dc60ec78bd4eb626e691 /go.mod | |
parent | 0a92ad27efa972d6e960665fd274eb765fbabcec (diff) |
mod: bump gopkg.in/ini.v1 from 1.66.5 to 1.66.6 (#7017)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ require ( gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df - gopkg.in/ini.v1 v1.66.5 + gopkg.in/ini.v1 v1.66.6 gopkg.in/macaron.v1 v1.4.0 gorm.io/driver/mysql v1.3.4 gorm.io/driver/postgres v1.3.7 |