mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
96a39a36bb
This way there is an alternative for embedded/small systems if CGO is disabled at build time and so SQLite support cannot be compiled
23 lines
729 B
Modula-2
23 lines
729 B
Modula-2
module github.com/drakkan/sftpgo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alexedwards/argon2id v0.0.0-20190612080829-01a59b2b8802
|
|
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect
|
|
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/kr/fs v0.1.0 // indirect
|
|
github.com/lib/pq v1.1.1
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/pkg/sftp v1.10.0
|
|
github.com/rs/xid v1.2.1
|
|
github.com/rs/zerolog v1.14.3
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
go.etcd.io/bbolt v1.3.2
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|