You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 214B

12345678910
  1. module github.com/editorconfig/editorconfig-core-go/v2
  2. go 1.13
  3. require (
  4. github.com/google/go-cmp v0.5.4
  5. github.com/smartystreets/goconvey v1.6.4 // indirect
  6. golang.org/x/mod v0.3.0
  7. gopkg.in/ini.v1 v1.62.0
  8. )