Skip to content

Commit 222bc33

Browse files
[deps]: Bump github.com/ifnotnil/x/http from 0.0.2 to 0.0.3 (#76)
Bumps [github.com/ifnotnil/x/http](https://github.com/ifnotnil/x) from 0.0.2 to 0.0.3. - [Commits](ifnotnil/x@conf/v0.0.2...http/v0.0.3) --- updated-dependencies: - dependency-name: github.com/ifnotnil/x/http dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7811a6f commit 222bc33

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
@@ -5,7 +5,7 @@ go 1.24.2
55
require (
66
github.com/go-chi/chi/v5 v5.2.1
77
github.com/ifnotnil/daemon v0.0.1
8-
github.com/ifnotnil/x/http v0.0.2
8+
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.0.0
1111
github.com/knadh/koanf/providers/confmap v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIx
88
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
99
github.com/ifnotnil/daemon v0.0.1 h1:L3xmpvfhJbS/br1pYsSRnfqY/LkowETJKq1lrSpw0N0=
1010
github.com/ifnotnil/daemon v0.0.1/go.mod h1:1MdZgPWrq+D4jlxqENo54Q7AkwCEIF03mZEYu79dpyY=
11-
github.com/ifnotnil/x/http v0.0.2 h1:b4D76UAXWpWgB718Ai4NAkwvxuSnEW5hXRSp1APm1n8=
12-
github.com/ifnotnil/x/http v0.0.2/go.mod h1:ypXtxLtlMet+XudeN1YlIYWAT3vwfIuUfSALBnwvP8s=
11+
github.com/ifnotnil/x/http v0.0.3 h1:8NXebgSkbioyKIRHcn+lS7/hDi6azoEAS7usYvwOY3Q=
12+
github.com/ifnotnil/x/http v0.0.3/go.mod h1:ypXtxLtlMet+XudeN1YlIYWAT3vwfIuUfSALBnwvP8s=
1313
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
1414
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
1515
github.com/knadh/koanf/maps v0.1.2 h1:RBfmAW5CnZT+PJ1CVc1QSJKf4Xu9kxfQgYVQSu8hpbo=

0 commit comments

Comments
 (0)