-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgo.mod
26 lines (23 loc) · 829 Bytes
/
go.mod
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
module github.com/oz/tz
go 1.22
require (
github.com/charmbracelet/bubbletea v0.22.1
github.com/mattn/go-isatty v0.0.20
github.com/muesli/termenv v0.12.0
github.com/pelletier/go-toml/v2 v2.2.3
github.com/tkuchiki/go-timezone v0.2.2
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
golang.org/x/tools v0.7.0
)
require (
github.com/containerd/console v1.0.3 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/rivo/uniseg v0.3.4 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.3.8 // indirect
)