Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973
github.com/kubeservice-stack/common v1.9.1
github.com/kubeservice-stack/common v1.10.0
github.com/montanaflynn/stats v0.9.0
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/common v0.68.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubeservice-stack/common v1.9.1 h1:uWRvApeau58hTyOyfGUrzrzzvz+p5OCu5dEX2EDl93I=
github.com/kubeservice-stack/common v1.9.1/go.mod h1:tC4FPCQGUiCYfFAOASvpVvA1N1+UTuITK2cX6w4CWMM=
github.com/kubeservice-stack/common v1.10.0 h1:1WibIluxYwhxb+reGlju5p1RvDlhQ5LOfc3sRXxqJzU=
github.com/kubeservice-stack/common v1.10.0/go.mod h1:GEEMqFiOIHjP9dVjZzQsdU9jGVtMnnBnKbPWbS5MMK8=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions vendor/github.com/kubeservice-stack/common/pkg/utils/map.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 20 additions & 11 deletions vendor/github.com/kubeservice-stack/common/pkg/utils/slice.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions vendor/github.com/kubeservice-stack/common/pkg/utils/strings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/illumos/go-kstat
# github.com/jpillora/backoff v1.0.0
## explicit; go 1.13
github.com/jpillora/backoff
# github.com/kubeservice-stack/common v1.9.1
## explicit; go 1.24.0
# github.com/kubeservice-stack/common v1.10.0
## explicit; go 1.26
github.com/kubeservice-stack/common/pkg/config
github.com/kubeservice-stack/common/pkg/config/ltoml
github.com/kubeservice-stack/common/pkg/logger
Expand Down
Loading