From 25bc263c62eb6082710f4aca1569d60711dfc76c Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 12 Apr 2023 20:18:55 -0400 Subject: [PATCH] upstream fixed their notes problem --- go.mod | 2 -- go.sum | 2 -- 2 files changed, 4 deletions(-) diff --git a/go.mod b/go.mod index 54c1c4b..4e23236 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module git.yetaga.in/alazyreader/library go 1.16 -replace github.com/irlndts/go-discogs v0.3.5 => git.yetaga.in/alazyreader/go-discogs v0.3.6 - require ( github.com/gdamore/tcell/v2 v2.6.0 github.com/go-sql-driver/mysql v1.7.0 diff --git a/go.sum b/go.sum index d23fe0a..6ad102f 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,3 @@ -git.yetaga.in/alazyreader/go-discogs v0.3.6 h1:VhV8/uhnWsxae6PvIVtXOfO4eWWqShX6DkiN2hFsZ8U= -git.yetaga.in/alazyreader/go-discogs v0.3.6/go.mod h1:UVQ05FdCzH4P/usnSxQDh77QYE37HvmPnSCgogioljo= github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko= github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg= github.com/gdamore/tcell/v2 v2.6.0 h1:OKbluoP9VYmJwZwq/iLb4BxwKcwGthaa1YNBJIyCySg=