Skip to content

Commit

Permalink
upgraded deps to newest hedzr/store
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 24, 2024
1 parent fe0a926 commit 3b9dd29
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 34 deletions.
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,26 @@ require (
github.com/hedzr/evendeep v1.1.6
github.com/hedzr/is v0.5.17
github.com/hedzr/logg v0.5.13
github.com/hedzr/store v0.5.1
github.com/hedzr/store v1.0.0
golang.org/x/crypto v0.21.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
gopkg.in/hedzr/errors.v3 v3.3.1
)

require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hedzr/store/codecs/hcl v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/codecs/hjson v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/codecs/json v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/codecs/nestext v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/codecs/toml v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/codecs/yaml v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/providers/env v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/providers/file v0.0.0-20240309055652-9bfe2570640d // indirect
github.com/hedzr/store/codecs/hcl v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hedzr/store/codecs/hjson v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hedzr/store/codecs/json v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hedzr/store/codecs/nestext v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hedzr/store/codecs/toml v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hedzr/store/codecs/yaml v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hedzr/store/providers/env v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hedzr/store/providers/file v0.0.0-20240323130419-8791d185f792 // indirect
github.com/hjson/hjson-go/v4 v4.4.0 // indirect
github.com/npillmayer/nestext v0.1.3 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
Expand Down
48 changes: 25 additions & 23 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,45 @@ github.com/hedzr/is v0.5.17 h1:REHKfMjzLWL2o40QwfcuYaz6iTBalqluz7gVnRMf5Ls=
github.com/hedzr/is v0.5.17/go.mod h1:kRHlHbfm9K4IfgUTRqBY4u/mRgAHJGDlxECb8gUi5aM=
github.com/hedzr/logg v0.5.13 h1:igXPvEQVAFpmnIBqM/aCFJG1ujxN2wzrVl4wLJSn6Ww=
github.com/hedzr/logg v0.5.13/go.mod h1:vlmpC86lGIxYbMIwEZ/W7SCSMPjPkOCbiojnSXYj0Z4=
github.com/hedzr/store v0.5.1 h1:9Ppgvuu18JdXbDL4pNlffmvB+zxBVVQcmoNnDvFOW5Y=
github.com/hedzr/store v0.5.1/go.mod h1:ONk1rLk8++mtnQgcyusEzvL6+u9Ma47npm/RmkTMabs=
github.com/hedzr/store/codecs/hcl v0.0.0-20240309055652-9bfe2570640d h1:xy/TQFLIF/JMaxCKZuBwnJH1acjjybJerGz5//889Ck=
github.com/hedzr/store/codecs/hcl v0.0.0-20240309055652-9bfe2570640d/go.mod h1:24/RmMp4q3pAbezZcANOCJK8wXZSXrJAgdUkHwQ21+E=
github.com/hedzr/store/codecs/hjson v0.0.0-20240309055652-9bfe2570640d h1:XQE6JgQsKGXcTagOcyVlDbMRl7JegJoIRprdCIpgRro=
github.com/hedzr/store/codecs/hjson v0.0.0-20240309055652-9bfe2570640d/go.mod h1:1PXCOXswlVlDciCeafkRUpJXBSH+qn/1G5vnzdNWRH0=
github.com/hedzr/store/codecs/json v0.0.0-20240309055652-9bfe2570640d h1:FhpYbyfVnvWd8XRUN47du+m/dtXLcbUsjw6lRGQICN4=
github.com/hedzr/store/codecs/json v0.0.0-20240309055652-9bfe2570640d/go.mod h1:uKw++O+Sxgxsb6HY/Ox3ntUYGKeJgioh+94Ra9PIJ7Q=
github.com/hedzr/store/codecs/nestext v0.0.0-20240309055652-9bfe2570640d h1:L1wFZYKqVFlc1fr0flrb9c9grNQJfwhl/IaxAsGmQN8=
github.com/hedzr/store/codecs/nestext v0.0.0-20240309055652-9bfe2570640d/go.mod h1:PoIq9G9QJRKElB3ZdtGq1km95hacOT+41hm40IxHUPk=
github.com/hedzr/store/codecs/toml v0.0.0-20240309055652-9bfe2570640d h1:NPIt3LP5gy4YtqDimXkc0sgidA8b6Z40XWf7AMBM7nw=
github.com/hedzr/store/codecs/toml v0.0.0-20240309055652-9bfe2570640d/go.mod h1:gEi2JtYB1m2lCd1AtVYfDQUwWVCk19OTYrTDQOnBefc=
github.com/hedzr/store/codecs/yaml v0.0.0-20240309055652-9bfe2570640d h1:PQRcyo3EMjY6QITpnTIYFTbSBqhHL4hc5ED7i12qYJI=
github.com/hedzr/store/codecs/yaml v0.0.0-20240309055652-9bfe2570640d/go.mod h1:LGDqmVe2srklgB3v+7h7zmoZKUN7R8EcVCVixAUev1w=
github.com/hedzr/store/providers/env v0.0.0-20240309055652-9bfe2570640d h1:ToNBP2X00JC2DphGHqauX0fF2+TwM73K0nWUnAZbLuU=
github.com/hedzr/store/providers/env v0.0.0-20240309055652-9bfe2570640d/go.mod h1:1RPj9ZDXtepiZyiiPvgnYp8qpAPoLPn1vzt6pWFz1Xw=
github.com/hedzr/store/providers/file v0.0.0-20240309055652-9bfe2570640d h1:4lg12k6SrcwCKgjHI+V5F46vP4TcK+ObMhI+phxyMxg=
github.com/hedzr/store/providers/file v0.0.0-20240309055652-9bfe2570640d/go.mod h1:+Sc1g/Mr+ii48kWBbudTKnZH5e9Xt47SdX360dUnTN4=
github.com/hedzr/store v1.0.0 h1:HZ6LJA6/M3ypsVlSixKfWbY7IOh2hJ6L95ZWj2McZKQ=
github.com/hedzr/store v1.0.0/go.mod h1:3tFSwPGzkDxAOVyHoBa8j9SPPMoN4b6c8b5IR01VCPM=
github.com/hedzr/store/codecs/hcl v0.0.0-20240323130419-8791d185f792 h1:SikIMIEYa7mpELo9Zq31sZyR9w8rtr5XbPq/Psg+0fg=
github.com/hedzr/store/codecs/hcl v0.0.0-20240323130419-8791d185f792/go.mod h1:i2rhPYDsZBMfEm0V/Ql5LnEBCbfARQCCT3rDwlVbKes=
github.com/hedzr/store/codecs/hjson v0.0.0-20240323130419-8791d185f792 h1:uGiED31y1s7TIuIeAFNyYbtmiYhlYBl0k8YqRAN03as=
github.com/hedzr/store/codecs/hjson v0.0.0-20240323130419-8791d185f792/go.mod h1:VaqHxwga9WV37StpMgEWpWF+BOHHMKKOwpdFgaMy8Gs=
github.com/hedzr/store/codecs/json v0.0.0-20240323130419-8791d185f792 h1:8q+mk+qIj1IWR739QpWFogJ56ULHlYx4CzarFRk0x7U=
github.com/hedzr/store/codecs/json v0.0.0-20240323130419-8791d185f792/go.mod h1:SoW3Cya3ImOhtz6VeswDFANFZrELuvfnV9MUQEXZA8g=
github.com/hedzr/store/codecs/nestext v0.0.0-20240323130419-8791d185f792 h1:8a9nfX0pCNeDz06LNGHUFu6er7bbl2H65Gxc6z5c94U=
github.com/hedzr/store/codecs/nestext v0.0.0-20240323130419-8791d185f792/go.mod h1:2+SW1RmKwQQgD/UxfAIkFV+PgSSPlTqmTX+slcSMv14=
github.com/hedzr/store/codecs/toml v0.0.0-20240323130419-8791d185f792 h1:jC+NzT8wKPuubUOFJ2YmDJ2/uIVdZWhjIIgnOWyO4zA=
github.com/hedzr/store/codecs/toml v0.0.0-20240323130419-8791d185f792/go.mod h1:3rwl/o/cg7c1j3hIvKeXSSl8kJfP0ilXqBm3N7Pq4ic=
github.com/hedzr/store/codecs/yaml v0.0.0-20240323130419-8791d185f792 h1:9CtH0vkq250sdK1/0EXDlPzo/MtYRWDLkUNRYq4xXkU=
github.com/hedzr/store/codecs/yaml v0.0.0-20240323130419-8791d185f792/go.mod h1:lbIMMZ2Wu4jaC1W1EGk1JB6gCFnAgDF1CiQzQsijQMA=
github.com/hedzr/store/providers/env v0.0.0-20240323130419-8791d185f792 h1:YlHL+y6051b8vBluN67rMdMQXwGzeXJ3gY9KQYi8ytM=
github.com/hedzr/store/providers/env v0.0.0-20240323130419-8791d185f792/go.mod h1:Z+6BXPD71IACuh+bTZKqRw0S3dg86y6yBl7I58W3q2c=
github.com/hedzr/store/providers/file v0.0.0-20240323130419-8791d185f792 h1:gtq6ZXU1HmNqH69SJqCFj/mO8+YOTQ1QhoJg1wMmHRY=
github.com/hedzr/store/providers/file v0.0.0-20240323130419-8791d185f792/go.mod h1:+Ss1wwdu99iIYT4PQn2L/S68FvhdBSKkM0HdtVSkLgw=
github.com/hjson/hjson-go/v4 v4.4.0 h1:D/NPvqOCH6/eisTb5/ztuIS8GUvmpHaLOcNk1Bjr298=
github.com/hjson/hjson-go/v4 v4.4.0/go.mod h1:KaYt3bTw3zhBjYqnXkYywcYctk0A2nxeEFTse3rH13E=
github.com/npillmayer/nestext v0.1.3 h1:2dkbzJ5xMcyJW5b8wwrX+nnRNvf/Nn1KwGhIauGyE2E=
github.com/npillmayer/nestext v0.1.3/go.mod h1:h2lrijH8jpicr25dFY+oAJLyzlya6jhnuG+zWp9L0Uk=
github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=
github.com/pelletier/go-toml/v2 v2.1.1/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pelletier/go-toml/v2 v2.2.0 h1:QLgLl2yMN7N+ruc31VynXs1vhMZa7CeHHejIeBAsoHo=
github.com/pelletier/go-toml/v2 v2.2.0/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 h1:LfspQV/FYTatPTr/3HzIcmiUFH7PGP+OQ6mgDYo3yuQ=
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc=
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 h1:6R2FC06FonbXQ8pK11/PDFY6N6LWlf9KlzibaCapmqc=
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81/go.mod h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ=
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
Expand Down

0 comments on commit 3b9dd29

Please sign in to comment.