Skip to content

Commit

Permalink
bump to codecs/gob/v1.0.0
Browse files Browse the repository at this point in the history
  - ready for `cmdr.v2`
  - upgraded to `store/v1.0.0`
  - added/improved go docs
  - lint/nolint the whole project
  - added envvar `STORE_VERSION`
  - added `examples/simple` as a cli-app
  • Loading branch information
hedzr committed Mar 23, 2024
1 parent 8791d18 commit 1b456e7
Showing 1 changed file with 1 addition and 1 deletion.
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 v0.5.1
require github.com/hedzr/store v1.0.0

require (
github.com/hedzr/evendeep v1.1.6 // indirect
Expand Down

0 comments on commit 1b456e7

Please sign in to comment.