Skip to content

Commit 0af60ed

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

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.25.0
44

55
require (
66
github.com/go-chi/chi/v5 v5.2.3
7-
github.com/ifnotnil/daemon v0.0.2
7+
github.com/ifnotnil/daemon v0.0.3
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.3 h1:WQIt9uxdsAbgIYgid+BpYc+liqQZGMHRaUwp0JUcvdE=
66
github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
77
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
88
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
9-
github.com/ifnotnil/daemon v0.0.2 h1:xwYxnPh8C2htRiF1eupAXbtlZpMFDA6CDR4f6ZpgzqQ=
10-
github.com/ifnotnil/daemon v0.0.2/go.mod h1:1MdZgPWrq+D4jlxqENo54Q7AkwCEIF03mZEYu79dpyY=
9+
github.com/ifnotnil/daemon v0.0.3 h1:nAGIVWkn1q+3vJqDOBDtAL9NcYw/64PtH96wFh6thK8=
10+
github.com/ifnotnil/daemon v0.0.3/go.mod h1:dZ+faxyNcH16xuUD5PNWKBtrrPL9vRNDsTRR4/N6PXQ=
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)