github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/src/cmd/go/testdata/mod/example.com_split_v1.1.0.txt (about)

     1  Written by hand.
     2  Test case for getting a package that has been moved to a different module.
     3  
     4  -- .mod --
     5  module example.com/split
     6  
     7  require example.com/split/subpkg v1.1.0
     8  -- .info --
     9  {"Version": "v1.1.0"}