...

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

Documentation: github.com/mdlayher/packet

     1module github.com/mdlayher/packet
     2
     3go 1.20
     4
     5require (
     6	github.com/google/go-cmp v0.5.9
     7	github.com/josharian/native v1.1.0
     8	github.com/mdlayher/socket v0.4.1
     9	golang.org/x/net v0.9.0
    10	golang.org/x/sys v0.7.0
    11)
    12
    13require golang.org/x/sync v0.1.0 // indirect

View as plain text