go.mod 176 B

123456
  1. module github.com/hawkingrei/kazel
  2. require (
  3. github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e
  4. github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  5. )