Skip to content

Commit c79a2e9

Browse files
Bump github.com/sunshineplan/service from 1.0.21 to 1.0.22 in /service (#144)
* Bump github.com/sunshineplan/service from 1.0.21 to 1.0.22 in /service Bumps [github.com/sunshineplan/service](https://github.com/sunshineplan/service) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/sunshineplan/service/releases) - [Commits](sunshineplan/service@v1.0.21...v1.0.22) --- updated-dependencies: - dependency-name: github.com/sunshineplan/service dependency-version: 1.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * 2025-04-15 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c2c33c commit c79a2e9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

service/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module httpproxy
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.0
5+
toolchain go1.24.2
66

77
require (
88
github.com/fsnotify/fsnotify v1.9.0
99
github.com/sunshineplan/httpproxy v0.0.0-00010101000000-000000000000
1010
github.com/sunshineplan/limiter v1.0.0
11-
github.com/sunshineplan/service v1.0.21
11+
github.com/sunshineplan/service v1.0.22
1212
github.com/sunshineplan/utils v0.1.74
1313
golang.org/x/net v0.39.0
1414
golang.org/x/time v0.11.0

service/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S
22
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
33
github.com/sunshineplan/limiter v1.0.0 h1:wx3q5eS5J+ggXlAxzg9k6UbDyJYrysNmHyxt5cNmCP8=
44
github.com/sunshineplan/limiter v1.0.0/go.mod h1:+Pjd5Pu7i5YclrnFz+MBFxGB9+MZ2cytQeV+S9kXOxY=
5-
github.com/sunshineplan/service v1.0.21 h1:UXYaWwLVMeG5cZ40vlxVQLpymuSesCZK8ADn7uvQB2Q=
6-
github.com/sunshineplan/service v1.0.21/go.mod h1:dZtX1ktoLwftAH+p7Pve4xbaQyRuzFq1j8m1HStMsso=
5+
github.com/sunshineplan/service v1.0.22 h1:MFXKIbcd3POiJb9KRI8oeybc2qN0p79vv9f+OL88EDU=
6+
github.com/sunshineplan/service v1.0.22/go.mod h1:JR7cTSNJVlajjXfXobA3Rr46z88M+6VK6coxq7JmyrY=
77
github.com/sunshineplan/utils v0.1.74 h1:Zr5Si2lllOfDbxcSz4GpaSsF24CzlBFNrF/WGMc8lH8=
88
github.com/sunshineplan/utils v0.1.74/go.mod h1:61jHA9jn2CVlZzt9LbPz+MpOEiR6Jy5SNHHEcc/KQNk=
99
golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=

0 commit comments

Comments
 (0)