go.mod 989 B

1234567891011121314151617181920212223
  1. module github.com/coredhcp/coredhcp
  2. go 1.13
  3. require (
  4. github.com/chappjc/logrus-prefix v0.0.0-20180227015900-3a1d64819adb
  5. github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714 // indirect
  6. github.com/insomniacslk/dhcp v0.0.0-20200621044212-d74cd86ad5b8
  7. github.com/mattn/go-colorable v0.1.7 // indirect
  8. github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
  9. github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
  10. github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
  11. github.com/onsi/ginkgo v1.14.0 // indirect
  12. github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
  13. github.com/sirupsen/logrus v1.6.0
  14. github.com/spf13/cast v1.3.1
  15. github.com/spf13/viper v1.7.0
  16. github.com/stretchr/testify v1.3.0
  17. github.com/u-root/u-root v6.0.0+incompatible // indirect
  18. github.com/willf/bitset v1.1.10
  19. github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
  20. golang.org/x/net v0.0.0-20200625001655-4c5254603344
  21. )