Skip to content

Commit 2f6e72f

Browse files
committed
refactor: update package name
1 parent f06a549 commit 2f6e72f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

99
A 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
1919
The 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

133133
If 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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
module github.com/forgoer/openssl
1+
module github.com/go-think/openssl
22

33
go 1.18
44

5-
require github.com/stretchr/testify v1.10.0
5+
require github.com/stretchr/testify v1.11.0
66

77
require (
88
github.com/davecgh/go-spew v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
44
github.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=
77
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
88
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
99
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)