Switch to codeberg.org/rimgo/rimgo

This commit is contained in:
video-prize-ranch
2023-06-10 12:27:20 -04:00
parent fe639ab7ef
commit b65ee39162
15 changed files with 25 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ import (
"strings"
"time"
"codeberg.org/video-prize-ranch/rimgo/utils"
"codeberg.org/rimgo/rimgo/utils"
"github.com/microcosm-cc/bluemonday"
"github.com/tidwall/gjson"
)

View File

@@ -6,7 +6,7 @@ import (
"sync"
"time"
"codeberg.org/video-prize-ranch/rimgo/utils"
"codeberg.org/rimgo/rimgo/utils"
"github.com/dustin/go-humanize"
"github.com/microcosm-cc/bluemonday"
"github.com/patrickmn/go-cache"

View File

@@ -8,7 +8,7 @@ import (
"sync"
"time"
"codeberg.org/video-prize-ranch/rimgo/utils"
"codeberg.org/rimgo/rimgo/utils"
"github.com/tidwall/gjson"
)