From dc82e0e66bbccceafad833fa09cd170b33e246ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 22:04:49 +0000 Subject: [PATCH] Bump github.com/AnimeKaizoku/ssg from 1.1.20 to 1.1.25 Bumps [github.com/AnimeKaizoku/ssg](https://github.com/AnimeKaizoku/ssg) from 1.1.20 to 1.1.25. - [Release notes](https://github.com/AnimeKaizoku/ssg/releases) - [Commits](https://github.com/AnimeKaizoku/ssg/compare/v1.1.20...v1.1.25) --- updated-dependencies: - dependency-name: github.com/AnimeKaizoku/ssg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index a67ba00..0d5ec4b 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module wp-server go 1.18 require ( - github.com/AnimeKaizoku/ssg v1.1.20 + github.com/AnimeKaizoku/ssg v1.1.25 github.com/TheGolangHub/wotoCrypto v1.0.5 go.uber.org/zap v1.23.0 + golang.org/x/crypto v0.1.0 gorm.io/driver/postgres v1.4.5 gorm.io/driver/sqlite v1.4.3 gorm.io/gorm v1.24.1-0.20221019064659-5dd2bb482755 - golang.org/x/crypto v0.1.0 ) require ( diff --git a/go.sum b/go.sum index 8dc082f..aec4b7e 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/AnimeKaizoku/ssg v1.1.20 h1:NKwPgksVTwpT/uyhOcggDC88UxB4pkkhrClnOrn4sKE= -github.com/AnimeKaizoku/ssg v1.1.20/go.mod h1:pe9BzQLW45VHgs4Puq1WcvnY+G5r07ecg2+MIycC1OM= +github.com/AnimeKaizoku/ssg v1.1.25 h1:cYjXBMa+BWSc2yg+riHros8gdZFKMRvbpH40EMZWEc8= +github.com/AnimeKaizoku/ssg v1.1.25/go.mod h1:pe9BzQLW45VHgs4Puq1WcvnY+G5r07ecg2+MIycC1OM= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=