mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
7eb5b01169
some basic counters and gauges are now exposed
31 lines
1.2 KiB
Modula-2
31 lines
1.2 KiB
Modula-2
module github.com/drakkan/sftpgo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alexedwards/argon2id v0.0.0-20190612080829-01a59b2b8802
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/lib/pq v1.2.0
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/pkg/sftp v1.10.2-0.20190913011139-8fc59612f2b0
|
|
github.com/prometheus/client_golang v1.1.0
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
|
|
github.com/prometheus/common v0.7.0 // indirect
|
|
github.com/prometheus/procfs v0.0.4 // indirect
|
|
github.com/rs/xid v1.2.1
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.4.0
|
|
go.etcd.io/bbolt v1.3.3
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
|
golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7 // indirect
|
|
google.golang.org/appengine v1.6.2 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|