Skip to content

Commit

Permalink
all: update to new radix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
jogramming committed Jan 4, 2019
1 parent 3760214 commit 0995ad0
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion automod_legacy/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/safebrowsing"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"net/url"
"regexp"
Expand Down
2 changes: 1 addition & 1 deletion autorole/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/jonas747/yagpdb/commands"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"strconv"
"sync"
Expand Down
2 changes: 1 addition & 1 deletion autorole/plugin_botrest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/botrest"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"goji.io"
Expand Down
2 changes: 1 addition & 1 deletion autorole/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/jonas747/yagpdb/web"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"goji.io"
"goji.io/pat"
Expand Down
2 changes: 1 addition & 1 deletion bot/admin_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/jonas747/discordgo"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"os"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"os"
"runtime"
Expand Down
2 changes: 1 addition & 1 deletion bot/botrest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/jonas747/discordgo"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"net/http"
Expand Down
2 changes: 1 addition & 1 deletion bot/botrest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/jonas747/dutil"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"goji.io"
Expand Down
2 changes: 1 addition & 1 deletion bot/discordevents.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/jonas747/yagpdb/bot/models"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"github.com/volatiletech/null"
"github.com/volatiletech/sqlboiler/boil"
Expand Down
2 changes: 1 addition & 1 deletion bot/nodeimpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jonas747/dshardorchestrator/node"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"os"
"runtime/debug"
Expand Down
2 changes: 1 addition & 1 deletion bot/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/jonas747/dutil"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/patrickmn/go-cache"
"github.com/sirupsen/logrus"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion cmd/shardorchestrator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jonas747/dshardorchestrator/orchestrator"
"github.com/jonas747/dshardorchestrator/orchestrator/rest"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"log"
"time"
Expand Down
2 changes: 1 addition & 1 deletion commands/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/jonas747/dcmd"
"github.com/jonas747/discordgo"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion commands/plugin_bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"time"
Expand Down
2 changes: 1 addition & 1 deletion commands/plugin_web.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/jonas747/yagpdb/commands/models"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/web"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/volatiletech/sqlboiler/boil"
Expand Down
2 changes: 1 addition & 1 deletion commands/yagcommmand.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/commands/models"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"github.com/volatiletech/sqlboiler/queries/qm"
Expand Down
2 changes: 1 addition & 1 deletion common/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"encoding/json"
"errors"
"github.com/karlseguin/ccache"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"strconv"
)

Expand Down
2 changes: 1 addition & 1 deletion common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/postgres"
"github.com/jonas747/discordgo"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"github.com/volatiletech/sqlboiler/boil"
stdlog "log"
Expand Down
2 changes: 1 addition & 1 deletion common/cplogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"fmt"
"github.com/jonas747/discordgo"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion common/mqueue/mqueue.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/jonas747/discordgo"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"strconv"
"sync"
Expand Down
2 changes: 1 addition & 1 deletion common/patreon/poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/patreon/patreonapi"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"golang.org/x/oauth2"
"os"
Expand Down
2 changes: 1 addition & 1 deletion common/pubsub/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"encoding/json"
"fmt"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"reflect"
"runtime/debug"
Expand Down
2 changes: 1 addition & 1 deletion common/redislock.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package common

import (
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"strconv"
"time"
Expand Down
2 changes: 1 addition & 1 deletion common/redisutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package common

import (
"encoding/json"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
)

// GetRedisJson executes a get redis command and unmarshals the value into out
Expand Down
2 changes: 1 addition & 1 deletion common/scheduledevents2/migratelegacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package scheduledevents2

import (
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
"strconv"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/jonas747/discordgo"
"github.com/jonas747/dstate"
"github.com/lib/pq"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"math/rand"
Expand Down
2 changes: 1 addition & 1 deletion customcommands/customcommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/premium"
"github.com/karlseguin/ccache"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"sort"
)
Expand Down
2 changes: 1 addition & 1 deletion customcommands/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jonas747/discordgo"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/web"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"goji.io"
"goji.io/pat"
"html/template"
Expand Down
2 changes: 1 addition & 1 deletion moderation/plugin_bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/jonas747/yagpdb/common/scheduledevents2"
seventsmodels "github.com/jonas747/yagpdb/common/scheduledevents2/models"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion moderation/punishments.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
seventsmodels "github.com/jonas747/yagpdb/common/scheduledevents2/models"
"github.com/jonas747/yagpdb/common/templates"
"github.com/jonas747/yagpdb/logs"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/volatiletech/sqlboiler/queries/qm"
Expand Down
2 changes: 1 addition & 1 deletion premium/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/premium/models"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/volatiletech/sqlboiler/queries/qm"
Expand Down
2 changes: 1 addition & 1 deletion premium/premium.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"database/sql"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/premium/models"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/volatiletech/null"
"github.com/volatiletech/sqlboiler/boil"
Expand Down
2 changes: 1 addition & 1 deletion reddit/postfetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package reddit
import (
"github.com/jonas747/go-reddit"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion reddit/reddit.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/mqueue"
"github.com/jonas747/yagpdb/premium"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"strconv"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion reputation/reputation.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/jonas747/yagpdb/bot/botrest"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/reputation/models"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/volatiletech/sqlboiler/boil"
Expand Down
2 changes: 1 addition & 1 deletion serverstats/plugin_bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/jonas747/yagpdb/commands"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"time"
Expand Down
2 changes: 1 addition & 1 deletion serverstats/serverstats.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/jonas747/yagpdb/bot/botrest"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/serverstats/models"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"github.com/volatiletech/sqlboiler/queries/qm"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion serverstats/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jonas747/discordgo"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/serverstats/models"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"github.com/volatiletech/null"
Expand Down
2 changes: 1 addition & 1 deletion stdcommands/banserver/banserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jonas747/yagpdb/commands"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/stdcommands/util"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
)

var Command = &commands.YAGCommand{
Expand Down
2 changes: 1 addition & 1 deletion stdcommands/unbanserver/unbanserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jonas747/yagpdb/commands"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/stdcommands/util"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
)

var Command = &commands.YAGCommand{
Expand Down
2 changes: 1 addition & 1 deletion streaming/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/pubsub"
"github.com/jonas747/yagpdb/common/templates"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"regexp"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion web/handlers_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"errors"
"github.com/jonas747/oauth2"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
log "github.com/sirupsen/logrus"
"net/http"
"time"
Expand Down
2 changes: 1 addition & 1 deletion web/handlers_general.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/patreon"
"github.com/jonas747/yagpdb/web/discordblog"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"goji.io/pat"
Expand Down
2 changes: 1 addition & 1 deletion youtube/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package youtube
import (
"fmt"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/mediocregopher/radix"
)

func (p *Plugin) Status() (string, string) {
Expand Down
Loading

0 comments on commit 0995ad0

Please sign in to comment.