From 004433479fa3273202af1c1a44154cf4ae625e01 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 27 Apr 2025 14:19:34 +0200 Subject: [PATCH] Update github.com/delthas/go-libnp to v0.1.0 --- icedreammusic/np/go.mod | 2 +- icedreammusic/np/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/icedreammusic/np/go.mod b/icedreammusic/np/go.mod index 4f7e145..11793b2 100644 --- a/icedreammusic/np/go.mod +++ b/icedreammusic/np/go.mod @@ -10,7 +10,7 @@ replace ( ) require ( - github.com/delthas/go-libnp v0.0.0-20221222161248-0e45ece1f878 + github.com/delthas/go-libnp v0.1.0 github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 github.com/gin-gonic/gin v1.9.1 github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-20240122014424-f96ec7e413e0 diff --git a/icedreammusic/np/go.sum b/icedreammusic/np/go.sum index 7435995..08249a7 100644 --- a/icedreammusic/np/go.sum +++ b/icedreammusic/np/go.sum @@ -11,6 +11,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/delthas/go-libnp v0.0.0-20221222161248-0e45ece1f878 h1:v8W8eW7eb2bHFXBA80UKcoe0TvEu46NlTHSDRvgAbMU= github.com/delthas/go-libnp v0.0.0-20221222161248-0e45ece1f878/go.mod h1:aGVXnhWpDlt5U4SphG97o1gszctZKvBTXy320E8Buw4= +github.com/delthas/go-libnp v0.1.0 h1:4YmxYd6yBI1gDzSeqCS7+0wrHcYPPo54FrTaFIbEd4U= +github.com/delthas/go-libnp v0.1.0/go.mod h1:aGVXnhWpDlt5U4SphG97o1gszctZKvBTXy320E8Buw4= github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 h1:OtSeLS5y0Uy01jaKK4mA/WVIYtpzVm63vLVAPzJXigg= github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8/go.mod h1:apkPC/CR3s48O2D7Y++n1XWEpgPNNCjXYga3PPbJe2E= github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU=