-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 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
module github.com/philips-software/gautocloud-connectors
go 1.16
require (
github.com/ArthurHlt/gominlog v0.0.0-20170402142412-72eebf980f46 // indirect
github.com/aws/aws-sdk-go v1.51.6
github.com/cloudfoundry-community/gautocloud v1.3.0
github.com/go-redis/redis/v8 v8.11.5
github.com/hashicorp/vault/api v1.9.2
github.com/hudl/fargo v1.4.0
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec // indirect
github.com/kevinburke/go-types v0.0.0-20180804230501-141e48b46866 // indirect
github.com/kevinburke/go.uuid v1.2.0 // indirect
github.com/kevinburke/rest v0.0.0-20180424040019-54a8b1109595 // indirect
github.com/kevinburke/twilio-go v0.0.0-20180929160738-8c4607665b91
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/lib/pq v1.10.9
github.com/loafoe/go-eureka-client v0.0.0-20181122150342-305e9cc4dc71
github.com/minio/minio-go/v7 v7.0.79
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.32.0
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/philips-software/go-hsdp-api v0.81.0
github.com/segmentio/kafka-go v0.4.47
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/testify v1.9.0
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.0.0 // indirect
)