mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module github.com/mickael-kerjean/filestash
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.40.41
|
|
github.com/cretz/bine v0.1.0
|
|
github.com/crewjam/saml v0.4.6
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/h2non/bimg v1.1.5
|
|
github.com/hirochachacha/go-smb2 v1.0.2
|
|
github.com/kr/pty v1.1.8
|
|
github.com/mattn/go-sqlite3 v2.0.2+incompatible
|
|
github.com/mickael-kerjean/net v0.0.0-20191120063050-2457c043ba06
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/sftp v1.11.0
|
|
github.com/prasad83/goftp v0.0.0-20210325080443-f57aaed46a32
|
|
github.com/secsy/goftp v0.0.0-20200609142545-aa2de14babf4 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tidwall/gjson v1.6.5
|
|
github.com/tidwall/sjson v1.0.4
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
|
golang.org/x/image v0.0.0-20210622092929-e6eecd499c2c
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
google.golang.org/api v0.15.0
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/ldap.v2 v2.5.1
|
|
gopkg.in/ldap.v3 v3.1.0
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
|
)
|