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.

11 lines
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. )