50 lines
2 KiB
Modula-2
50 lines
2 KiB
Modula-2
module github.com/ii64/obs-access-signer
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/minio/minio-go/v7 v7.0.45
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/valyala/fasthttp v1.43.0
|
|
go.uber.org/zap v1.24.0
|
|
storj.io/uplink v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/calebcase/tmpfile v1.0.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/jtolio/eventkit v0.0.0-20221004135224-074cf276595b // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rs/xid v1.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.19 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3 // indirect
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
|
github.com/zeebo/errs v1.3.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/goleak v1.1.12 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
|
|
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
storj.io/common v0.0.0-20221123115229-fed3e6651b63 // indirect
|
|
storj.io/drpc v0.0.32 // indirect
|
|
)
|