An open index of dependabot pull requests across open source projects.

chore(deps): bump the minor-updates group across 1 directory with 44 updates

Closed
Number: #39
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 3
Created: August 04, 2025 at 01:09 AM UTC
(11 months ago)
Updated: August 18, 2025 at 03:46 AM UTC
(10 months ago)
Closed: August 18, 2025 at 03:46 AM UTC
(10 months ago)
Time to Close: 14 days
Description:

Bumps the minor-updates group with 19 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.36.5 1.37.1
github.com/aws/aws-sdk-go-v2/config 1.29.17 1.30.2
github.com/aws/aws-sdk-go-v2/service/s3 1.83.0 1.85.1
github.com/golang-jwt/jwt/v5 5.2.2 5.3.0
github.com/prometheus/client_golang 1.22.0 1.23.0
github.com/valyala/fasthttp 1.63.0 1.64.0
github.com/boombuler/barcode 1.0.1-0.20190219062509-6c824513bacc 1.1.0
github.com/cpuguy83/go-md2man/v2 2.0.6 2.0.7
github.com/gabriel-vasile/mimetype 1.4.8 1.4.9
github.com/go-viper/mapstructure/v2 2.2.1 2.4.0
github.com/mattn/go-colorable 0.1.13 0.1.14
github.com/pelletier/go-toml/v2 2.2.3 2.2.4
github.com/philhofer/fwd 1.1.3-0.20240916144458-20a13a1f6b7c 1.2.0
github.com/rivo/uniseg 0.2.0 0.4.7
github.com/sagikazarmark/locafero 0.7.0 0.10.0
github.com/spf13/cast 1.7.1 1.9.2
github.com/spf13/pflag 1.0.6 1.0.7
github.com/tinylib/msgp 1.2.5 1.3.0
go.uber.org/multierr 1.10.0 1.11.0

Updates github.com/aws/aws-sdk-go-v2 from 1.36.5 to 1.37.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.17 to 1.30.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.83.0 to 1.85.1

Commits

Updates github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.3.0

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.0

This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.

What's Changed

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0

v5.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3

Commits

Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits

Updates github.com/valyala/fasthttp from 1.63.0 to 1.64.0

Release notes

Sourced from github.com/valyala/fasthttp's releases.

v1.64.0

⚠️ Deprecation warning! ⚠️

In the next version of fasthttp headers delimited by just \n (instead of \r\n) are no longer supported!

What's Changed

Full Changelog: https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0

