github.com/alecthomas/kong@v0.9.1-0.20240410131203-2ab5733f1179/go.mod (about)

     1  module github.com/alecthomas/kong
     2  
     3  require (
     4  	github.com/alecthomas/assert/v2 v2.8.1
     5  	github.com/alecthomas/repr v0.4.0
     6  )
     7  
     8  require github.com/hexops/gotextdiff v1.0.3 // indirect
     9  
    10  go 1.18