...

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

Documentation: github.com/mdlayher/socket

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

View as plain text