File tree Expand file tree Collapse file tree
apps/logger/images/logger Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module logger
22
3- go 1.22
3+ go 1.25.0
44
55require (
66 github.com/spf13/pflag v1.0.5
@@ -22,7 +22,7 @@ require (
2222 go.uber.org/atomic v1.9.0 // indirect
2323 go.uber.org/multierr v1.9.0 // indirect
2424 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
25- golang.org/x/sys v0.15 .0 // indirect
25+ golang.org/x/sys v0.47 .0 // indirect
2626 golang.org/x/text v0.14.0 // indirect
2727 gopkg.in/ini.v1 v1.67.0 // indirect
2828 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI=
5555go.uber.org/multierr v1.9.0 /go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ =
5656golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g =
5757golang.org/x/exp v0.0.0-20230905200255-921286631fa9 /go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k =
58- golang.org/x/sys v0.15 .0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc =
59- golang.org/x/sys v0.15 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
58+ golang.org/x/sys v0.47 .0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs =
59+ golang.org/x/sys v0.47 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
6060golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ =
6161golang.org/x/text v0.14.0 /go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU =
6262gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments