-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·43 lines (39 loc) · 1.36 KB
/
Copy pathgo.mod
File metadata and controls
executable file
·43 lines (39 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module launchbot
go 1.24
require (
github.com/rs/zerolog v1.34.0
gopkg.in/telebot.v3 v3.3.8
)
require (
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jonas-p/go-shp v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mingrammer/commonregex v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/image v0.29.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/text v0.27.0 // indirect
gonum.org/v1/gonum v0.12.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
)
require (
github.com/bradfitz/latlong v0.0.0-20170410180902-f3db6d0dff40
github.com/dustin/go-humanize v1.0.1
github.com/go-co-op/gocron v1.37.0
github.com/go-resty/resty/v2 v2.16.5
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/jayco/go-emoji-flag v0.0.0-20190810054606-01604da018da
github.com/jdkato/prose/v2 v2.0.0
github.com/mattn/go-sqlite3 v1.14.30 // indirect
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
golang.org/x/sys v0.34.0
golang.org/x/time v0.6.0
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.30.1
)