forked from JamesClonk/backman
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgo.mod
27 lines (25 loc) · 996 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
25
26
27
module github.com/swisscom/backman
go 1.16
require (
github.com/atc0005/go-teams-notify/v2 v2.13.0
github.com/cloudfoundry-community/go-cfenv v1.18.0
github.com/dustin/go-humanize v1.0.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/labstack/echo/v4 v4.9.1
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v6 v6.0.57
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/minio/sio v0.3.0
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/nebhale/client-go v1.0.0
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.32.0 // indirect
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)