Files
kong/go.mod
T
Alec Thomas 2544d3f008 feat: add AfterRun() hook
Fixes #288
2024-11-03 14:49:27 +11:00

11 lines
189 B
Modula-2

module github.com/alecthomas/kong
require (
github.com/alecthomas/assert/v2 v2.11.0
github.com/alecthomas/repr v0.4.0
)
require github.com/hexops/gotextdiff v1.0.3 // indirect
go 1.20