github.com/octohelm/cuekit@v0.0.0-20240424021256-e7df8d743066/pkg/cuecontext/testdata/gomod/x.cue (about) 1 package gomod 2 3 import ( 4 v0 "github.com/octohelm/cuemod-versioned-example/cuepkg" 5 v2 "github.com/octohelm/cuemod-versioned-example/v2/cuepkg" 6 "github.com/octohelm/kubepkg/cuepkg/kubepkg" 7 ) 8 9 _kubepkg: kubepkg.#KubePkg & {} 10 11 name: "hello" 12 13 deps: { 14 "v0": "\(v0.#Version)" 15 "v2": "\(v2.#Version)" 16 }