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

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