rename it a second time

This commit is contained in:
Jörg Thalheim 2016-04-22 14:25:06 +00:00
parent 077b2170d6
commit f535fd3579
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
package handler
import (
"git.higgsboson.tk/Mic92/kapacitor-scaling/scaling"
"git.higgsboson.tk/Mic92/kapacitor-scale/scaling"
"errors"
"fmt"
"github.com/influxdata/kapacitor/udf"

View File

@ -1,9 +1,9 @@
package handler_test
import (
"git.higgsboson.tk/Mic92/kapacitor-scaling/handler"
"git.higgsboson.tk/Mic92/kapacitor-scaling/rancher"
"git.higgsboson.tk/Mic92/kapacitor-scaling/scaling"
"git.higgsboson.tk/Mic92/kapacitor-scale/handler"
"git.higgsboson.tk/Mic92/kapacitor-scale/rancher"
"git.higgsboson.tk/Mic92/kapacitor-scale/scaling"
"bufio"
"flag"
"fmt"

View File

@ -9,9 +9,9 @@ import (
"os"
"syscall"
"git.higgsboson.tk/Mic92/kapacitor-scaling/handler"
"git.higgsboson.tk/Mic92/kapacitor-scaling/rancher"
"git.higgsboson.tk/Mic92/kapacitor-scaling/scaling"
"git.higgsboson.tk/Mic92/kapacitor-scale/handler"
"git.higgsboson.tk/Mic92/kapacitor-scale/rancher"
"git.higgsboson.tk/Mic92/kapacitor-scale/scaling"
"github.com/influxdata/kapacitor/udf/agent"
)

View File

@ -1,7 +1,7 @@
package scaling
import (
"git.higgsboson.tk/Mic92/kapacitor-scaling/rancher"
"git.higgsboson.tk/Mic92/kapacitor-scale/rancher"
"fmt"
"sync"
"time"