From 43151cd1a87c8f40292651ce9cf4155d8a40b472 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 16 Mar 2023 14:41:58 +0100 Subject: [PATCH] Update go.mod. --- icedreammusic/tunaposter/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/tunaposter/go.mod b/icedreammusic/tunaposter/go.mod index bb9849c..9512075 100644 --- a/icedreammusic/tunaposter/go.mod +++ b/icedreammusic/tunaposter/go.mod @@ -3,7 +3,7 @@ module github.com/icedream/livestream-tools/icedreammusic/tunaposter go 1.19 require ( - github.com/icedream/livestream-tools/icedreammusic/tuna d83cb4af0567 + github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-20221205042012-d83cb4af0567 gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 )