-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and README version to v0.5.7
Add new dependency versions for golang.org packages in go.sum and update existing entries. Update README references from v0.5.6 to v0.5.7 to reflect the latest production version.
- Loading branch information
1 parent
8d7d420
commit 6ca0e20
Showing
3 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ See [Docker](#docker) and [Samples](#samples) sections to get started! | |
|
||
Join our [Discord server!](https://discord.gg/ahK7Vjr8We) | ||
|
||
The current production version is [v0.5.6](https://github.com/buraksezer/olric/tree/release/v0.5.0#olric-) | ||
The current production version is [v0.5.7](https://github.com/buraksezer/olric/tree/release/v0.5.0#olric-) | ||
|
||
### About versions | ||
|
||
|
@@ -175,7 +175,7 @@ Software doesn't maintain itself. If you need support on complex topics or reque | |
With a correctly configured Golang environment: | ||
|
||
``` | ||
go install github.com/buraksezer/olric/cmd/[email protected].6 | ||
go install github.com/buraksezer/olric/cmd/[email protected].7 | ||
``` | ||
|
||
Now you can start using Olric: | ||
|
@@ -213,7 +213,7 @@ OK | |
With olricd, you can create an Olric cluster with a few commands. This is how to install olricd: | ||
|
||
```bash | ||
go install github.com/buraksezer/olric/cmd/[email protected].6 | ||
go install github.com/buraksezer/olric/cmd/[email protected].7 | ||
``` | ||
|
||
Let's create a cluster with the following: | ||
|
@@ -282,7 +282,7 @@ this repository. `EmbeddedClient` provides a client implementation for [embedded | |
Obviously, you can use `ClusterClient` for your embedded-member deployments. But it's good to use `EmbeddedClient` provides | ||
a better performance due to localization of the queries. | ||
|
||
See the client documentation on [pkg.go.dev](https://pkg.go.dev/github.com/buraksezer/[email protected].6) | ||
See the client documentation on [pkg.go.dev](https://pkg.go.dev/github.com/buraksezer/[email protected].7) | ||
|
||
## Cluster Events | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters