mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
2b97c21f99
including showing a qr code to easily get the file on iphones. the profile is currently in the "account" page. idea by x8x in issue #65
34 lines
1 KiB
Modula-2
34 lines
1 KiB
Modula-2
module github.com/mjl-/mox
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/mjl-/bstore v0.0.2
|
|
github.com/mjl-/sconf v0.0.5
|
|
github.com/mjl-/sherpa v0.6.6
|
|
github.com/mjl-/sherpadoc v0.0.12
|
|
github.com/mjl-/sherpaprom v0.0.2
|
|
github.com/mjl-/sherpats v0.0.4
|
|
github.com/prometheus/client_golang v1.14.0
|
|
go.etcd.io/bbolt v1.3.7
|
|
golang.org/x/crypto v0.13.0
|
|
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
|
|
golang.org/x/net v0.15.0
|
|
golang.org/x/text v0.13.0
|
|
rsc.io/qr v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mjl-/xfmt v0.0.2 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/tools v0.12.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|