Files
kong/go.mod
T

10 lines
202 B
Modula-2

module github.com/alecthomas/kong
require (
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.2
)
go 1.13