1
0
Fork 0
hats/go.mod

39 lines
1.1 KiB
Modula-2
Raw Permalink Normal View History

2023-10-12 17:23:35 +00:00
module code.jhot.me/jhot/hats
go 1.21.1
require (
2024-05-13 20:42:52 +00:00
ekyu.moe/base91 v0.2.3
github.com/aead/skein v0.0.0-20160722084837-9365ae6e95d2
2023-10-12 17:23:35 +00:00
github.com/gorilla/websocket v1.5.0
2024-05-13 20:42:52 +00:00
github.com/nats-io/nats.go v1.34.1
2023-10-12 17:23:35 +00:00
)
require (
github.com/ajg/form v1.5.1 // indirect
2023-10-13 20:31:23 +00:00
github.com/google/uuid v1.3.1 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
2023-11-10 23:22:46 +00:00
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.17.0 // indirect
2023-10-12 17:23:35 +00:00
golang.org/x/time v0.3.0 // indirect
)
require (
2023-11-10 23:22:46 +00:00
github.com/gabriel-vasile/mimetype v1.4.3
2023-10-12 17:23:35 +00:00
github.com/go-chi/chi v1.5.5
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/render v1.0.3
2023-10-13 20:31:23 +00:00
github.com/go-co-op/gocron v1.35.2
2023-10-12 17:23:35 +00:00
github.com/go-resty/resty/v2 v2.9.1
2023-11-17 18:43:50 +00:00
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd
2023-12-14 21:25:16 +00:00
github.com/icholy/digest v0.1.22
2024-05-13 20:42:52 +00:00
github.com/klauspost/compress v1.17.2 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
2023-10-12 17:23:35 +00:00
github.com/nats-io/nuid v1.0.1 // indirect
2023-11-10 23:22:46 +00:00
github.com/samber/lo v1.38.1
2024-05-13 20:42:52 +00:00
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
2023-10-12 17:23:35 +00:00
)