Files
kong/go.mod
T
renovate[bot] 30e84613fe chore(deps): update module github.com/alecthomas/assert/v2 to v2.5.0 (#407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-22 19:21:44 +11:00

11 lines
188 B
Modula-2

module github.com/alecthomas/kong
require (
github.com/alecthomas/assert/v2 v2.5.0
github.com/alecthomas/repr v0.3.0
)
require github.com/hexops/gotextdiff v1.0.3 // indirect
go 1.18