go.mod 98 B

12345678
  1. module bot
  2. go 1.12
  3. require (
  4. github.com/pkg/errors v0.8.1
  5. github.com/sirupsen/logrus v1.4.1
  6. )