Command line configuration.
Showing
+143 -44
... | ... | @@ -3,7 +3,12 @@ module gitlab.irstea.fr/guillaume.perreal/coord |
go 1.12 | ||
require ( | ||
github.com/Bowery/prompt v0.0.0-20190419144237-972d0ceb96f5 // indirect | ||
github.com/google/uuid v1.1.1 | ||
github.com/joomcode/errorx v0.8.0 | ||
github.com/labstack/gommon v0.2.9 // indirect | ||
github.com/mkideal/cli v0.0.3 | ||
github.com/mkideal/pkg v0.0.0-20170503154153-3e188c9e7ecc // indirect | ||
github.com/stretchr/testify v1.3.0 | ||
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443 // indirect | ||
) |
Please register or sign in to comment