From 68706a6082a92ea83d4194cd773dda2b5030cf59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 04:20:39 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/httpd from 0.0.5 to 0.0.9 Bumps [github.com/harluo/httpd](https://github.com/harluo/httpd) from 0.0.5 to 0.0.9. - [Commits](https://github.com/harluo/httpd/compare/v0.0.5...v0.0.9) --- updated-dependencies: - dependency-name: github.com/harluo/httpd dependency-version: 0.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/go.mod b/go.mod index 7949b41..c5f0a60 100644 --- a/go.mod +++ b/go.mod @@ -1,31 +1,31 @@ module github.com/harluo/promethy -go 1.25 +go 1.25.0 require ( github.com/goexl/log v0.1.0 github.com/goexl/promethy v0.1.6 github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 - github.com/harluo/httpd v0.0.5 + github.com/harluo/httpd v0.0.9 ) require ( github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect - github.com/clipperhouse/displaywidth v0.7.0 // indirect - github.com/clipperhouse/stringish v0.1.1 // indirect - github.com/clipperhouse/uax29/v2 v2.3.1 // indirect + github.com/clipperhouse/displaywidth v0.11.0 // indirect + github.com/clipperhouse/uax29/v2 v2.7.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect github.com/drone/envsubst v1.0.3 // indirect github.com/expr-lang/expr v1.17.7 // indirect - github.com/fatih/color v1.18.0 // indirect + github.com/fatih/color v1.19.0 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect - github.com/gabriel-vasile/mimetype v1.4.12 // indirect + github.com/gabriel-vasile/mimetype v1.4.13 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect - github.com/go-playground/validator/v10 v10.30.1 // indirect + github.com/go-playground/validator/v10 v10.30.2 // indirect github.com/go-resty/resty/v2 v2.17.1 // indirect + github.com/goccy/go-json v0.10.6 // indirect github.com/goexl/baozheng v0.0.1 // indirect github.com/goexl/env v0.0.2 // indirect github.com/goexl/exception v0.0.4 // indirect @@ -41,14 +41,14 @@ require ( github.com/kr/text v0.2.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect - github.com/mattn/go-isatty v0.0.20 // indirect - github.com/mattn/go-runewidth v0.0.19 // indirect + github.com/mattn/go-isatty v0.0.21 // indirect + github.com/mattn/go-runewidth v0.0.23 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect - github.com/olekukonko/errors v1.2.0 // indirect - github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect - github.com/olekukonko/tablewriter v1.1.3 // indirect + github.com/olekukonko/errors v1.3.0 // indirect + github.com/olekukonko/ll v0.1.8 // indirect + github.com/olekukonko/tablewriter v1.1.4 // indirect github.com/prometheus/client_golang v1.23.2 // indirect github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.67.5 // indirect @@ -60,9 +60,9 @@ require ( github.com/zs5460/art v0.3.0 // indirect go.uber.org/dig v1.19.0 // indirect go.yaml.in/yaml/v2 v2.4.3 // indirect - golang.org/x/crypto v0.47.0 // indirect - golang.org/x/net v0.49.0 // indirect - golang.org/x/sys v0.40.0 // indirect - golang.org/x/text v0.33.0 // indirect + golang.org/x/crypto v0.50.0 // indirect + golang.org/x/net v0.52.0 // indirect + golang.org/x/sys v0.43.0 // indirect + golang.org/x/text v0.36.0 // indirect google.golang.org/protobuf v1.36.11 // indirect )