Skip to content

Commit

Permalink
fix(deps): Bumped deps version to make go-sdk compatible with dns-con…
Browse files Browse the repository at this point in the history
…trol
  • Loading branch information
AsifNawaz-cnic committed May 22, 2024
1 parent 612d812 commit 73172bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 73172bb

Please sign in to comment.