File: go.mod

package info (click to toggle)
golang-golang-x-exp 0.0~git20250911.df92998-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,284 kB
  • sloc: ansic: 1,900; objc: 276; sh: 270; asm: 48; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module golang.org/x/exp

go 1.24.0

require (
	github.com/google/go-cmp v0.6.0
	golang.org/x/mod v0.28.0
	golang.org/x/tools v0.37.0
	golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated
)

require (
	golang.org/x/sync v0.17.0 // indirect
	golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
)