docs: fork info

This commit is contained in:
Mohamed Sohail 2021-12-08 17:38:11 +03:00
parent 4e2a9a4b89
commit 6477efae46
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
2 changed files with 11 additions and 7 deletions

View File

@ -1,4 +1,7 @@
> Fork Info: Removed Slack Context
# DigitalOcean Snapshotter
[![Docker Pulls](https://img.shields.io/docker/pulls/topgg/digitaloceansnapshotter.svg)](https://hub.docker.com/r/topgg/digitaloceansnapshotter/)
Simple Digital Ocean Volume Backup Service using Snapshots
@ -44,11 +47,12 @@ spec:
```
**Note that this uses the latest image which you shouldn't do in prod, use a tag version or commit hash instead**
## Built With
* [Godo](https://github.com/digitalocean/godo) - DigitalOcean V2 API client library
* [Logrus](https://github.com/sirupsen/logrus) - Logging framework used
* [Slack-Go](https://github.com/slack-go/slack) - Slack API client library
- [Godo](https://github.com/digitalocean/godo) - DigitalOcean V2 API client library
- [Logrus](https://github.com/sirupsen/logrus) - Logging framework used
- [Slack-Go](https://github.com/slack-go/slack) - Slack API client library
## Versioning
@ -56,7 +60,7 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
## Authors
* **DevYukine @ Top.gg** - *Initial work* - [DevYukine](https://github.com/DevYukine)
- **DevYukine @ Top.gg** - _Initial work_ - [DevYukine](https://github.com/DevYukine)
See also the list of [contributors](https://github.com/top-gg/DigitalOceanSnapshotter/contributors) who participated in this project.

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/top-gg/DigitalOceanSnapshotter
module github.com/kamikazechaser/DigitalOceanSnapshotter
go 1.15