Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- module git.thevis.us/skepto/rex
-
- go 1.14
-
- require (
- git.thevis.us/skepto/env v0.0.0-20200712032955-a7fcd2b17075
- git.thevis.us/skepto/fs v0.0.0-20190926065740-ac39b8ec70c1
- github.com/fsnotify/fsnotify v1.4.9 // indirect
- github.com/gorilla/mux v1.7.4
- github.com/sirupsen/logrus v1.6.0
- github.com/smartystreets/goconvey v1.6.4 // indirect
- )
|