-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 790 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
module github.com/pgaskin/innosoftfusiongo-ical
go 1.21
require (
github.com/klauspost/compress v1.17.0
github.com/ringsaturn/tzf v0.14.0
github.com/tidwall/gjson v1.16.0
)
require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/paulmach/orb v0.10.0 // indirect
github.com/ringsaturn/tzf-rel v0.0.2023-b // indirect
github.com/tidwall/geoindex v1.7.0 // indirect
github.com/tidwall/geojson v1.4.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // 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
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)