github.com/octohelm/cuekit@v0.0.0-20240424021256-e7df8d743066/pkg/cuecontext/testdata/tidy/x.cue (about)

     1  package tidy
     2  
     3  import (
     4  	v0 "github.com/octohelm/cuemod-versioned-example/cuepkg"
     5  	v2 "github.com/octohelm/cuemod-versioned-example/v2/cuepkg"
     6  	"mem.octothelm.tech/x"
     7  	"github.com/octohelm/kubepkg/cuepkg/kubepkg"
     8  )
     9  
    10  "kubepkg": kubepkg.#KubePkg & {}
    11  
    12  deps: {
    13  	"v0": "\(v0.#Version)"
    14  	"v2": "\(v2.#Version)"
    15  	"x": "\(x.#Version)"
    16  }