Update module github.com/irlndts/go-discogs to v0.3.6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-04-13 00:00:57 +00:00
parent 91eafafd84
commit 25b1ced464
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -7,6 +7,6 @@ replace github.com/irlndts/go-discogs v0.3.5 => git.yetaga.in/alazyreader/go-dis
require (
github.com/gdamore/tcell/v2 v2.6.0
github.com/go-sql-driver/mysql v1.7.0
github.com/irlndts/go-discogs v0.3.5
github.com/irlndts/go-discogs v0.3.6
github.com/kelseyhightower/envconfig v1.4.0
)