mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 00:55:34 +00:00
bugfix: update code to reflect new repository name
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package executor
|
||||
|
||||
import (
|
||||
pb "github.com/jamesread/OliveTin/gen/grpc"
|
||||
acl "github.com/jamesread/OliveTin/internal/acl"
|
||||
config "github.com/jamesread/OliveTin/internal/config"
|
||||
pb "github.com/OliveTin/OliveTin/gen/grpc"
|
||||
acl "github.com/OliveTin/OliveTin/internal/acl"
|
||||
config "github.com/OliveTin/OliveTin/internal/config"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"bytes"
|
||||
|
||||
Reference in New Issue
Block a user