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 220B

123456789
  1. module github.com/editorconfig/editorconfig-core-go/v2
  2. go 1.12
  3. require (
  4. github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
  5. github.com/stretchr/testify v1.3.0
  6. gopkg.in/ini.v1 v1.42.0
  7. )