-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
27 lines (25 loc) · 953 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/adobe/blackhole
go 1.14
require (
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.15.0
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.10
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/cespare/xxhash v1.1.0
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/google/flatbuffers v2.0.6+incompatible
github.com/klauspost/compress v1.15.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pierrec/lz4/v4 v4.1.14
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.6.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.11.0
github.com/valyala/fasthttp v1.36.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
)