Fix musl build (#1480)

* Update go.mod

* Update go.sum
This commit is contained in:
xcf13363175
2024-01-18 22:44:33 +08:00
committed by GitHub
parent 9fa0fbda0d
commit d5f330b9c0
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -50,7 +50,7 @@ require (
github.com/hashicorp/go-version v1.6.0
github.com/libp2p/go-netroute v0.2.0
github.com/magiconair/properties v1.8.5
github.com/mattn/go-sqlite3 v1.14.17
github.com/mattn/go-sqlite3 v1.14.19
github.com/mdlayher/socket v0.4.1
github.com/miekg/dns v1.1.43
github.com/mitchellh/hashstructure/v2 v2.0.2