forked from 0xE232FE/ogame.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (46 loc) · 1.9 KB
/
Copy pathgo.mod
File metadata and controls
50 lines (46 loc) · 1.9 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
44
45
46
47
48
49
50
module github.com/alaingilbert/ogame
go 1.23.0
toolchain go1.23.1
require (
github.com/PuerkitoBio/goquery v1.10.2
github.com/abiosoft/ishell/v2 v2.0.2
github.com/alaingilbert/clockwork v0.1.1-0.20220821091847-24a25c94a5fe
github.com/alaingilbert/mtx v0.12.0
github.com/bwmarrin/discordgo v0.28.1
github.com/dustin/go-humanize v1.0.1
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/hashicorp/go-version v1.7.0
github.com/labstack/echo/v4 v4.13.3
github.com/martinlindhe/base36 v1.1.1
github.com/olekukonko/tablewriter v0.0.5
github.com/orirawlings/persistent-cookiejar v0.3.2
github.com/pquerna/otp v1.4.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.1.1
golang.org/x/net v0.39.0
golang.org/x/text v0.24.0
)
require (
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/time v0.8.0 // indirect
gopkg.in/retry.v1 v1.0.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)