github.com/please-build/go-rules/tools/please_go@v0.0.0-20240319165128-ea27d6f5caba/generate/gomoddeps/test_data/host_go_mod (about) 1 module hostmod 2 3 go 1.21 4 5 require ( 6 example.com/foo v0.0.0-1234567890 7 example.com/bar v1.1.1 8 example.com/bob v1.2.2 9 ) 10 11 replace example.com/bob => example.com/new-bob v42.0.0