github.com/octohelm/cuekit@v0.0.0-20240424021256-e7df8d743066/pkg/cuecontext/testdata/gomod/cue.mod/module.cue (about)

     1  module: "ghcr.io/octothelm/gomod@v0"
     2  deps: {
     3  	"github.com/octohelm/cuemod-versioned-example/v2@v2": {
     4  		v: "v2.0.1"
     5  	}
     6  	"github.com/octohelm/cuemod-versioned-example@v0": {
     7  		v: "v0.0.0-20230822070100-38465a937b3c"
     8  	}
     9  	"github.com/octohelm/kubepkg@v0": {
    10  		v: "v0.5.4"
    11  	}
    12  }