File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ import (
11
11
"syscall"
12
12
"time"
13
13
14
- "github.com/P147x/shibesbot/cmd/shibesbot/monitoring"
15
- "github.com/P147x/shibesbot/pkg/cache"
16
- "github.com/P147x/shibesbot/pkg/cache/redis"
17
- "github.com/P147x/shibesbot/pkg/logger"
18
- "github.com/P147x/shibesbot/pkg/logger/logrus"
14
+ "github.com/codeinuit/shibesbot/cmd/shibesbot/monitoring"
15
+ "github.com/codeinuit/shibesbot/pkg/cache"
16
+ "github.com/codeinuit/shibesbot/pkg/cache/redis"
17
+ "github.com/codeinuit/shibesbot/pkg/logger"
18
+ "github.com/codeinuit/shibesbot/pkg/logger/logrus"
19
+
19
20
"github.com/bwmarrin/discordgo"
20
21
"github.com/robfig/cron/v3"
21
22
)
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"net/http"
6
6
7
- "github.com/P147x /shibesbot/pkg/logger"
7
+ "github.com/codeinuit /shibesbot/pkg/logger"
8
8
"github.com/prometheus/client_golang/prometheus/promhttp"
9
9
)
10
10
Original file line number Diff line number Diff line change 1
- module github.com/P147x /shibesbot
1
+ module github.com/codeinuit /shibesbot
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/bwmarrin/discordgo v0.27.1
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"testing"
6
6
7
- "github.com/P147x /shibesbot/pkg/cache"
8
- "github.com/P147x /shibesbot/pkg/cache/localstorage"
7
+ "github.com/codeinuit /shibesbot/pkg/cache"
8
+ "github.com/codeinuit /shibesbot/pkg/cache/localstorage"
9
9
"github.com/stretchr/testify/assert"
10
10
)
11
11
You can’t perform that action at this time.
0 commit comments