Bump github.com/go-acme/lego/v4 from 4.12.0 to 4.12.1

Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/go-acme/lego/releases)
- [Changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-acme/lego/compare/v4.12.0...v4.12.1)

---
updated-dependencies:
- dependency-name: github.com/go-acme/lego/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-07 04:04:01 +00:00
committed by GitHub
parent 4a24681539
commit 7cc427e798
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -5,7 +5,7 @@ go 1.20
require (
github.com/beevik/ntp v1.0.0
github.com/fsnotify/fsnotify v1.6.0
github.com/go-acme/lego/v4 v4.12.0
github.com/go-acme/lego/v4 v4.12.1
github.com/go-redis/redis/v8 v8.11.5
github.com/go-resty/resty/v2 v2.7.0
github.com/goccy/go-json v0.10.2
@@ -13,6 +13,7 @@ require (
github.com/sagernet/sing-box v1.2.7
github.com/spf13/cobra v1.7.0
github.com/xtls/xray-core v1.8.1
golang.org/x/crypto v0.9.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -158,7 +159,6 @@ require (
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/ratelimit v0.2.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.10.0 // indirect