11 lines
188 B
Modula-2
11 lines
188 B
Modula-2
module github.com/alecthomas/kong
|
|
|
|
require (
|
|
github.com/alecthomas/assert/v2 v2.1.0
|
|
github.com/alecthomas/repr v0.1.0
|
|
)
|
|
|
|
require github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
|
|
go 1.18
|