Skip to content

Commit 42bac9f

Browse files
authored
Merge pull request #156 from bootjp/renovate/go-1.x
Update dependency go to v1.25.5
2 parents 83db5e2 + 0638fb8 commit 42bac9f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ module github.com/bootjp/simple_dns
22

33
go 1.24.0
44

5-
toolchain go1.25.2
5+
toolchain go1.25.5
66

77
require (
88
github.com/hashicorp/golang-lru v1.0.2
9-
github.com/hashicorp/golang-lru/v2 v2.0.7
109
github.com/jaytaylor/go-hostsfile v0.0.0-20220426042432-61485ac1fa6c
1110
go.uber.org/zap v1.27.0
1211
golang.org/x/net v0.46.0
1312
gopkg.in/yaml.v2 v2.4.0
14-
gopkg.in/yaml.v3 v3.0.1
1513
)
1614

1715
require go.uber.org/multierr v1.10.0 // indirect

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=
44
github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
5-
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
65
github.com/jaytaylor/go-hostsfile v0.0.0-20220426042432-61485ac1fa6c h1:kbTQ8oGf+BVFvt/fM+ECI+NbZDCqoi0vtZTfB2p2hrI=
76
github.com/jaytaylor/go-hostsfile v0.0.0-20220426042432-61485ac1fa6c/go.mod h1:k6+89xKz7BSMJ+DzIerBdtpEUeTlBMugO/hcVSzahog=
87
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)