chore: go mod tidy
All checks were successful
CI / Go Lint (pull_request) Successful in 49s
CI / Makefile Lint (pull_request) Successful in 38s
CI / Unit Tests (pull_request) Successful in 14s
CI / Fuzz Tests (pull_request) Successful in 1m10s
CI / Mutation Tests (pull_request) Successful in 58s

This commit is contained in:
2026-03-19 21:08:23 -04:00
parent 0c81bc5cae
commit f636ce8911
2 changed files with 12 additions and 1 deletions

2
go.mod
View File

@@ -4,6 +4,8 @@ go 1.25.6
require github.com/stretchr/testify v1.11.1
require github.com/kr/pretty v0.3.1 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect