Skip to content

Commit

Permalink
upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Oct 15, 2023
1 parent e993251 commit f9427ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go 1.18
// replace github.com/hedzr/errors v0.0.0 => ../errors

require (
github.com/hedzr/log v1.6.1
golang.org/x/sys v0.5.0
gopkg.in/hedzr/errors.v3 v3.1.0
github.com/hedzr/log v1.6.23
golang.org/x/sys v0.13.0
gopkg.in/hedzr/errors.v3 v3.1.11
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/hedzr/log v1.6.1 h1:smbLpyedIYuHEnzB0zAqV+JzVrLMamUHCtWqGXKe6LU=
github.com/hedzr/log v1.6.1/go.mod h1:ivg8kPFKy7vVLPoZgn+NyQOpY16LFPDvtS0lu1z8gdc=
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/hedzr/errors.v3 v3.1.0 h1:u46c8GgOolvsM8vQxesFjzFRPJ/iD3Dz+qCeRG/3DSI=
gopkg.in/hedzr/errors.v3 v3.1.0/go.mod h1:UwtyepqtGTIAmdZGSc7wxXT5Gfd/BjcfRMhPpxwkJM4=
github.com/hedzr/log v1.6.23 h1:b+Y3ywZ+jcm3FYVmg5hptmIE1z0hZ49AJUCfnrgOhMc=
github.com/hedzr/log v1.6.23/go.mod h1:hWkbCcshubJUPZIL/AAQeaSORTpoSQfWP7rNGYY7ooY=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/hedzr/errors.v3 v3.1.11 h1:kF8Wf45EpQVDqdjZZt0E1p6NFhAB+6cT8eR3k5K6Jc8=
gopkg.in/hedzr/errors.v3 v3.1.11/go.mod h1:UwtyepqtGTIAmdZGSc7wxXT5Gfd/BjcfRMhPpxwkJM4=

0 comments on commit f9427ca

Please sign in to comment.