Fix regression in config display

This commit updates the pkglib dependency to fix display of the yaml
configuration.
This commit is contained in:
Tom Wiesing 2024-04-15 17:49:54 +02:00
parent 0c50b5e182
commit a0c28f2188
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -15,7 +15,7 @@ require (
github.com/pquerna/otp v1.4.0
github.com/rs/zerolog v1.32.0
github.com/tkw1536/goprogram v0.5.0
github.com/tkw1536/pkglib v0.0.0-20240408205952-086ddbf0c2d1
github.com/tkw1536/pkglib v0.0.0-20240415154320-15e7e7479233
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-meta v1.1.0
golang.org/x/crypto v0.22.0