12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- module imuslab.com/arozos
- go 1.13
- require (
- github.com/andybalholm/brotli v1.0.0 // indirect
- github.com/boltdb/bolt v1.3.1
- github.com/brutella/hc v1.2.4
- github.com/dhowden/tag v0.0.0-20200828214007-46e57f75dbfc
- github.com/disintegration/imaging v1.6.2
- github.com/fclairamb/ftpserverlib v0.8.0
- github.com/fogleman/fauxgl v0.0.0-20200818143847-27cddc103802
- github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
- github.com/frankban/quicktest v1.10.0 // indirect
- github.com/gabriel-vasile/mimetype v1.1.0
- github.com/go-git/go-git/v5 v5.2.0
- github.com/gorilla/schema v1.2.0
- github.com/gorilla/sessions v1.2.0
- github.com/gorilla/websocket v1.4.2
- github.com/grandcat/zeroconf v1.0.0
- github.com/jung-kurt/gofpdf v1.16.2
- github.com/klauspost/compress v1.10.6 // indirect
- github.com/klauspost/pgzip v1.2.4 // indirect
- github.com/koron/go-ssdp v0.0.0-20191105050749-2e1c40ed0b5d
- github.com/mholt/archiver/v3 v3.3.0
- github.com/miekg/dns v1.1.29 // indirect
- github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
- github.com/nwaples/rardecode v1.1.0 // indirect
- github.com/oliamb/cutter v0.2.2
- github.com/pierrec/lz4 v2.5.2+incompatible // indirect
- github.com/ricochet2200/go-disk-usage v0.0.0-20150921141558-f0d1b743428f
- github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
- github.com/satori/go.uuid v1.2.0
- github.com/smartystreets/cproxy v1.0.2
- github.com/smartystreets/logging v1.1.1 // indirect
- github.com/spf13/afero v1.3.1
- github.com/tidwall/pretty v1.0.2
- github.com/ulikunitz/xz v0.5.7 // indirect
- github.com/valyala/fasttemplate v1.1.0
- gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
- gitlab.com/NebulousLabs/go-upnp v0.0.0-20181011194642-3a71999ed0d3
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777
- golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
- golang.org/x/text v0.3.3 // indirect
- gopkg.in/sourcemap.v1 v1.0.5 // indirect
- )
|