Text file src/cmd/go/testdata/vcstest/auth/or401.txt

     1  handle auth
     2  
     3  modzip vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.zip vcs-test.golang.org/auth/or401@v0.0.0-20190405155051-52df474c8a8b .moddir
     4  
     5  -- .access --
     6  {
     7  	"Username": "aladdin",
     8  	"Password": "opensesame",
     9  	"StatusCode": 401,
    10  	"Message": "ACCESS DENIED, buddy"
    11  }
    12  -- index.html --
    13  <!DOCTYPE html>
    14  <html>
    15  <meta name="go-import" content="vcs-test.golang.org/auth/or401 mod https://vcs-test.golang.org/auth/or401">
    16  -- vcs-test.golang.org/auth/or401/@v/list --
    17  v0.0.0-20190405155051-52df474c8a8b
    18  -- vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.info --
    19  {"Version":"v0.0.0-20190405155051-52df474c8a8b","Time":"2019-04-05T15:50:51Z"}
    20  -- vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.mod --
    21  module vcs-test.golang.org/auth/or401
    22  
    23  go 1.13
    24  -- .moddir/go.mod --
    25  module vcs-test.golang.org/auth/or401
    26  
    27  go 1.13
    28  -- .moddir/or401.go --
    29  package or401
    30  

View as plain text