mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
Bumps the dev-dependencies group with 4 updates: [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go), [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/nats-io/nats.go` from 1.28.0 to 1.29.0 - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](https://github.com/nats-io/nats.go/compare/v1.28.0...v1.29.0) Updates `github.com/valyala/fasthttp` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.49.0...v1.50.0) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.18.39 to 1.18.40 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.39...config/v1.18.40) Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.11.83 to 1.11.84 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.83...feature/s3/manager/v1.11.84) --- updated-dependencies: - dependency-name: github.com/nats-io/nats.go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
61 lines
2.6 KiB
Modula-2
61 lines
2.6 KiB
Modula-2
module github.com/versity/versitygw
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2 v1.21.0
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
|
|
github.com/aws/smithy-go v1.14.2
|
|
github.com/gofiber/fiber/v2 v2.49.2
|
|
github.com/google/uuid v1.3.1
|
|
github.com/nats-io/nats.go v1.29.0
|
|
github.com/pkg/xattr v0.4.9
|
|
github.com/segmentio/kafka-go v0.4.42
|
|
github.com/urfave/cli/v2 v2.25.7
|
|
github.com/valyala/fasthttp v1.50.0
|
|
github.com/versity/scoutfs-go v0.0.0-20230606232754-0474b14343b9
|
|
golang.org/x/sys v0.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.42 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.14.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.16.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.22.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.9.20 // indirect
|
|
github.com/nats-io/nkeys v0.4.4 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.18 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.18.40
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.38
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.84
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.36 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.4 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
)
|