-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 682 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/RoyXiang/putcallback
go 1.21
require (
github.com/chonla/roman-number-go v0.0.0-20181101035413-6768129de021
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/gregdel/pushover v1.3.1
github.com/putdotio/go-putio v1.7.2
github.com/rclone/rclone v1.68.1
github.com/samber/lo v1.47.0
golang.org/x/oauth2 v0.23.0
golang.org/x/sync v0.8.0
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.5.0 // indirect
)