From 73172bb27456031f03cbe29212883750845f9bfb Mon Sep 17 00:00:00 2001 From: AsifNawaz-cnic Date: Tue, 21 May 2024 15:48:45 +0000 Subject: [PATCH] fix(deps): Bumped deps version to make go-sdk compatible with dns-control --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index acf9b2f..020e7f6 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/v4 -go 1.18 +go 1.22.1 // using this version to make it compatible with dnscontrol require ( - github.com/stretchr/testify v1.8.4 - golang.org/x/net v0.15.0 - golang.org/x/text v0.13.0 + github.com/stretchr/testify v1.9.0 // using this version to make it compatible with dnscontrol + golang.org/x/net v0.25.0 // using this version to make it compatible with dnscontrol + golang.org/x/text v0.15.0 // using this version to make it compatible with dnscontrol ) require (