File tree 9 files changed +26
-7
lines changed
9 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
redis "gopkg.in/redis.v5"
7
7
8
- "github.com/labstack/echo"
8
+ "github.com/labstack/echo/v4 "
9
9
10
10
"github.com/silentred/toolkit/service"
11
11
)
Original file line number Diff line number Diff line change 4
4
"strconv"
5
5
"time"
6
6
7
- "github.com/labstack/echo"
7
+ "github.com/labstack/echo/v4 "
8
8
"github.com/labstack/gommon/log"
9
9
"github.com/silentred/echorus"
10
10
"github.com/silentred/toolkit/util"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package filter
3
3
import (
4
4
"time"
5
5
6
- "github.com/labstack/echo"
6
+ "github.com/labstack/echo/v4 "
7
7
"github.com/prometheus/client_golang/prometheus"
8
8
"github.com/prometheus/client_golang/prometheus/promhttp"
9
9
)
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"runtime"
6
6
7
- "github.com/labstack/echo"
7
+ "github.com/labstack/echo/v4 "
8
8
)
9
9
10
10
type (
Original file line number Diff line number Diff line change 5
5
"encoding/base64"
6
6
"fmt"
7
7
8
- "github.com/labstack/echo"
8
+ "github.com/labstack/echo/v4 "
9
9
"github.com/silentred/toolkit/util"
10
10
)
11
11
Original file line number Diff line number Diff line change
1
+ module github.com/silentred/toolkit
2
+
3
+ go 1.13
4
+
5
+ require (
6
+ github.com/fatih/color v1.9.0
7
+ gopkg.in/urfave/cli.v1 v1.20.0
8
+ )
Original file line number Diff line number Diff line change
1
+ github.com/fatih/color v1.9.0 h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s =
2
+ github.com/fatih/color v1.9.0 /go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU =
3
+ github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA =
4
+ github.com/mattn/go-colorable v0.1.4 /go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE =
5
+ github.com/mattn/go-isatty v0.0.8 /go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s =
6
+ github.com/mattn/go-isatty v0.0.11 h1:FxPOTFNqGkuDUGi3H/qkUbQO4ZiBa2brKq5r0l8TGeM =
7
+ github.com/mattn/go-isatty v0.0.11 /go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE =
8
+ golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
9
+ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
10
+ gopkg.in/urfave/cli.v1 v1.20.0 h1:NdAVW6RYxDif9DhDHaAortIu956m2c0v+09AZBPTbE0 =
11
+ gopkg.in/urfave/cli.v1 v1.20.0 /go.mod h1:vuBzUtMdQeixQj8LVd+/98pzhxNGQoyuPBlsXHOQNO0 =
Original file line number Diff line number Diff line change 8
8
"os/signal"
9
9
"time"
10
10
11
- "github.com/labstack/echo"
11
+ "github.com/labstack/echo/v4 "
12
12
)
13
13
14
14
var (
Original file line number Diff line number Diff line change 6
6
"os"
7
7
"path/filepath"
8
8
9
- "github.com/labstack/echo"
9
+ "github.com/labstack/echo/v4 "
10
10
elog "github.com/labstack/gommon/log"
11
11
"github.com/silentred/echorus"
12
12
cfg "github.com/silentred/toolkit/config"
You can’t perform that action at this time.
0 commit comments