Skip to content

Commit

Permalink
updated to use msgpack.v4 - NOTE: it has breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dencoded committed Nov 9, 2018
1 parent 23e56e7 commit b87fcc1
Show file tree
Hide file tree
Showing 38 changed files with 2,540 additions and 1,740 deletions.
2 changes: 1 addition & 1 deletion analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/oschwald/maxminddb-golang"
"gopkg.in/vmihailenco/msgpack.v2"
"gopkg.in/vmihailenco/msgpack.v4"

"github.com/TykTechnologies/tyk/config"
"github.com/TykTechnologies/tyk/regexp"
Expand Down
2 changes: 1 addition & 1 deletion gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/garyburd/redigo/redis"
"github.com/gorilla/mux"
"github.com/gorilla/websocket"
"gopkg.in/vmihailenco/msgpack.v2"
"gopkg.in/vmihailenco/msgpack.v4"

"github.com/TykTechnologies/tyk/apidef"
"github.com/TykTechnologies/tyk/cli"
Expand Down
2 changes: 1 addition & 1 deletion host_checker_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/Sirupsen/logrus"
"github.com/satori/go.uuid"
"gopkg.in/vmihailenco/msgpack.v2"
"gopkg.in/vmihailenco/msgpack.v4"

"github.com/TykTechnologies/tyk/apidef"
"github.com/TykTechnologies/tyk/config"
Expand Down
2 changes: 1 addition & 1 deletion rpc/rpc_analytics_purger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"time"

"gopkg.in/vmihailenco/msgpack.v2"
"gopkg.in/vmihailenco/msgpack.v4"

"github.com/TykTechnologies/tyk/storage"
)
Expand Down
58 changes: 0 additions & 58 deletions vendor/gopkg.in/vmihailenco/msgpack.v2/README.md

This file was deleted.

76 changes: 0 additions & 76 deletions vendor/gopkg.in/vmihailenco/msgpack.v2/codes/codes.go

This file was deleted.

Loading

0 comments on commit b87fcc1

Please sign in to comment.