...

Text file src/github.com/rogpeppe/go-internal/go.mod

Documentation: github.com/rogpeppe/go-internal

     1module github.com/rogpeppe/go-internal
     2
     3go 1.20
     4
     5require (
     6	golang.org/x/mod v0.9.0
     7	golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
     8	golang.org/x/tools v0.1.12
     9)

View as plain text