Files
kong/go.mod
T
Abhinav Gupta 3263463a7e Fix Windows tests, verify in CI (#394)
* ci: Test on Windows too

Adds a Windows test run to CI.
Go setup relies on GHA for this
because Hermit doesn't yet support Windows.

* fix(mapper_windows_test): assert.NotNil => assert.True

assert.NotNil does not exist.

* filecontent mapper: Handle error from directory

If we couldn't read because the source is a directory,
override the original error message.

* fix(test): Handle platform-specific "file not found" messages
2023-12-10 15:42:50 +11:00

11 lines
188 B
Modula-2

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