Skip to content

Commit

Permalink
upgrade deps to evendeep v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 1, 2024
1 parent ed17f8d commit ef37c5b
Show file tree
Hide file tree
Showing 48 changed files with 117 additions and 117 deletions.
4 changes: 2 additions & 2 deletions codecs/gob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ replace github.com/hedzr/store => ./../..

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

require github.com/hedzr/store v1.0.19
require github.com/hedzr/store v1.1.0

require (
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/gob/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
8 changes: 4 additions & 4 deletions codecs/gob/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ replace github.com/hedzr/store/codecs/gob => ../

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

require (
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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 @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
4 changes: 2 additions & 2 deletions codecs/hcl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ replace github.com/hedzr/store => ../..

require (
github.com/hashicorp/hcl v1.0.0
github.com/hedzr/store v1.0.19
github.com/hedzr/store v1.1.0
)

require (
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/hcl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
8 changes: 4 additions & 4 deletions codecs/hcl/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/hcl => ../

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store/codecs/hcl v1.0.19
github.com/hedzr/store/providers/file v1.0.19
github.com/hedzr/store v1.1.0
github.com/hedzr/store/codecs/hcl v1.1.0
github.com/hedzr/store/providers/file v1.1.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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 @@ -4,8 +4,8 @@ github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
4 changes: 2 additions & 2 deletions codecs/hjson/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ replace github.com/hedzr/store => ../..
// replace github.com/hedzr/store/providers/file => ../../providers/file

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store v1.1.0
github.com/hjson/hjson-go/v4 v4.4.0
)

require (
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/hjson/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
8 changes: 4 additions & 4 deletions codecs/hjson/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ replace github.com/hedzr/store/codecs/hjson => ../

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

require (
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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 @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
4 changes: 2 additions & 2 deletions codecs/json/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ replace github.com/hedzr/store => ../..

// TODO using sonic is a possible choice

require github.com/hedzr/store v1.0.19
require github.com/hedzr/store v1.1.0

require (
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/json/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
8 changes: 4 additions & 4 deletions codecs/json/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/json => ../

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store/codecs/json v1.0.19
github.com/hedzr/store/providers/file v1.0.19
github.com/hedzr/store v1.1.0
github.com/hedzr/store/codecs/json v1.1.0
github.com/hedzr/store/providers/file v1.1.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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 @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
4 changes: 2 additions & 2 deletions codecs/nestext/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ replace github.com/hedzr/store => ../..
// replace github.com/hedzr/store/providers/file => ../../providers/file

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store v1.1.0
github.com/npillmayer/nestext v0.1.3
)

require (
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/nestext/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
8 changes: 4 additions & 4 deletions codecs/nestext/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/nestext => ../

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store/codecs/nestext v1.0.19
github.com/hedzr/store/providers/file v1.0.19
github.com/hedzr/store v1.1.0
github.com/hedzr/store/codecs/nestext v1.1.0
github.com/hedzr/store/providers/file v1.1.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
github.com/npillmayer/nestext v0.1.3 // indirect
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 @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
4 changes: 2 additions & 2 deletions codecs/toml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ replace github.com/hedzr/store => ../..
//replace github.com/hedzr/store/providers/file => ../../providers/file

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

require (
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/toml/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
8 changes: 4 additions & 4 deletions codecs/toml/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/toml => ../

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store/codecs/toml v1.0.19
github.com/hedzr/store/providers/file v1.0.19
github.com/hedzr/store v1.1.0
github.com/hedzr/store/codecs/toml v1.1.0
github.com/hedzr/store/providers/file v1.1.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
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 @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
4 changes: 2 additions & 2 deletions codecs/yaml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ replace github.com/hedzr/store => ../..
//replace github.com/hedzr/store/providers/file => ../../providers/file

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store v1.1.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions codecs/yaml/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
8 changes: 4 additions & 4 deletions codecs/yaml/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ replace github.com/hedzr/store/providers/file => ../../../providers/file
replace github.com/hedzr/store/codecs/yaml => ../

require (
github.com/hedzr/store v1.0.19
github.com/hedzr/store/codecs/yaml v1.0.19
github.com/hedzr/store/providers/file v1.0.19
github.com/hedzr/store v1.1.0
github.com/hedzr/store/codecs/yaml v1.1.0
github.com/hedzr/store/providers/file v1.1.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hedzr/evendeep v1.2.1 // indirect
github.com/hedzr/evendeep v1.2.3 // indirect
github.com/hedzr/is v0.6.0 // indirect
github.com/hedzr/logg v0.7.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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 @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/hedzr/evendeep v1.2.1 h1:+AnKLkAArTjur2KLnqjPkqgmeqRkL33YfIrLfow++vQ=
github.com/hedzr/evendeep v1.2.1/go.mod h1:V2f6uREJtlD/foDnoYcIkuKTg2gaWWoTG5pJHKL86FM=
github.com/hedzr/evendeep v1.2.3 h1:YlLyj9z/+uH3KwX4iwk43b5FIYOcINxg0WslKw3e7oE=
github.com/hedzr/evendeep v1.2.3/go.mod h1:mGopKmlgm6v7pmRRXvV6XHJcjtqgLCwHuNREqPWNfeg=
github.com/hedzr/is v0.6.0 h1:iMq3aprzzXXOeEk8SOk+sfFrvVn1BwLncAXBH5YhjXo=
github.com/hedzr/is v0.6.0/go.mod h1:WPdrinHKBspd2KoCCdkFDuErxWIhTk38/lYP77ju/GE=
github.com/hedzr/logg v0.7.3 h1:t/qYVgSHF2YumvCtm68liSoURcvpIfAYA0ZsI8Rzw+4=
Expand Down
4 changes: 2 additions & 2 deletions examples/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ replace github.com/hedzr/store/providers/maps => ../../providers/maps
require (
github.com/hashicorp/consul/api v1.30.0
github.com/hedzr/logg v0.7.3
github.com/hedzr/store v1.0.19
github.com/hedzr/store/providers/consul v1.0.19
github.com/hedzr/store v1.1.0
github.com/hedzr/store/providers/consul v1.1.0
)

require (
Expand Down
Loading

0 comments on commit ef37c5b

Please sign in to comment.