Skip to content

Commit

Permalink
upgrade direct dep to self
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 2, 2024
1 parent a5f4295 commit edeece7
Show file tree
Hide file tree
Showing 26 changed files with 54 additions and 54 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.1.0
require github.com/hedzr/store v1.1.1

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

require (
github.com/davecgh/go-spew v1.1.1
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/hedzr/store v1.1.1
github.com/hedzr/store/codecs/gob v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/stretchr/testify v1.9.0
)

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.1.0
github.com/hedzr/store v1.1.1
)

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

require (
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/hedzr/store v1.1.1
github.com/hedzr/store/codecs/hcl v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/stretchr/testify v1.9.0
)

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.1.0
github.com/hedzr/store v1.1.1
github.com/hjson/hjson-go/v4 v4.4.0
)

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

require (
github.com/davecgh/go-spew v1.1.1
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/hedzr/store v1.1.1
github.com/hedzr/store/codecs/hjson v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/hjson/hjson-go/v4 v4.4.0
github.com/stretchr/testify v1.9.0
)
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.1.0
require github.com/hedzr/store v1.1.1

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

require (
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/hedzr/store v1.1.1
github.com/hedzr/store/codecs/json v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/stretchr/testify v1.9.0
)

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.1.0
github.com/hedzr/store v1.1.1
github.com/npillmayer/nestext v0.1.3
)

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

require (
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/hedzr/store v1.1.1
github.com/hedzr/store/codecs/nestext v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/stretchr/testify v1.9.0
)

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.1.0
github.com/hedzr/store v1.1.1
github.com/pelletier/go-toml/v2 v2.2.3
)

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

require (
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/hedzr/store v1.1.1
github.com/hedzr/store/codecs/toml v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/stretchr/testify v1.9.0
)

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.1.0
github.com/hedzr/store v1.1.1
gopkg.in/yaml.v3 v3.0.1
)

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

require (
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/hedzr/store v1.1.1
github.com/hedzr/store/codecs/yaml v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/stretchr/testify v1.9.0
)

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.1.0
github.com/hedzr/store/providers/consul v1.1.0
github.com/hedzr/store v1.1.1
github.com/hedzr/store/providers/consul v1.1.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions examples/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ replace github.com/hedzr/store/providers/maps => ../../providers/maps

require (
github.com/hedzr/logg v0.7.3
github.com/hedzr/store v1.1.0
github.com/hedzr/store/providers/etcd v1.1.0
github.com/hedzr/store v1.1.1
github.com/hedzr/store/providers/etcd v1.1.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions examples/flags/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ replace github.com/hedzr/store/providers/maps => ../../providers/maps

require (
github.com/hedzr/logg v0.7.3
github.com/hedzr/store v1.1.0
github.com/hedzr/store/providers/flags v1.1.0
github.com/hedzr/store v1.1.1
github.com/hedzr/store/providers/flags v1.1.1
)

require (
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.0
github.com/hedzr/store v1.1.0
github.com/hedzr/store v1.1.1
)

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.3
github.com/hedzr/store v1.1.0
github.com/hedzr/store v1.1.1
)

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.1.0
require github.com/hedzr/store v1.1.1

require (
github.com/hedzr/evendeep v1.2.3 // 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.1.0
github.com/hedzr/store v1.1.1
go.etcd.io/etcd/client/v3 v3.5.16
)

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.1.0
github.com/hedzr/store v1.1.1
)

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.1.0
require github.com/hedzr/store v1.1.1

require (
github.com/hedzr/evendeep v1.2.3 // 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.1.0
require github.com/hedzr/store v1.1.1

require (
github.com/hedzr/evendeep v1.2.3 // 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.1.0
require github.com/hedzr/store v1.1.1

require (
github.com/hedzr/evendeep v1.2.3 // indirect
Expand Down
24 changes: 12 additions & 12 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ replace github.com/hedzr/store/providers/maps => ../providers/maps
require (
github.com/davecgh/go-spew v1.1.1
github.com/hedzr/evendeep v1.2.3
github.com/hedzr/store v1.1.0
github.com/hedzr/store/codecs/hcl v1.1.0
github.com/hedzr/store/codecs/hjson v1.1.0
github.com/hedzr/store/codecs/json v1.1.0
github.com/hedzr/store/codecs/nestext v1.1.0
github.com/hedzr/store/codecs/toml v1.1.0
github.com/hedzr/store/codecs/yaml v1.1.0
github.com/hedzr/store/providers/env v1.1.0
github.com/hedzr/store/providers/file v1.1.0
github.com/hedzr/store/providers/flags v1.1.0
github.com/hedzr/store/providers/fs v1.1.0
github.com/hedzr/store/providers/maps v1.1.0
github.com/hedzr/store v1.1.1
github.com/hedzr/store/codecs/hcl v1.1.1
github.com/hedzr/store/codecs/hjson v1.1.1
github.com/hedzr/store/codecs/json v1.1.1
github.com/hedzr/store/codecs/nestext v1.1.1
github.com/hedzr/store/codecs/toml v1.1.1
github.com/hedzr/store/codecs/yaml v1.1.1
github.com/hedzr/store/providers/env v1.1.1
github.com/hedzr/store/providers/file v1.1.1
github.com/hedzr/store/providers/flags v1.1.1
github.com/hedzr/store/providers/fs v1.1.1
github.com/hedzr/store/providers/maps v1.1.1
github.com/stretchr/testify v1.9.0
)

Expand Down

0 comments on commit edeece7

Please sign in to comment.