您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
240B

  1. module git.thevis.us/skepto/env
  2. go 1.14
  3. require (
  4. git.thevis.us/skepto/fs v0.0.0-20190926065740-ac39b8ec70c1
  5. github.com/fsnotify/fsnotify v1.4.9 // indirect
  6. github.com/sirupsen/logrus v1.6.0
  7. github.com/smartystreets/goconvey v1.6.4
  8. )