From d0bfecd795f8ba0186b7f727fe6a7e42d8ec8c73 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Tue, 21 Jan 2025 06:13:53 +0000 Subject: [PATCH] Update all dependencies --- LICENSE | 2 +- VERSION | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 1d84209..a57ee79 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2015 Alexandre Cesaro -Copyright (c) 2016-2024 Nicola Asuni - Tecnick.com +Copyright (c) 2016-2025 Nicola Asuni - Tecnick.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/VERSION b/VERSION index 4a4127c..8955a01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.25 +1.0.26 diff --git a/go.mod b/go.mod index be1af4f..cc14e83 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/tecnickcom/statsd go 1.23 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/golang/mock v1.6.0