mirror of
https://github.com/versity/versitygw.git
synced 2026-01-10 05:17:25 +00:00
Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.22.2` | `1.23.1` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.1` | | [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.50.0` | `2.51.0` | | [github.com/segmentio/kafka-go](https://github.com/segmentio/kafka-go) | `0.4.44` | `0.4.45` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.50.0` | `1.51.0` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.24.0` | `1.25.4` | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.13.6` | `1.14.1` | Updates `github.com/aws/aws-sdk-go-v2` from 1.22.2 to 1.23.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.22.2...v1.23.1) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.42.1 to 1.43.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.42.1...service/s3/v1.43.1) Updates `github.com/gofiber/fiber/v2` from 2.50.0 to 2.51.0 - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.50.0...v2.51.0) Updates `github.com/segmentio/kafka-go` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/segmentio/kafka-go/releases) - [Commits](https://github.com/segmentio/kafka-go/compare/v0.4.44...v0.4.45) Updates `github.com/valyala/fasthttp` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.50.0...v1.51.0) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.24.0 to 1.25.4 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.24.0...config/v1.25.4) Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.13.6 to 1.14.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/mq/v1.14.1/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/mq/v1.13.6...service/mq/v1.14.1) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: github.com/gofiber/fiber/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: github.com/segmentio/kafka-go dependency-type: direct:production update-type: version-update:semver-patch 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-minor 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-minor 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.23.1
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.43.1
|
|
github.com/aws/smithy-go v1.17.0
|
|
github.com/go-ldap/ldap/v3 v3.4.6
|
|
github.com/gofiber/fiber/v2 v2.51.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/nats-io/nats.go v1.31.0
|
|
github.com/pkg/xattr v0.4.9
|
|
github.com/segmentio/kafka-go v0.4.45
|
|
github.com/urfave/cli/v2 v2.25.7
|
|
github.com/valyala/fasthttp v1.51.0
|
|
github.com/versity/scoutfs-go v0.0.0-20230606232754-0474b14343b9
|
|
golang.org/x/sys v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/nats-io/nkeys v0.4.6 // 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.14.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.25.4
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.16.3
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.1
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // 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
|
|
)
|