From 5d5ce228c18aefba5f7cda7c9ced91373dd0a739 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Mon, 13 Nov 2023 18:33:23 +0800 Subject: [PATCH] mv to caiyunapp --- README.md | 2 +- go.mod | 2 +- repo_test.go | 2 +- xmongo_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72a9392..7bbede1 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# MongoDB's Go generic util [![Go](https://github.com/ringsaturn/xmongo/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/ringsaturn/xmongo/actions/workflows/go.yml) +# MongoDB's Go generic util [![Go](https://github.com/caiyunapp/xmongo/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/caiyunapp/xmongo/actions/workflows/go.yml) diff --git a/go.mod b/go.mod index f0000c6..8392a72 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ringsaturn/xmongo +module github.com/caiyunapp/xmongo go 1.20 diff --git a/repo_test.go b/repo_test.go index b6a8d21..cb271da 100644 --- a/repo_test.go +++ b/repo_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/ringsaturn/xmongo" + "github.com/caiyunapp/xmongo" "go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/bson/primitive" "go.mongodb.org/mongo-driver/mongo" diff --git a/xmongo_test.go b/xmongo_test.go index 93df86c..51c9351 100644 --- a/xmongo_test.go +++ b/xmongo_test.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/ringsaturn/xmongo" + "github.com/caiyunapp/xmongo" "go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/mongo" "go.mongodb.org/mongo-driver/mongo/options"