-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.03 KB
/
go.mod
File metadata and controls
29 lines (26 loc) · 1.03 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
module github.com/loginx/alfred-timein
go 1.24.3
require (
github.com/codingsince1985/geo-golang v1.8.5
github.com/cucumber/godog v0.15.1
github.com/ringsaturn/tzf v1.0.2
github.com/tkuchiki/go-timezone v0.2.3
)
require (
github.com/cucumber/gherkin/go/v26 v26.2.0 // indirect
github.com/cucumber/messages/go/v21 v21.0.1 // indirect
github.com/gofrs/uuid v4.3.1+incompatible // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-memdb v1.3.4 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/paulmach/orb v0.12.0 // indirect
github.com/ringsaturn/tzf-rel-lite v0.0.2025-b2 // indirect
github.com/spf13/pflag v1.0.7 // indirect
github.com/tidwall/geoindex v1.7.0 // indirect
github.com/tidwall/geojson v1.4.5 // indirect
github.com/tidwall/rtree v1.10.0 // indirect
github.com/twpayne/go-polyline v1.1.1 // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
google.golang.org/protobuf v1.36.9 // indirect
)