-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (51 loc) · 2.01 KB
/
go.mod
File metadata and controls
54 lines (51 loc) · 2.01 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
51
52
53
54
module github.com/chubin/wttr.in
go 1.25.0
require (
dario.cat/mergo v1.0.2
github.com/buildkite/terminal-to-html/v3 v3.16.8
github.com/clipperhouse/displaywidth v0.11.0
github.com/cnkei/gospline v0.0.0-20191204052713-d67fac29a294
github.com/enescakir/emoji v1.0.0
github.com/fogleman/gg v1.3.0
github.com/goastro/twilight v0.0.0-20220106142310-95fee74adefe
github.com/gookit/color v1.6.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/itchyny/gojq v0.12.18
github.com/kerrigan29a/drawille-go v0.10.2
github.com/kixorz/suncalc v1.0.0
github.com/klauspost/lctime v0.1.0
github.com/nathan-osman/go-sunrise v1.1.0
github.com/oschwald/geoip2-golang/v2 v2.1.0
github.com/rcarmo/go-te v0.1.0
github.com/ringsaturn/tzf v1.0.4
github.com/rivo/uniseg v0.4.7
github.com/samonzeweb/godb v1.0.15
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
github.com/zsefvlol/timezonemapper v1.0.0
golang.org/x/image v0.39.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
github.com/paulmach/orb v0.12.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ringsaturn/tzf-rel-lite v0.0.2026-a // indirect
github.com/tidwall/geoindex v1.7.0 // indirect
github.com/tidwall/geojson v1.4.6 // indirect
github.com/tidwall/rtree v1.10.0 // indirect
github.com/twpayne/go-polyline v1.1.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.36.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)