filestash/go.mod
2023-03-14 17:32:08 +11:00

50 lines
2.1 KiB
Modula-2

module github.com/mickael-kerjean/filestash
go 1.16
require (
github.com/aws/aws-sdk-go v1.40.41
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/creack/pty v1.1.18
github.com/cretz/bine v0.1.0
github.com/duosecurity/duo_universal_golang v1.0.3
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/mattn/go-sqlite3 v2.0.2+incompatible
github.com/mickael-kerjean/net v0.0.0-20191120063050-2457c043ba06
github.com/mickael-kerjean/saml v0.0.0-20221221152539-19783715740c
github.com/mitchellh/hashstructure v1.0.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
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/qeesung/image2ascii v1.0.1
github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93 // indirect
github.com/secsy/goftp v0.0.0-20200609142545-aa2de14babf4 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/stretchr/testify v1.7.0
github.com/suyashkumar/dicom v1.0.5
github.com/tidwall/gjson v1.13.0
github.com/tidwall/sjson v1.0.4
github.com/tredoe/osutil v1.0.6
github.com/vmware/go-nfs-client v0.0.0-20190605212624-d43b92724c1b
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
golang.org/x/crypto v0.1.0
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.1.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
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
modernc.org/sqlite v1.19.1
storj.io/uplink v1.9.0
)