github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/language/golang/gomod/testdata/toolchain-with-suffix.mod (about) 1 module my-library 2 3 go 1.23.5 4 5 toolchain go1.23.6-xyz 6 7 require ( 8 github.com/BurntSushi/toml v1.0.0 9 )