File: go.mod

package info (click to toggle)
golang-github-cue-lang-cue 0.12.0.-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 19,072 kB
  • sloc: sh: 57; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module test

go 1.23

require golang.org/x/tools/gopls v0.0.0-20240213143801-1b39a8b6a9ba

require (
	github.com/BurntSushi/toml v1.2.1 // indirect
	github.com/google/go-cmp v0.6.0 // indirect
	golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338 // 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/telemetry v0.0.0-20240209200032-7b892fcb8a78 // indirect
	golang.org/x/text v0.14.0 // indirect
	golang.org/x/tools v0.18.1-0.20240213143801-1b39a8b6a9ba // indirect
	golang.org/x/vuln v1.0.1 // indirect
	honnef.co/go/tools v0.4.6 // indirect
	mvdan.cc/gofumpt v0.6.0 // indirect
	mvdan.cc/xurls/v2 v2.5.0 // indirect
)