Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
update to latest cue, post syntax changes
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Apr 26, 2020
1 parent 56604cd commit 44ae053
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions cue.mods
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module github.com/hofstadter-io/mvs

cue 0.1.1
cue 0.2.0

require (
github.com/hofstadter-io/cuelib v0.0.5
github.com/hofstadter-io/hofmod-cli v0.3.5
// github.com/hofstadter-io/hofmod-cli v0.0.0
)

replace github.com/hofstadter-io/hofmod-cli => ../mods/hofmod-cli
2 changes: 2 additions & 0 deletions cue.sums
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/hofstadter-io/hof v0.2.5 h1:yvK+OFV6lOaTm9lEuo8PWXB9B0XoAqzF1Pdgoyd3V
github.com/hofstadter-io/hof v0.2.5/cue.mods h1:swmc9Mr85o+M/oWXTPH+SebEQp3ptVAT0AoKlrLNEVo=
github.com/hofstadter-io/hof v0.2.9 h1:gL18XFCUmWzg+COh51fNlS0PD+X1pyr0cq0HSP1tE/8=
github.com/hofstadter-io/hof v0.2.9/cue.mods h1:dKBlrnHECy4JCN+Dsy7W0djaHgh241bRCUgClo2i6LU=
github.com/hofstadter-io/hofmod-cli v0.0.0 h1:QlL53XCCwLCzIpN6Y8n9+veyTmQH7BywSGpRaX78sAo=
github.com/hofstadter-io/hofmod-cli v0.0.0/cue.mods h1:CZbXtU+Ia+oNdgLkkVeT/Mr4AG735lmVF/ngrbbCf28=
github.com/hofstadter-io/hofmod-cli v0.3.0 h1:+wCqHV08voZyt87uKKFpNOst6wON+OFOEqTViIF4Enk=
github.com/hofstadter-io/hofmod-cli v0.3.0/cue.mods h1:hvuTtdDNMFf5D9Jv0SfQfg2qRBOkFGb+EVOwkVtYKQI=
github.com/hofstadter-io/hofmod-cli v0.3.3 h1:JSuT+8Bm8b7CqSMZqtXuzSWt8bFCuGIsbd5UEmOKCSg=
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hofstadter-io/mvs
go 1.14

require (
cuelang.org/go v0.1.1
cuelang.org/go v0.1.3-0.20200424192631-12927e83d318
github.com/bmatcuk/doublestar v1.2.2
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.0.0
Expand All @@ -17,5 +17,3 @@ require (
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
moul.io/http2curl v1.0.0 // indirect
)

// replace github.com/hofstadter-io/go-utils => ../go-utils
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ cuelang.org/go v0.0.15 h1:rpZtf1ZGYfZwbMHLwIif5Gczil+HF7rHAU7MFNOGV/A=
cuelang.org/go v0.0.15/go.mod h1:gehQASsTv+lFZknWIG0hANGVSBiHD7HyKWmAdEZL3No=
cuelang.org/go v0.1.1 h1:RIZpXgS3nw+hWFDbxm5peKo3XHIDJTpcaS9TCmpcVrA=
cuelang.org/go v0.1.1/go.mod h1:fqiLgsri/9JYLk6Us2l8W6jeWlvpHVaH3qfnYdobhSQ=
cuelang.org/go v0.1.3-0.20200424192631-12927e83d318 h1:yWMOLt4PYOFoVvCi4j6xnXEoxTMccsVWl+ws+Mbu2+Y=
cuelang.org/go v0.1.3-0.20200424192631-12927e83d318/go.mod h1:fqiLgsri/9JYLk6Us2l8W6jeWlvpHVaH3qfnYdobhSQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs=
Expand Down

0 comments on commit 44ae053

Please sign in to comment.