-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.27 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module xarantolus/sensibleHub
go 1.16
require (
github.com/bogem/id3v2 v1.2.0
github.com/cenkalti/dominantcolor v1.0.2
github.com/disintegration/imaging v1.6.2
github.com/edwvee/exiffix v0.0.0-20210922235313-0f6cbda5e58f
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/jlaffaye/ftp v0.0.0-20200602180915-5563613968bf // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v6 v6.0.57 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/muhammadmuzzammil1998/jsonc v1.0.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/vitali-fedulov/images4 v1.2.2
goftp.io/server v0.4.1
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/image v0.15.0
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.6.0
golang.org/x/sys v0.16.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)