-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 530 Bytes
/
go.mod
File metadata and controls
20 lines (16 loc) · 530 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/makeworld-the-better-one/gemget
go 1.23.0
toolchain go1.24.1
require (
github.com/dustin/go-humanize v1.0.0
github.com/makeworld-the-better-one/go-gemini v0.13.1
github.com/makeworld-the-better-one/go-gemini-socks5 v1.0.0
github.com/schollz/progressbar/v3 v3.6.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.38.0
)
require (
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
golang.org/x/text v0.23.0 // indirect
)