github.com/please-build/go-rules/tools/please_go@v0.0.0-20240319165128-ea27d6f5caba/generate/gomoddeps/test_data/module_go_mod (about)

     1  module modulemod
     2  
     3  go 1.21
     4  
     5  require (
     6      example.com/dob v1.1.1
     7      example.com/bab v1.2.2
     8  )
     9  
    10  replace example.com/bab => example.com/new-bab v42.0.0