diff --git a/go.mod b/go.mod index 7d12caf6..044fac23 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/prometheus/client_golang v1.19.1 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 - github.com/stolostron/go-log-utils v0.1.2 + github.com/stolostron/go-log-utils v0.1.3 github.com/stolostron/go-template-utils/v6 v6.3.0 github.com/stolostron/kubernetes-dependency-watches v0.10.0 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index cdf384af..278df547 100644 --- a/go.sum +++ b/go.sum @@ -188,8 +188,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs= github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo= -github.com/stolostron/go-log-utils v0.1.2 h1:7l1aJWvBqU2+DUyimcslT5SJpdygVY/clRDmX5sO29c= -github.com/stolostron/go-log-utils v0.1.2/go.mod h1:8zrB8UJmp1rXhv3Ck9bBl5SpNfKk3SApeElbo96YRtQ= +github.com/stolostron/go-log-utils v0.1.3 h1:AKcM2z9updcnfQT5Zp5n3t0K4FEV6yHa5mdz7CgJzzE= +github.com/stolostron/go-log-utils v0.1.3/go.mod h1:P3KFqzZFTDSf365V7l8VSw6NfgalViC1/lPjJw0dt+M= github.com/stolostron/go-template-utils/v6 v6.3.0 h1:ptbIZcJqcWtT8baOrQyoqVFGj1PKQqyJzA9m+mcAHx8= github.com/stolostron/go-template-utils/v6 v6.3.0/go.mod h1:4+HWMKPMBDDekJlPve3zkuWdE0hcwgnKKOap2GoHjNY= github.com/stolostron/kubernetes-dependency-watches v0.10.0 h1:brg9FCZUvd1gnm5wmsv/InfErcPUvYcZsK/LWNRr+wg=