mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00
38 lines
1.2 KiB
Modula-2
38 lines
1.2 KiB
Modula-2
module github.com/mjl-/mox
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/mjl-/adns v0.0.0-20250321173553-ab04b05bdfea
|
|
github.com/mjl-/autocert v0.0.0-20250321204043-abab2b936e31
|
|
github.com/mjl-/bstore v0.0.9
|
|
github.com/mjl-/flate v0.0.0-20250221133712-6372d09eb978
|
|
github.com/mjl-/sconf v0.0.7
|
|
github.com/mjl-/sherpa v0.6.7
|
|
github.com/mjl-/sherpadoc v0.0.16
|
|
github.com/mjl-/sherpaprom v0.0.2
|
|
github.com/mjl-/sherpats v0.0.6
|
|
github.com/prometheus/client_golang v1.18.0
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
go.etcd.io/bbolt v1.3.11
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/net v0.39.0
|
|
golang.org/x/sys v0.32.0
|
|
golang.org/x/text v0.24.0
|
|
rsc.io/qr v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
github.com/mjl-/xfmt v0.0.2 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/tools v0.32.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|