From 6477efae46074db89b515bddac2629ef3f3c13f1 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Wed, 8 Dec 2021 17:38:11 +0300 Subject: [PATCH] docs: fork info --- README.md | 16 ++++++++++------ go.mod | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 80b64a1..7565795 100644 --- a/README.md +++ b/README.md @@ -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,22 +47,23 @@ 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 -We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/top-gg/DigitalOceanSnapshotter/tags). +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/top-gg/DigitalOceanSnapshotter/tags). ## 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. ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details diff --git a/go.mod b/go.mod index 4ccce54..1d292df 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/top-gg/DigitalOceanSnapshotter +module github.com/kamikazechaser/DigitalOceanSnapshotter go 1.15