forked from espebra/filebin2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (22 loc) · 834 Bytes
/
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
module github.com/espebra/filebin2
go 1.14
require (
github.com/GeertJohan/go.rice v1.0.2
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/felixge/httpsnoop v1.0.1
github.com/gabriel-vasile/mimetype v1.0.4
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/lib/pq v1.3.0
github.com/minio/minio-go/v7 v7.0.10
github.com/minio/sio v0.2.0
github.com/oschwald/geoip2-golang v1.5.0 // indirect
github.com/oschwald/maxminddb-golang v1.8.0
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/tools v0.1.0 // indirect
)