diff --git a/go.mod b/go.mod index 12ea9bf..7185f9e 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/hbstack/pagination v0.6.0 // indirect github.com/hbstack/snackbar v0.1.2 // indirect github.com/hbstack/socials v0.9.0 // indirect - github.com/henrygd/bigger-picture v1.1.15 // indirect + github.com/henrygd/bigger-picture v1.1.16 // indirect github.com/hugomods/base v0.5.0 // indirect github.com/hugomods/bootstrap v0.19.0 // indirect github.com/hugomods/code-block-panel v0.5.0 // indirect diff --git a/go.sum b/go.sum index 7250f02..3b1238c 100644 --- a/go.sum +++ b/go.sum @@ -50,6 +50,7 @@ github.com/henrygd/bigger-picture v1.1.13 h1:J9ABjwQjk+AHb3ZXwFFTuYcj3ToMWYsxmXT github.com/henrygd/bigger-picture v1.1.13/go.mod h1:LayqbjDNNsZH+ZXklmjBe5T02qxpH9Cah/ygAraOBIk= github.com/henrygd/bigger-picture v1.1.15 h1:qFdNSaVP50zNndP+N0jsOVKbdKwL2L5bW851/fPjG9M= github.com/henrygd/bigger-picture v1.1.15/go.mod h1:LayqbjDNNsZH+ZXklmjBe5T02qxpH9Cah/ygAraOBIk= +github.com/henrygd/bigger-picture v1.1.16/go.mod h1:LayqbjDNNsZH+ZXklmjBe5T02qxpH9Cah/ygAraOBIk= github.com/hugomods/base v0.4.0 h1:jzBIJpqDx8aLAlNe/zF1xbefu1XYxumZc39tOO0ZjSw= github.com/hugomods/base v0.4.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.4.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=