...

Text file src/github.com/mdlayher/ethernet/go.mod

Documentation: github.com/mdlayher/ethernet

     1module github.com/mdlayher/ethernet
     2
     3go 1.12
     4
     5require (
     6	github.com/mdlayher/packet v1.0.0
     7	golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
     8)

View as plain text