-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
23 lines (21 loc) · 801 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
module github.com/daknob/eldim
go 1.14
require (
cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/iam v0.12.0 // indirect
cloud.google.com/go/storage v1.29.0
filippo.io/age v1.1.1
github.com/daknob/hlog v0.1.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4 // indirect
github.com/keybase/go-triplesec v0.0.0-20200218020411-6687d79e9f55
github.com/minio/minio-go/v7 v7.0.49
github.com/ncw/swift v1.0.53
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/sirupsen/logrus v1.9.0
google.golang.org/api v0.110.0
gopkg.in/yaml.v2 v2.4.0
)