Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,296 for mod$ (0.19 sec)

  1. go.mod

    	go.opentelemetry.io/otel v1.27.0 // indirect
    	go.opentelemetry.io/otel/metric v1.27.0 // indirect
    	go.opentelemetry.io/otel/trace v1.27.0 // indirect
    	go.uber.org/multierr v1.11.0 // indirect
    	golang.org/x/mod v0.18.0 // indirect
    	golang.org/x/net v0.26.0 // indirect
    	golang.org/x/text v0.16.0 // indirect
    	golang.org/x/tools v0.22.0 // indirect
    	google.golang.org/genproto v0.0.0-20240610135401-a8a62080eff3 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. hack/tools/go.mod

    	golang.org/x/crypto v0.19.0 // indirect
    	golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
    	golang.org/x/exp/typeparams v0.0.0-20231219180239-dc181d75b848 // indirect
    	golang.org/x/mod v0.15.0 // indirect
    	golang.org/x/sync v0.6.0 // indirect
    	golang.org/x/sys v0.17.0 // indirect
    	golang.org/x/term v0.17.0 // indirect
    	golang.org/x/text v0.14.0 // indirect
    	golang.org/x/tools v0.18.0 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  3. go.mod

    	go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
    	go.uber.org/mock v0.4.0 // indirect
    	go.uber.org/multierr v1.11.0 // indirect
    	golang.org/x/crypto v0.24.0 // indirect
    	golang.org/x/mod v0.18.0 // indirect
    	golang.org/x/term v0.21.0 // indirect
    	golang.org/x/text v0.16.0 // indirect
    	golang.org/x/tools v0.22.0 // indirect
    	gopkg.in/inf.v0 v0.9.1 // indirect
    	gopkg.in/ini.v1 v1.67.0 // indirect
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. go.mod

    // Ensure you've carefully read
    // https://git.k8s.io/community/contributors/devel/sig-architecture/vendor.md
    // Run hack/pin-dependency.sh to change pinned dependency versions.
    // Run hack/update-vendor.sh to update go.mod files and the vendor directory.
    
    module k8s.io/kubernetes
    
    go 1.22.0
    
    require (
    	bitbucket.org/bertimus9/systemstat v0.5.0
    	github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactoryTest.groovy

            moduleSet("mod", "mod2")                                            | moduleSet("mod3", "mod4")                   | moduleSet("mod", "mod2", "mod3", "mod4")
            moduleIdSet(["org", "foo"], ["org", "bar"])                         | moduleIdSet(["org", "baz"], ["org", "quz"]) | moduleIdSet(["org", "foo"], ["org", "bar"], ["org", "baz"], ["org", "quz"])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modfetch/fetch.go

    	}
    	goSum.m[mod] = append(goSum.m[mod], h)
    }
    
    // checkSumDB checks the mod, h pair against the Go checksum database.
    // It calls base.Fatalf if the hash is to be rejected.
    func checkSumDB(mod module.Version, h string) error {
    	modWithoutSuffix := mod
    	noun := "module"
    	if before, found := strings.CutSuffix(mod.Version, "/go.mod"); found {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_invalid_version.txt

    # but can appear in the main go.mod file anyway and should be resolved.
    cp go.mod.orig go.mod
    go mod edit -require golang.org/x/text@14c0d48ead0c
    cd outside
    ! go list -m golang.org/x/text
    stderr 'go: example.com@v0.0.0 \(replaced by \./\.\.\): parsing ..[/\\]go.mod: '$WORK'[/\\]gopath[/\\]src[/\\]go.mod:5: require golang.org/x/text: version "14c0d48ead0c" invalid: must be of the form v1.2.3'
    cd ..
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 02 02:54:20 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/IntersectionsTest.groovy

            anyOf(ivy("org", "mod", artifact("mod"), "exact"), ivy("org", "mod2", artifact("mod"), "exact"))               | group("org")                                                                                                          | null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modcmd/download.go

    	}
    
    	// If there were explicit arguments, update go.mod and especially go.sum.
    	// 'go mod download mod@version' is a useful way to add a sum without using
    	// 'go get mod@version', which may have other side effects. We print this in
    	// some error message hints.
    	//
    	// If we're in workspace mode, update go.work.sum with checksums for all of
    	// the modules we downloaded that aren't already recorded. Since a requirement
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 19:32:39 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/go.sum

    golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
    golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
    golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
    golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
    golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top