Skip to content

Commit

Permalink
update dep to store and bump the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Dec 2, 2024
1 parent 2a029f0 commit e19f200
Show file tree
Hide file tree
Showing 34 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion codecs/gob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replace github.com/hedzr/store => ./../..

// replace github.com/hedzr/store/codecs/yaml => ../../codecs/yaml

require github.com/hedzr/store v1.2.1
require github.com/hedzr/store v1.2.2

require (
github.com/hedzr/evendeep v1.2.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/gob/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ replace github.com/hedzr/store/codecs/gob => ../

require (
github.com/davecgh/go-spew v1.1.1
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/gob v1.2.1
github.com/hedzr/store/providers/file v1.2.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/gob/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/hedzr/logg v0.7.15 h1:N6TINDwZ9QNujRTVJs1apgbS1nsnt3CqefH5GzRKd5I=
github.com/hedzr/logg v0.7.15/go.mod h1:AOrqw69UzVxeS1r32hiZC8kCthniPtMBe/CUHnLQqLA=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down
2 changes: 1 addition & 1 deletion codecs/hcl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replace github.com/hedzr/store => ../..

require (
github.com/hashicorp/hcl v1.0.0
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/hcl/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/hcl => ../

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/hcl v1.2.1
github.com/hedzr/store/providers/file v1.2.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/hcl/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/hedzr/logg v0.7.15 h1:N6TINDwZ9QNujRTVJs1apgbS1nsnt3CqefH5GzRKd5I=
github.com/hedzr/logg v0.7.15/go.mod h1:AOrqw69UzVxeS1r32hiZC8kCthniPtMBe/CUHnLQqLA=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down
2 changes: 1 addition & 1 deletion codecs/hjson/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replace github.com/hedzr/store => ../..
// replace github.com/hedzr/store/providers/file => ../../providers/file

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hjson/hjson-go/v4 v4.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions codecs/hjson/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ replace github.com/hedzr/store/codecs/hjson => ../

require (
github.com/davecgh/go-spew v1.1.1
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/hjson v1.2.1
github.com/hedzr/store/providers/file v1.2.1
github.com/hjson/hjson-go/v4 v4.4.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/hjson/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/hjson/hjson-go/v4 v4.4.0 h1:D/NPvqOCH6/eisTb5/ztuIS8GUvmpHaLOcNk1Bjr2
github.com/hjson/hjson-go/v4 v4.4.0/go.mod h1:KaYt3bTw3zhBjYqnXkYywcYctk0A2nxeEFTse3rH13E=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down
2 changes: 1 addition & 1 deletion codecs/json/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replace github.com/hedzr/store => ../..

// TODO using sonic is a possible choice

require github.com/hedzr/store v1.2.1
require github.com/hedzr/store v1.2.2

require (
github.com/hedzr/evendeep v1.2.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/json/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/json => ../

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/json v1.2.1
github.com/hedzr/store/providers/file v1.2.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/json/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/hedzr/logg v0.7.15 h1:N6TINDwZ9QNujRTVJs1apgbS1nsnt3CqefH5GzRKd5I=
github.com/hedzr/logg v0.7.15/go.mod h1:AOrqw69UzVxeS1r32hiZC8kCthniPtMBe/CUHnLQqLA=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down
2 changes: 1 addition & 1 deletion codecs/nestext/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replace github.com/hedzr/store => ../..
// replace github.com/hedzr/store/providers/file => ../../providers/file

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/npillmayer/nestext v0.1.3
)

Expand Down
4 changes: 2 additions & 2 deletions codecs/nestext/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/nestext => ../

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/nestext v1.2.1
github.com/hedzr/store/providers/file v1.2.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/nestext/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/npillmayer/nestext v0.1.3 h1:2dkbzJ5xMcyJW5b8wwrX+nnRNvf/Nn1KwGhIauGy
github.com/npillmayer/nestext v0.1.3/go.mod h1:h2lrijH8jpicr25dFY+oAJLyzlya6jhnuG+zWp9L0Uk=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down
2 changes: 1 addition & 1 deletion codecs/toml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replace github.com/hedzr/store => ../..
//replace github.com/hedzr/store/providers/file => ../../providers/file

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/pelletier/go-toml/v2 v2.2.3
)

Expand Down
4 changes: 2 additions & 2 deletions codecs/toml/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/toml => ../

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/toml v1.2.1
github.com/hedzr/store/providers/file v1.2.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/toml/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNH
github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down
2 changes: 1 addition & 1 deletion codecs/yaml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replace github.com/hedzr/store => ../..
//replace github.com/hedzr/store/providers/file => ../../providers/file

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions codecs/yaml/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/yaml => ../

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/yaml v1.2.1
github.com/hedzr/store/providers/file v1.2.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions codecs/yaml/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/hedzr/logg v0.7.15 h1:N6TINDwZ9QNujRTVJs1apgbS1nsnt3CqefH5GzRKd5I=
github.com/hedzr/logg v0.7.15/go.mod h1:AOrqw69UzVxeS1r32hiZC8kCthniPtMBe/CUHnLQqLA=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down
2 changes: 1 addition & 1 deletion examples/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ replace github.com/hedzr/store/providers/maps => ../../providers/maps
require (
github.com/hashicorp/consul/api v1.30.0
github.com/hedzr/logg v0.7.15
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/providers/consul v1.2.1
)

Expand Down
2 changes: 1 addition & 1 deletion examples/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ replace github.com/hedzr/store/providers/maps => ../../providers/maps

require (
github.com/hedzr/logg v0.7.15
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/providers/etcd v1.2.1
)

Expand Down
2 changes: 1 addition & 1 deletion examples/flags/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ replace github.com/hedzr/store/providers/maps => ../../providers/maps

require (
github.com/hedzr/logg v0.7.15
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/providers/flags v1.2.1
)

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ replace github.com/hedzr/store/providers/maps => ../../providers/maps
require (
github.com/arl/statsviz v0.6.0
github.com/hedzr/is v0.6.2
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion providers/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ replace github.com/hedzr/store => ../..
require (
github.com/hashicorp/consul/api v1.30.0
github.com/hedzr/logg v0.7.15
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion providers/env/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replace github.com/hedzr/store => ../..

// replace github.com/hedzr/store/codecs/yaml => ../../codecs/yaml

require github.com/hedzr/store v1.2.1
require github.com/hedzr/store v1.2.2

require (
github.com/hedzr/evendeep v1.2.7 // indirect
Expand Down
2 changes: 1 addition & 1 deletion providers/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ replace github.com/hedzr/store => ../..
// replace github.com/hedzr/store/codecs/yaml => ../../codecs/yaml

require (
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
go.etcd.io/etcd/client/v3 v3.5.17
)

Expand Down
2 changes: 1 addition & 1 deletion providers/file/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ replace github.com/hedzr/store => ../..

require (
github.com/fsnotify/fsnotify v1.8.0
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion providers/flags/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace github.com/hedzr/store => ../..

// replace github.com/hedzr/store/codecs/yaml => ../../codecs/yaml

require github.com/hedzr/store v1.2.1
require github.com/hedzr/store v1.2.2

require (
github.com/hedzr/evendeep v1.2.7 // indirect
Expand Down
2 changes: 1 addition & 1 deletion providers/fs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replace github.com/hedzr/store => ../..

// replace github.com/hedzr/store/codecs/yaml => ../../codecs/yaml

require github.com/hedzr/store v1.2.1
require github.com/hedzr/store v1.2.2

require (
github.com/hedzr/evendeep v1.2.7 // indirect
Expand Down
2 changes: 1 addition & 1 deletion providers/maps/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replace github.com/hedzr/store => ../..

// replace github.com/hedzr/store/codecs/yaml => ../../codecs/yaml

require github.com/hedzr/store v1.2.1
require github.com/hedzr/store v1.2.2

require (
github.com/hedzr/evendeep v1.2.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ replace github.com/hedzr/store/providers/maps => ../providers/maps
require (
github.com/davecgh/go-spew v1.1.1
github.com/hedzr/evendeep v1.2.7
github.com/hedzr/store v1.2.1
github.com/hedzr/store v1.2.2
github.com/hedzr/store/codecs/hcl v1.2.1
github.com/hedzr/store/codecs/hjson v1.2.1
github.com/hedzr/store/codecs/json v1.2.1
Expand All @@ -57,7 +57,7 @@ require (
github.com/hedzr/store/providers/flags v1.2.1
github.com/hedzr/store/providers/fs v1.2.1
github.com/hedzr/store/providers/maps v1.2.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNH
github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc=
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/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
Expand Down

0 comments on commit e19f200

Please sign in to comment.