Skip to content

Commit

Permalink
chore: gosherve 0.3.3 -> 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Nov 27, 2024
1 parent 25a0f26 commit 3240a01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
pname = "jnsgruk";
src = lib.cleanSource ./.;

vendorHash = "sha256-x4ROLEGyab2AJLLPANVrt2ywY84XFS1+4Bk1b4WypVk=";
vendorHash = "sha256-xAQED0sCNvlZ+bjP4IXWqogWNAD5HGRqOeH9l0zQkdg=";

buildInputs = [ cacert ];
nativeBuildInputs = [ hugo ];
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/jnsgruk/jnsgr.uk

go 1.22

require github.com/jnsgruk/gosherve v0.3.3
require github.com/jnsgruk/gosherve v0.3.4

require (
github.com/beorn7/perks v1.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/jnsgruk/gosherve v0.3.3 h1:U3EJtlW6cfWKPT6QVCyZlP6+Z6r+JpKjuHJ0u+MnQZY=
github.com/jnsgruk/gosherve v0.3.3/go.mod h1:MTfWb9cU2mVbvZ09DDlvp4oyREq4SpmKz8E1kDGwbRg=
github.com/jnsgruk/gosherve v0.3.4 h1:sNS+qQ99NxUcAYlBPU9jZhDqK1P+Y17luMLzm85EkSc=
github.com/jnsgruk/gosherve v0.3.4/go.mod h1:MTfWb9cU2mVbvZ09DDlvp4oyREq4SpmKz8E1kDGwbRg=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down

0 comments on commit 3240a01

Please sign in to comment.