11# Openssl encryption
22
3- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/forgoer /openssl )] ( https://goreportcard.com/report/github.com/forgoer /openssl )
4- [ ![ build] ( https://github.com/forgoer /openssl/actions/workflows/build.yml/badge.svg )] ( https://github.com/forgoer /openssl/actions/workflows/build.yml )
5- [ ![ Coverage Status] ( https://coveralls.io/repos/github/forgoer /openssl/badge.svg?branch=master )] ( https://coveralls.io/github/forgoer /openssl?branch=master )
6- [ ![ Godoc] ( https://godoc.org/github.com/forgoer /openssl?status.svg )] ( https://pkg.go.dev/github.com/forgoer /openssl )
7- [ ![ Release] ( https://img.shields.io/github/release/forgoer /openssl.svg )] ( https://github.com/forgoer /openssl/releases/latest )
3+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/go-think /openssl )] ( https://goreportcard.com/report/github.com/go-think /openssl )
4+ [ ![ build] ( https://github.com/go-think /openssl/actions/workflows/build.yml/badge.svg )] ( https://github.com/go-think /openssl/actions/workflows/build.yml )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/go-think /openssl/badge.svg?branch=master )] ( https://coveralls.io/github/go-think /openssl?branch=master )
6+ [ ![ Godoc] ( https://godoc.org/github.com/go-think /openssl?status.svg )] ( https://pkg.go.dev/github.com/go-think /openssl )
7+ [ ![ Release] ( https://img.shields.io/github/release/go-think /openssl.svg )] ( https://github.com/go-think /openssl/releases/latest )
88
99A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption
1010
@@ -19,7 +19,7 @@ A functions wrapping of OpenSSL library for symmetric and asymmetric encryption
1919The only requirement is the [ Go Programming Language] ( https://golang.org/dl/ )
2020
2121```
22- go get -u github.com/forgoer /openssl
22+ go get -u github.com/go-think /openssl
2323```
2424
2525## Usage
@@ -131,5 +131,5 @@ This project is licensed under the [Apache 2.0 license](LICENSE).
131131## Contact
132132
133133If you have any issues or feature requests, please contact us. PR is welcomed.
134- - https://github.com/forgoer /openssl/issues
134+ - https://github.com/go-think /openssl/issues
135135
0 commit comments