Commits
  • b1a54c8 chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (#2035)
  • 7ac856f chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#2036)
  • 2a917b6 chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (#2034)
  • a3c9dab Add warning for deprecated newline separator (#2031)
  • eb1f908 refact: eliminate duplication in Request/Response via struct embedding (#2027)
  • See full diff in compare view

Updates golang.org/x/term from 0.32.0 to 0.33.0

Commits

Updates golang.org/x/text from 0.26.0 to 0.27.0

Commits

Updates github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.6.11 to 1.7.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog.

Release (2021-06-25)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.7.0
    • Feature: Adds configuration values for enabling endpoint discovery.
    • Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
  • github.com/aws/aws-sdk-go-v2/config: v1.4.0
    • Feature: Adds configuration setting for enabling endpoint discovery.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
    • Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
  • github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
    • Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
  • github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0
    • Release: Release new modules
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.2.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.3.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.2.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudsearch: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.4.0
    • Feature: API client updated

... (truncated)

Commits
  • 431a408 Release 2021-06-25
  • 5393f4a Updated smithy-go dependency version
  • d96de3a Update API Models, adds change log for release, pins protocol test to exclude...
  • e216071 aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...
  • 77ed784 feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (#1298)
  • d00f3da credentials: Fix aws.CredentialsCache code usage examples (#1275)
  • 7cdbfce Update README to point to the consolidated Changelog file (#1305)
  • cd60ebc feature/s3/manager: Fix typo in Downloader (#1304)
  • 1d868df Endpoint discovery support (#1263)
  • 39470b2 Release 2021-06-11
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.70 to 1.18.2

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/credentials's changelog.

Release (2022-11-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.12.0
    • Feature: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.19.0
    • Feature: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.16.0
    • Feature: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.22.0
    • Feature: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.71.0
    • Feature: This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.18.25
    • Documentation: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.4.0
    • Feature: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.
  • github.com/aws/aws-sdk-go-v2/service/ivschat: v1.1.0
    • Feature: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.25.0
    • Feature: Add Node 18 (nodejs18.x) support to AWS Lambda.
  • github.com/aws/aws-sdk-go-v2/service/personalize: v1.22.0
    • Feature: This release provides support for creation and use of metric attributions in AWS Personalize
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.20.0
    • Feature: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.8.0
    • Feature: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.
  • github.com/aws/aws-sdk-go-v2/service/s3control: v1.26.0
    • Feature: Added 34 new S3 Storage Lens metrics to support additional customer use cases.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.16.7
    • Documentation: Documentation updates for Secrets Manager.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.24.0
    • Feature: Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail
  • github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry: v1.15.0
    • Feature: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.4
    • Documentation: Documentation updates for AWS Security Token Service.
  • github.com/aws/aws-sdk-go-v2/service/textract: v1.18.0
    • Feature: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API
  • github.com/aws/aws-sdk-go-v2/service/workspaces: v1.27.0
    • Feature: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.

Release (2022-11-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.32 to 1.18.1

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog.

Release (2023-06-13)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.27.0
    • Feature: This feature allows users to view dashboards for CloudTrail Lake event data stores.
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.0.0
    • Release: New AWS service client module
    • Feature: Initial release of Amazon CodeGuru Security APIs
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.14.0
    • Feature: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.100.0
    • Feature: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
  • github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.23.5
    • Documentation: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.
  • github.com/aws/aws-sdk-go-v2/service/lightsail: v1.27.0
    • Feature: This release adds pagination for the Get Certificates API operation.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.34.0
    • Feature: Integrate double encryption feature to SDKs.
    • Bug Fix: Fix HeadObject to return types.Nound when an object does not exist. Fixes 2084
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.33.0
    • Feature: Add support for Security Hub Automation Rules
  • github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.3.0
    • Feature: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
  • github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.0.0
    • Release: New AWS service client module
    • Feature: GA release of Amazon Verified Permissions.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.35.0
    • Feature: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
  • github.com/aws/aws-sdk-go-v2/service/wellarchitected: v1.21.0
    • Feature: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.

Release (2023-06-12)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.11.0
    • Feature: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.8
    • Documentation: Documentation updates for DynamoDB
  • github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.14.12
    • Documentation: Documentation updates for DynamoDB Streams
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.29.0
    • Feature: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.18.0
    • Feature: This release adds support for SkipUnavailable connection property for cross cluster search

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/configsources from 1.3.36 to 1.4.1

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/internal/configsources's changelog.

Release (2021-07-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.1.0
    • Feature: Support for :, =, [, ] being present in expression values.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/servicediscovery: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/sqs: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/ssmcontacts: v1.2.0
    • Feature: API client updated

Release (2021-06-25)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.7.0
    • Feature: Adds configuration values for enabling endpoint discovery.
    • Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
  • github.com/aws/aws-sdk-go-v2/config: v1.4.0
    • Feature: Adds configuration setting for enabling endpoint discovery.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
    • Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
  • github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
    • Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
  • github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0

... (truncated)

Commits
  • efb96c5 Release 2021-07-01
  • cfdbf01 update go sum
  • e27b618 Updates API models (#1328)
  • eb286a1 Support Op and Sep Tokens in Expression Values (#1324)
  • 431a408 Release 2021-06-25
  • 5393f4a Updated smithy-go dependency version
  • d96de3a Update API Models, adds change log for release, pins protocol test to exclude...
  • e216071 aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...
  • 77ed784 feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (#1298)
  • d00f3da credentials: Fix aws.CredentialsCache code usage examples (#1275)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from 2.6.36 to 2.7.1

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/v4a from 1.3.36 to 1.4.1

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/internal/v4a's changelog.

Release (2021-07-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.1.0
    • Feature: Support for :, =, [, ] being present in expression values.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/servicediscovery: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/sqs: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/ssmcontacts: v1.2.0
    • Feature: API client updated

Release (2021-06-25)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.7.0
    • Feature: Adds configuration values for enabling endpoint discovery.
    • Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
  • github.com/aws/aws-sdk-go-v2/config: v1.4.0
    • Feature: Adds configuration setting for enabling endpoint discovery.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
    • Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
  • github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
    • Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
  • github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0

... (truncated)

Commits
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
go
Version Change:
1.83.0 → 1.85.1
Update Type:
Minor
Ecosystem:
go
Version Change:
1.22.0 → 1.23.0
Update Type:
Minor
Ecosystem:
go
Version Change:
5.2.2 → 5.3.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.7.1 → 1.9.2
Update Type:
Minor
Ecosystem:
go
Version Change:
1.0.6 → 1.0.7
Update Type:
Patch
Ecosystem:
go
Version Change:
1.29.17 → 1.30.2
Update Type:
Minor
Ecosystem:
go
Version Change:
2.0.6 → 2.0.7
Update Type:
Patch
Ecosystem:
go
Version Change:
1.4.8 → 1.4.9
Update Type:
Patch
Ecosystem:
go
Version Change:
1.36.5 → 1.37.1
Update Type:
Minor
Ecosystem:
go
Version Change:
2.2.3 → 2.2.4
Update Type:
Patch
Ecosystem:
go
Version Change:
1.63.0 → 1.64.0
Update Type:
Minor
Ecosystem:
go
Version Change:
0.7.0 → 0.10.0
Update Type:
Minor
Ecosystem:
go
Version Change:
0.1.13 → 0.1.14
Update Type:
Patch
Ecosystem:
go
Version Change:
1.2.5 → 1.3.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.10.0 → 1.11.0
Update Type:
Minor
Ecosystem:
go
Version Change:
0.2.0 → 0.4.7
Update Type:
Minor
Ecosystem:
go
Version Change:
2.2.1 → 2.4.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.0.1-0.20190219062509-6c824513bacc → 1.1.0
Update Type:
Minor
Technical Details
ID: 5241585
UUID: 3287717574
Node ID: PR_kwDOFFptbs6h6cJ5
Host: GitHub
Repository: ScriptonBasestar/proxynd