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

12345678910
  1. module github.com/go-git/go-billy/v5
  2. require (
  3. github.com/kr/text v0.2.0 // indirect
  4. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  5. golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
  6. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
  7. )
  8. go 1.13