diff --git a/README.md b/README.md index de9ec2d..fc529be 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ 📦 Golang 字符串处理 [comment]: <> (go) -[![godoc](https://pkg.go.dev/badge/github.com/dtapps/gostring?status.svg)](https://pkg.go.dev/github.com/dtapps/gostring) -[![goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/gostring/badges/download-count.svg)](https://goproxy.cn/stats/github.com/dtapps/gostring) -[![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/gostring)](https://goreportcard.com/report/github.com/dtapps/gostring) -[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgostring) +[![godoc](https://pkg.go.dev/badge/go.dtapp.net/gostring?status.svg)](https://pkg.go.dev/go.dtapp.net/gostring) +[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/gostring/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/gostring) +[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/gostring)](https://goreportcard.com/report/go.dtapp.net/gostring) +[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net%2Fgostring) #### 安装 ```go -go get -v -u github.com/dtapps/gostring +go get -v -u go.dtapp.net/gostring ``` diff --git a/go.mod b/go.mod index 8d5cd0c..c789877 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/dtapps/gostring +module go.dtapp.net/gostring go 1.18 diff --git a/version.go b/version.go index e191091..e38a843 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package gostring -const Version = "1.0.4" +const Version = "1.0.5"