| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /opt/golang/1.22.0/src/cmd/go/testdata/vcstest/auth/ |
| Current File : //opt/golang/1.22.0/src/cmd/go/testdata/vcstest/auth/or401.txt |
handle auth
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
-- .access --
{
"Username": "aladdin",
"Password": "opensesame",
"StatusCode": 401,
"Message": "ACCESS DENIED, buddy"
}
-- index.html --
<!DOCTYPE html>
<html>
<meta name="go-import" content="vcs-test.golang.org/auth/or401 mod https://vcs-test.golang.org/auth/or401">
-- vcs-test.golang.org/auth/or401/@v/list --
v0.0.0-20190405155051-52df474c8a8b
-- vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.info --
{"Version":"v0.0.0-20190405155051-52df474c8a8b","Time":"2019-04-05T15:50:51Z"}
-- vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.mod --
module vcs-test.golang.org/auth/or401
go 1.13
-- .moddir/go.mod --
module vcs-test.golang.org/auth/or401
go 1.13
-- .moddir/or401.go --
package or401