Skip to content

Commit dc09edd

Browse files
[deps]: Bump github.com/ifnotnil/daemon from 0.0.1 to 0.0.2
Bumps [github.com/ifnotnil/daemon](https://github.com/ifnotnil/daemon) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/ifnotnil/daemon/releases) - [Commits](ifnotnil/daemon@v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: github.com/ifnotnil/daemon dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e4c92a commit dc09edd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.2
44

55
require (
66
github.com/go-chi/chi/v5 v5.2.2
7-
github.com/ifnotnil/daemon v0.0.1
7+
github.com/ifnotnil/daemon v0.0.2
88
github.com/ifnotnil/x/http v0.0.3
99
github.com/knadh/koanf/parsers/dotenv v1.1.0
1010
github.com/knadh/koanf/parsers/yaml v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618=
66
github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
77
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
88
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
9-
github.com/ifnotnil/daemon v0.0.1 h1:L3xmpvfhJbS/br1pYsSRnfqY/LkowETJKq1lrSpw0N0=
10-
github.com/ifnotnil/daemon v0.0.1/go.mod h1:1MdZgPWrq+D4jlxqENo54Q7AkwCEIF03mZEYu79dpyY=
9+
github.com/ifnotnil/daemon v0.0.2 h1:xwYxnPh8C2htRiF1eupAXbtlZpMFDA6CDR4f6ZpgzqQ=
10+
github.com/ifnotnil/daemon v0.0.2/go.mod h1:1MdZgPWrq+D4jlxqENo54Q7AkwCEIF03mZEYu79dpyY=
1111
github.com/ifnotnil/x/http v0.0.3 h1:8NXebgSkbioyKIRHcn+lS7/hDi6azoEAS7usYvwOY3Q=
1212
github.com/ifnotnil/x/http v0.0.3/go.mod h1:ypXtxLtlMet+XudeN1YlIYWAT3vwfIuUfSALBnwvP8s=
1313
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=

0 commit comments

Comments
 (0)