Skip to content

Commit

Permalink
bump to providers/consul/v1.0.0
Browse files Browse the repository at this point in the history
  - ready for `cmdr.v2`
  - 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 24, 2024
1 parent c52eb8d commit a5b7a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go 1.21

// replace github.com/hedzr/logg => ../../../libs.logg

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

// replace github.com/hedzr/store/provider/consul => ../../providers/consul

Expand All @@ -25,7 +25,7 @@ replace github.com/hedzr/store => ../..
require (
github.com/hashicorp/consul/api v1.28.2
github.com/hedzr/logg v0.5.13
github.com/hedzr/store v0.5.1
github.com/hedzr/store v1.0.0
)

require (
Expand Down
2 changes: 2 additions & 0 deletions providers/consul/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ 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 v1.0.0 h1:HZ6LJA6/M3ypsVlSixKfWbY7IOh2hJ6L95ZWj2McZKQ=
github.com/hedzr/store v1.0.0/go.mod h1:3tFSwPGzkDxAOVyHoBa8j9SPPMoN4b6c8b5IR01VCPM=
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
Expand Down

0 comments on commit a5b7a50

Please sign in to comment.