Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 1, 2024
1 parent 8601e40 commit e7ee378
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ require (
github.com/hedzr/is v0.6.0
github.com/hedzr/logg v0.7.3
github.com/hedzr/store v1.1.1
github.com/hedzr/store/codecs/json v1.1.0
github.com/hedzr/store/providers/file v1.1.0
github.com/hedzr/store/codecs/json v1.1.1
github.com/hedzr/store/providers/file v1.1.1
golang.org/x/crypto v0.28.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
gopkg.in/hedzr/errors.v3 v3.3.5
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
github.com/hedzr/logg v0.7.3/go.mod h1:vDrWkHLGnU3pjF9DIrTl+P95+JusLirvGMOMbEqP8OU=
github.com/hedzr/store v1.1.1 h1:w8DTjSUurdh3sxL+IpBR7KoaUW022spo1/pJpz2Q3Zk=
github.com/hedzr/store v1.1.1/go.mod h1:VrXdpWodxchoAtPChb8QyjioKATQztcFI6FuTHT2ObA=
github.com/hedzr/store/codecs/json v1.1.0 h1:sQLnO4IsWx/q1f7O9Y475+O/0DQCTnRjWwi1V8ezhAY=
github.com/hedzr/store/codecs/json v1.1.0/go.mod h1:g0ym5+S55VuP/VsJmjgy1JlE3PTDUHoHpq5dC3YhmSs=
github.com/hedzr/store/providers/file v1.1.0 h1:cLsybplO4KE2UuSI0ZMPkgkH9/wT1cMSZOmATeek6wc=
github.com/hedzr/store/providers/file v1.1.0/go.mod h1:sKI215iE6c2qBXvG49iczmX8xi14H6Mi8ClUIgUlBro=
github.com/hedzr/store/codecs/json v1.1.1 h1:R+JotDzx4KqWRMPEh/vD+gV0KVB8xf4hdytLicd4y74=
github.com/hedzr/store/codecs/json v1.1.1/go.mod h1:h0+BOFKfRmpVCFrjaedYEyxnZ9ivKGPpXFdKy3W1i1k=
github.com/hedzr/store/providers/file v1.1.1 h1:BuSQegXw+Wh9NobTHApjLfyBuTzkomwmPnf5Ucyd90I=
github.com/hedzr/store/providers/file v1.1.1/go.mod h1:+paFyBhqzL/n0RHpG+MeBjiOM5ZVtYR+I5ae5SuW9qs=
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c h1:7dEasQXItcW1xKJ2+gg5VOiBnqWrJc+rq0DPKyvvdbY=
Expand Down

0 comments on commit e7ee378

Please sign in to comment.