File: go.work

package info (click to toggle)
golang-github-cue-labs-oci 0.0~git20241125.2c00c10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: makefile: 7
file content (8 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
6
7
8
go 1.22

use (
	./cmd/ocisrv
	./internal/ci
	./ociregistry
	./ociregistry/internal/conformance
)