summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-21 21:56:44 -0500
committerGitHub <[email protected]>2026-07-21 21:56:44 -0500
commita06866cf167148164c23b0c3cb2394c80f9a6727 (patch)
tree7fa9caae2ac058c4744d34ff4570881683980ac0 /go.mod
parent2b9a6d0dd8608966ef70ace0f42598a6e540b459 (diff)
downloadskunky-art-a06866cf167148164c23b0c3cb2394c80f9a6727.tar.gz
skunky-art-a06866cf167148164c23b0c3cb2394c80f9a6727.tar.bz2
skunky-art-a06866cf167148164c23b0c3cb2394c80f9a6727.zip
Bump github.com/zerolabsco/devianter from 0.3.1 to 0.3.3 (#11)
Bumps [github.com/zerolabsco/devianter](https://github.com/zerolabsco/devianter) from 0.3.1 to 0.3.3. - [Release notes](https://github.com/zerolabsco/devianter/releases) - [Commits](https://github.com/zerolabsco/devianter/compare/v0.3.1...v0.3.3) --- updated-dependencies: - dependency-name: github.com/zerolabsco/devianter dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2bff93e..d75ea30 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module skunkyart
go 1.25.0
require (
- github.com/zerolabsco/devianter v0.3.1
+ github.com/zerolabsco/devianter v0.3.3
golang.org/x/net v0.57.0
)