Skip to content

Commit

Permalink
mv to caiyunapp
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Nov 13, 2023
1 parent 1766483 commit 5d5ce22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/ringsaturn/xmongo
module github.com/caiyunapp/xmongo

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion repo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xmongo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d5ce22

Please sign in to comment.