mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
64 lines
3.0 KiB
Modula-2
64 lines
3.0 KiB
Modula-2
module github.com/drakkan/sftpgo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.44.3 // indirect
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
|
|
github.com/alexedwards/argon2id v0.0.0-20190612080829-01a59b2b8802
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
|
github.com/coreos/etcd v3.3.15+incompatible // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
|
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b // indirect
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-kit/kit v0.9.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.6 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/kisielk/errcheck v1.2.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
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/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/pkg/sftp v1.10.1
|
|
github.com/prometheus/client_golang v1.1.0 // indirect
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
|
|
github.com/prometheus/procfs v0.0.4 // indirect
|
|
github.com/prometheus/tsdb v0.10.0 // indirect
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
|
github.com/rs/xid v1.2.1
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/russross/blackfriday v2.0.0+incompatible // indirect
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
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
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
go.etcd.io/bbolt v1.3.3
|
|
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
|
|
golang.org/x/image v0.0.0-20190823064033-3a9bac650e44 // indirect
|
|
golang.org/x/mobile v0.0.0-20190826170111-cafc553e1ac5 // indirect
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
|
|
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
|
|
golang.org/x/tools v0.0.0-20190826234050-71894ab67ee3 // indirect
|
|
google.golang.org/api v0.9.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
|
|
google.golang.org/grpc v1.23.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
|
|
)
|