Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

go.mod 344B

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