Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Oct 10, 2024
1 parent 3d67525 commit 72e179b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ go 1.22.7
// replace github.com/hedzr/go-log/v2 => ../libs.log

require (
github.com/hedzr/is v0.5.26
github.com/hedzr/logg v0.5.26
github.com/hedzr/is v0.5.27
github.com/hedzr/logg v0.6.0
gopkg.in/hedzr/errors.v3 v3.3.3
)

Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
github.com/hedzr/is v0.5.26 h1:8Ayv3wVMtF1yBhw9UeWMMtKORBeOz9VPbmmf1US0PPQ=
github.com/hedzr/is v0.5.26/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/is v0.5.27 h1:I2bm/jDDUTU4cRYpf8tNdhBcopr0GWBfS6g/9j50EYg=
github.com/hedzr/is v0.5.27/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.5.26 h1:TlzcusNhUVhomPx9iXgTQ54xRq1g6w9J3ycvMmSB1YU=
github.com/hedzr/logg v0.5.26/go.mod h1:FWSnA/nsXYxhIQOpNR+zjsl5jNX0vBLCxbPmAW4ZHOw=
github.com/hedzr/logg v0.6.0 h1:6NNUIy/Z7LLmq9aErEgJPu1MNjOxHc4ilBi38ImM0p4=
github.com/hedzr/logg v0.6.0/go.mod h1:HQlgSCUtvKwdDRP61cIDKfCIQpvL7Kmf6B/lZRxrz+Q=
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
Expand Down

0 comments on commit 72e179b

Please sign in to comment.