mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
move to codeberg (#22)
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
common "github.com/tlinden/anydb/common"
|
||||
common "codeberg.org/scip/anydb/common"
|
||||
|
||||
bolt "go.etcd.io/bbolt"
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
||||
@@ -5,7 +5,7 @@ package app;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
option go_package = "github.com/tlinden/anydb/app";
|
||||
option go_package = "codeberg.org/scip/anydb/app";
|
||||
|
||||
message DbEntry {
|
||||
string Id = 1;
|
||||
|
||||
Reference in New Issue
Block a user