Skip to content

Commit

Permalink
update dstate import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jogramming committed Aug 28, 2018
1 parent 117ba8b commit 822a303
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automod/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package automod
import (
"fmt"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/mediocregopher/radix.v3"
"github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion autorole/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"github.com/jonas747/dcmd"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/commands"
Expand Down
2 changes: 1 addition & 1 deletion bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package bot
import (
"github.com/jonas747/discordgo"
"github.com/jonas747/dshardmanager"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/scheduledevents"
Expand Down
2 changes: 1 addition & 1 deletion bot/botrest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/common"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion bot/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package bot

import (
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
log "github.com/sirupsen/logrus"
"sort"
Expand Down
2 changes: 1 addition & 1 deletion bot/memberfetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package bot
import (
"errors"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
"github.com/karlseguin/ccache"
Expand Down
2 changes: 1 addition & 1 deletion bot/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package bot

import (
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/sirupsen/logrus"
"sync"
Expand Down
2 changes: 1 addition & 1 deletion bot/slaveimpl.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package bot

import (
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/master"
"github.com/jonas747/yagpdb/master/slave"
Expand Down
2 changes: 1 addition & 1 deletion bot/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"errors"
"github.com/bwmarrin/snowflake"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/patrickmn/go-cache"
"github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion commands/yagcommmand.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"github.com/jonas747/dcmd"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/commands/models"
"github.com/jonas747/yagpdb/common"
Expand Down
2 changes: 1 addition & 1 deletion common/templates/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package templates
import (
"bytes"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/pkg/errors"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"bytes"
"fmt"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/mediocregopher/radix.v3"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion customcommands/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"github.com/jonas747/dcmd"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/commands"
Expand Down
2 changes: 1 addition & 1 deletion customcommands/customcommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package customcommands
import (
"encoding/json"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/common"
"github.com/karlseguin/ccache"
"github.com/mediocregopher/radix.v3"
Expand Down
2 changes: 1 addition & 1 deletion master/events.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package master

import (
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
)

// Shard rescaling graceful restarts (This is still very much WIP):
Expand Down
2 changes: 1 addition & 1 deletion moderation/plugin_bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/commands"
Expand Down
2 changes: 1 addition & 1 deletion moderation/punishments.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"github.com/jinzhu/gorm"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/common"
"github.com/jonas747/yagpdb/common/scheduledevents"
Expand Down
2 changes: 1 addition & 1 deletion notifications/plugin_bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package notifications
import (
"fmt"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
Expand Down
2 changes: 1 addition & 1 deletion reputation/reputation.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"database/sql"
"fmt"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/botrest"
"github.com/jonas747/yagpdb/common"
Expand Down
2 changes: 1 addition & 1 deletion rolecommands/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"database/sql"
"github.com/jonas747/dcmd"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/commands"
Expand Down
2 changes: 1 addition & 1 deletion rolecommands/menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"github.com/jonas747/dcmd"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
Expand Down
2 changes: 1 addition & 1 deletion rolecommands/rolecommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"context"
"fmt"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/commands"
"github.com/jonas747/yagpdb/common"
Expand Down
2 changes: 1 addition & 1 deletion soundboard/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package soundboard

import (
"github.com/jonas747/dcmd"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/commands"
"github.com/jonas747/yagpdb/common/configstore"
Expand Down
2 changes: 1 addition & 1 deletion stdcommands/findserver/findserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"github.com/jonas747/dcmd"
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/commands"
"github.com/jonas747/yagpdb/stdcommands/util"
Expand Down
2 changes: 1 addition & 1 deletion streaming/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package streaming

import (
"github.com/jonas747/discordgo"
"github.com/jonas747/dutil/dstate"
"github.com/jonas747/dstate"
"github.com/jonas747/yagpdb/bot"
"github.com/jonas747/yagpdb/bot/eventsystem"
"github.com/jonas747/yagpdb/common"
Expand Down

0 comments on commit 822a303

Please sign in to comment.