Nats Client Library for Restic
Find a file
dependabot[bot] 4b2b51af88
Bump github.com/nats-io/nats.go from 1.13.0 to 1.24.0
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.13.0 to 1.24.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.13.0...v1.24.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 04:04:29 +00:00
.github Update build.yml 2021-10-14 12:18:34 +08:00
.gitignore Initial commit 2021-10-14 12:05:30 +08:00
clientcommands.go io.ReadAll -> ioutil.ReadAll (for earlier Go versions) 2021-10-15 00:28:22 +08:00
codecov.yml Initial commit 2021-10-14 12:05:30 +08:00
commands.go Initial Version 2021-10-14 12:09:26 +08:00
go.mod Bump github.com/nats-io/nats.go from 1.13.0 to 1.24.0 2023-02-27 04:04:29 +00:00
go.sum Bump github.com/nats-io/nats.go from 1.13.0 to 1.24.0 2023-02-27 04:04:29 +00:00
LICENSE Initial commit 2021-10-14 12:05:30 +08:00
options.go Initial Version 2021-10-14 12:09:26 +08:00
protocol.go Initial Version 2021-10-14 12:09:26 +08:00
README.md Update readme according to godoc 2021-10-14 04:20:53 +00:00
servercommands.go Initial Version 2021-10-14 12:09:26 +08:00
utils.go Initial Version 2021-10-14 12:09:26 +08:00

restic-nats

codecov GoDoc


Readme created from Go doc with goreadme