Skip to content

Commit

Permalink
fix vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
syhlion committed Nov 22, 2018
1 parent 9fe2438 commit a6671c4
Show file tree
Hide file tree
Showing 525 changed files with 207,543 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (

_ "net/http/pprof"

"github.com/Sirupsen/logrus"
jwt "github.com/dgrijalva/jwt-go"
"github.com/gomodule/redigo/redis"
"github.com/gorilla/mux"
"github.com/sirupsen/logrus"
"github.com/syhlion/greq"
"github.com/syhlion/httplog"
redisocket "github.com/syhlion/redisocket.v2"
Expand Down Expand Up @@ -201,7 +201,7 @@ func slave(c *cli.Context) {

/*request worker*/
worker := requestwork.New(50)
client := greq.New(worker, 15*time.Second)
client := greq.New(worker, 15*time.Second, c.Bool("debug"))
/*api start*/
apiListener, err := net.Listen("tcp", sc.ApiListen)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion log.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"net/http"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)

func GetLogger() *Logger {
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"strconv"
"time"

"github.com/Sirupsen/logrus"
jsoniter "github.com/json-iterator/go"
"github.com/sirupsen/logrus"

"github.com/joho/godotenv"
"github.com/urfave/cli"
Expand Down
2 changes: 1 addition & 1 deletion slave_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
"regexp"
"strings"

"github.com/Sirupsen/logrus"
"github.com/buger/jsonparser"
"github.com/gomodule/redigo/redis"
"github.com/gorilla/mux"
uuid "github.com/satori/go.uuid"
"github.com/sirupsen/logrus"
"github.com/syhlion/greq"
"github.com/syhlion/redisocket.v2"
)
Expand Down
22 changes: 22 additions & 0 deletions vendor/github.com/SermoDigital/jose/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/github.com/SermoDigital/jose/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/github.com/SermoDigital/jose/_test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions vendor/github.com/SermoDigital/jose/base64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/SermoDigital/jose/crypto/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 117 additions & 0 deletions vendor/github.com/SermoDigital/jose/crypto/ecdsa.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions vendor/github.com/SermoDigital/jose/crypto/ecdsa_utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/github.com/SermoDigital/jose/crypto/errors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6671c4

Please sign in to comment.