From 223fa3254a247e4655daac17a0066bd895684ace Mon Sep 17 00:00:00 2001 From: storezhang Date: Wed, 7 Dec 2022 17:31:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A1=B9=E7=9B=AE):=20=E4=BB=8Eid?= =?UTF-8?q?=E6=94=B9=E4=B8=BApid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32c8a26..544b865 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 项目 +# id [![编译状态](https://github.ruijc.com:20443/api/badges/pangum/id/status.svg)](https://github.ruijc.com:20443/pangum/id) [![Golang质量](https://goreportcard.com/badge/github.com/pangum/id)](https://goreportcard.com/report/github.com/pangum/id) ![版本](https://img.shields.io/github/go-mod/go-version/pangum/id) diff --git a/go.mod b/go.mod index 4e311ae..7d18455 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ -module github.com/pangum/id +module github.com/pangum/pid go 1.19 require ( - github.com/goexl/id v0.0.1 + github.com/goexl/id v0.0.2 github.com/pangum/logging v0.1.9 github.com/pangum/pangu v0.3.0 )