-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (46 loc) · 1.68 KB
/
Copy pathgo.mod
File metadata and controls
49 lines (46 loc) · 1.68 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
module github.com/hebcal/hebcal-api-go
go 1.25.0
require (
github.com/andybalholm/brotli v1.2.3
github.com/dustin/go-humanize v1.0.1
github.com/go-text/typesetting v0.3.4
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/hebcal/gematriya v1.1.0
github.com/hebcal/greg v1.1.0
github.com/hebcal/hdate v1.4.0
github.com/hebcal/hebcal-go v0.19.1
github.com/hebcal/learning v0.5.0
github.com/hebcal/locales v1.1.1
github.com/mattn/go-sqlite3 v1.14.50
github.com/modelcontextprotocol/go-sdk v1.7.0
github.com/prometheus/client_golang v1.24.1
golang.org/x/image v0.45.0
golang.org/x/sync v0.22.0
golang.org/x/text v0.41.0
google.golang.org/protobuf v1.36.12
seehuhn.de/go/pdf v0.7.4
seehuhn.de/go/sfnt v0.7.4
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/hebcal/noaa-go v1.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.70.1 // indirect
github.com/prometheus/procfs v0.22.0 // indirect
github.com/segmentio/asm v1.2.1 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/time v0.15.0 // indirect
seehuhn.de/go/dag v1.0.0 // indirect
seehuhn.de/go/geom v0.7.4 // indirect
seehuhn.de/go/icc v0.7.4 // indirect
seehuhn.de/go/membudget v0.7.4 // indirect
seehuhn.de/go/postscript v0.7.4 // indirect
seehuhn.de/go/xmp v0.7.4 // indirect
)