Files
auth/go.mod
T
renovate 679fd59cbc
auth / test (push) Has been skipped
auth / vulnerabilities (push) Has been skipped
fix(deps): update module github.com/stretchr/testify to v1.11.1 (#2)
2026-06-15 13:19:50 +00:00

12 lines
236 B
Modula-2

module gitea.unbound.se/shiny/auth
go 1.25
require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)