aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/gogs/go-libravatar/README.md
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2019-10-23 23:03:17 -0700
committerGitHub <noreply@github.com>2019-10-23 23:03:17 -0700
commit613139e7bef81d3573e7988a47eb6765f3de347a (patch)
tree49de7277898d3ff47a122c072568edb8ed4c9ac9 /vendor/github.com/gogs/go-libravatar/README.md
parentfb100dbf98f02e4c631d142ff0f52ec29ee2f00c (diff)
Enable Go modules (#5835)
* Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
Diffstat (limited to 'vendor/github.com/gogs/go-libravatar/README.md')
-rw-r--r--vendor/github.com/gogs/go-libravatar/README.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendor/github.com/gogs/go-libravatar/README.md b/vendor/github.com/gogs/go-libravatar/README.md
deleted file mode 100644
index c9d72c43..00000000
--- a/vendor/github.com/gogs/go-libravatar/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-Simple [golang](https://www.golang.org) library for serving
-[federated avatars](https://www.libravatar.org)
-
-[![trunk](https://goreportcard.com/badge/strk.kbt.io/projects/go/libravatar)]
-(https://goreportcard.com/report/strk.kbt.io/projects/go/libravatar)
-
-# Use
-
-```sh
-go get strk.kbt.io/projects/go/libravatar
-cd $GOPATH/src/strk.kbt.io/projects/go/libravatar
-go doc
-```
-
-# Contribute
-
-A clone of the code repository would be downloaded by `go get`.
-You can send patches or pull requests to strk@kbt.io.
-
-If you need a place to publish your contribution branches,
-you could start from a fork of the gitlab mirror:
-https://gitlab.com/strk/go-libravatar
-
-# Contacts
-
- * Project homepage: http://strk.kbt.io/projects/go/libravatar
- * Maintainer: Sandro Santilli <strk@kbt.io>
-