Update goext|gognecht dependencies to new module-root 'git.blackforestbytes'

This commit is contained in:
2025-05-03 17:01:51 +02:00
parent ec22bb7f31
commit 91525f1adb
21 changed files with 134 additions and 147 deletions

View File

@@ -1,7 +1,7 @@
package models
import (
"gogs.mikescher.com/BlackForestBytes/goext/rfctime"
"git.blackforestbytes.com/BlackForestBytes/goext/rfctime"
)
type Icon struct {

View File

@@ -5,7 +5,7 @@ package models
import "go.mongodb.org/mongo-driver/bson"
import "go.mongodb.org/mongo-driver/bson/bsontype"
import "go.mongodb.org/mongo-driver/bson/primitive"
import "gogs.mikescher.com/BlackForestBytes/goext/exerr"
import "git.blackforestbytes.com/BlackForestBytes/goext/exerr"
const ChecksumIDGenerator = "ce868e40b2314fd3d5484f0c1366d2580d188535e6d7400b16977f76c4c159a6" // GoExtVersion: 0.0.288

View File

@@ -1,7 +1,7 @@
package models
import (
"gogs.mikescher.com/BlackForestBytes/goext/rfctime"
"git.blackforestbytes.com/BlackForestBytes/goext/rfctime"
"time"
)

View File

@@ -1,7 +1,7 @@
package models
import (
"gogs.mikescher.com/BlackForestBytes/goext/rfctime"
"git.blackforestbytes.com/BlackForestBytes/goext/rfctime"
"time"
)