-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
36 lines (34 loc) · 1.32 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
34
35
36
module github.com/ItalyPaleAle/prvt
go 1.15
require (
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.11.0
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/gofrs/flock v0.8.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.3
github.com/google/tink/go v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mackerelio/go-osstat v0.1.0
github.com/manifoldco/promptui v0.8.0
github.com/markbates/pkger v0.17.1
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/minio/minio-go/v7 v7.0.5
github.com/minio/sio v0.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/otiai10/copy v1.2.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
go.uber.org/goleak v1.1.10
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
golang.org/x/text v0.3.4
google.golang.org/protobuf v1.25.0
)