File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 )
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 )
55[ ![ 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 )
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/forgoer/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
Original file line number Diff line number Diff line change 1- module github.com/forgoer /openssl
1+ module github.com/go-think /openssl
22
33go 1.18
44
5- require github.com/stretchr/testify v1.10 .0
5+ require github.com/stretchr/testify v1.11 .0
66
77require (
88 github.com/davecgh/go-spew v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
33github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
44github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
5- github.com/stretchr/testify v1.10 .0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
6- github.com/stretchr/testify v1.10 .0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
5+ github.com/stretchr/testify v1.11 .0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
6+ github.com/stretchr/testify v1.11 .0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
77gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
88gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
99gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments