Skip to content

Commit

Permalink
hof/deps: update cue to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Dec 6, 2023
1 parent ce99f98 commit 0d51c41
Show file tree
Hide file tree
Showing 25 changed files with 64 additions and 60 deletions.
2 changes: 1 addition & 1 deletion cmd/hof/verinfo/verinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
BuildArch = "Unknown"

// todo, look this up from deps
CueVersion = "0.6.0"
CueVersion = "0.7.0"

// this is a version we can fetch with hof mod
// the value gets injected into templates in various places
Expand Down
21 changes: 11 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/hofstadter-io/hof

go 1.19
go 1.20

require (
cuelang.org/go v0.6.1-0.20230914115114-8709d8aa9009
cuelang.org/go v0.7.0
dagger.io/dagger v0.8.4
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/BurntSushi/toml v1.3.2
Expand Down Expand Up @@ -46,8 +46,8 @@ require (
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.25.0
golang.org/x/crypto v0.12.0
golang.org/x/mod v0.12.0
golang.org/x/crypto v0.14.0
golang.org/x/mod v0.13.0
golang.org/x/text v0.13.0
gopkg.in/errgo.v2 v2.1.0
gopkg.in/inconshreveable/log15.v2 v2.16.0
Expand All @@ -58,6 +58,7 @@ require (
)

require (
cuelabs.dev/go/oci/ociregistry v0.0.0-20231103182354-93e78c079a13 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/99designs/gqlgen v0.17.36 // indirect
github.com/Khan/genqlient v0.6.0 // indirect
Expand Down Expand Up @@ -116,7 +117,7 @@ require (
github.com/prometheus/procfs v0.11.1 // indirect
github.com/protocolbuffers/txtpbfmt v0.0.0-20230730201308-0c31dbd32b9f // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rogpeppe/go-internal v1.11.1-0.20231026093722-fa6a31e0812c // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/skeema/knownhosts v1.2.0 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
Expand All @@ -130,12 +131,12 @@ require (
github.com/vektah/gqlparser/v2 v2.5.8 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.12.1-0.20230831182430-914b218fc34e // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
41 changes: 22 additions & 19 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
cuelang.org/go v0.6.1-0.20230914115114-8709d8aa9009 h1:o4qbXmMH3p06p8R7wTP6Kt3RgWgl6klnvgIJ+Nvl9dI=
cuelang.org/go v0.6.1-0.20230914115114-8709d8aa9009/go.mod h1:o4D6mLEcJA0vEeMkkj+BbDxxxrs99BFI9PQcpPkr/k4=
cuelabs.dev/go/oci/ociregistry v0.0.0-20231103182354-93e78c079a13 h1:zkiIe8AxZ/kDjqQN+mDKc5BxoVJOqioSdqApjc+eB1I=
cuelabs.dev/go/oci/ociregistry v0.0.0-20231103182354-93e78c079a13/go.mod h1:XGKYSMtsJWfqQYPwq51ZygxAPqpEUj/9bdg16iDPTAA=
cuelang.org/go v0.7.0 h1:gMztinxuKfJwMIxtboFsNc6s8AxwJGgsJV+3CuLffHI=
cuelang.org/go v0.7.0/go.mod h1:ix+3dM/bSpdG9xg6qpCgnJnpeLtciZu+O/rDbywoMII=
dagger.io/dagger v0.8.4 h1:2zNu40cBvPZc/CSgMnLRfayfQj5VtbJlDtWJyWGwGSQ=
dagger.io/dagger v0.8.4/go.mod h1:Nwl7WI8YETaZhGjPJvkiOZnKLJXBaJOkSarp5m4+FxA=
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
Expand Down Expand Up @@ -161,7 +163,7 @@ github.com/go-git/go-git/v5 v5.8.1/go.mod h1:FHFuoD6yGz5OSKEBK+aWN9Oah0q54Jxl0ab
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-quicktest/qt v1.100.0 h1:I7iSLgIwNp0E0UnSvKJzs7ig0jg/Iq83zsZjtQNW7jY=
github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=
github.com/go-stack/stack v1.8.1 h1:ntEHSVwIt7PNXNpgPmVfMrNhLtgjlmnZha2kOpuRiDw=
github.com/go-stack/stack v1.8.1/go.mod h1:dcoOX6HbPZSZptuspn9bctJ+N/CnF5gGygcUP3XYfe4=
github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=
Expand Down Expand Up @@ -363,8 +365,8 @@ github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/rogpeppe/go-internal v1.11.1-0.20231026093722-fa6a31e0812c h1:fPpdjePK1atuOg28PXfNSqgwf9I/qD1Hlo39JFwKBXk=
github.com/rogpeppe/go-internal v1.11.1-0.20231026093722-fa6a31e0812c/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
Expand Down Expand Up @@ -446,8 +448,8 @@ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=
golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw=
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
Expand All @@ -458,6 +460,7 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
Expand All @@ -483,8 +486,8 @@ golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=
golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down Expand Up @@ -521,8 +524,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14=
golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI=
golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand All @@ -544,8 +547,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sync v0.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down Expand Up @@ -597,15 +600,15 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=
golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek=
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down Expand Up @@ -674,8 +677,8 @@ golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4f
golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/tools v0.12.1-0.20230831182430-914b218fc34e h1:LCH4vhLjJj+bC1UcCsMV5PgdNURPVrAd46hk0A9R6Uw=
golang.org/x/tools v0.12.1-0.20230831182430-914b218fc34e/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=
golang.org/x/tools v0.14.0 h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=
golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/authd/apikeys/vendor__priv_bitbucket.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exec hof mod vendor

-- cue.mod/module.cue --
module: "github.com/test/priv-bitbucket"
cue: "0.6.0"
cue: "0.7.0"

require: {
"bitbucket.org/hofstadter/hofmod-test-priv-bitbucket": "v0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/authd/apikeys/vendor__priv_github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exists cue.mod/pkg/github.com/hofstadter-io/hofmod-test-priv-github/cue.mod/modu

-- cue.mod/module.cue --
module: "github.com/test/priv-github"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hofmod-test-priv-github": "v0.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env GITHUB_TOKEN=thistokendoesnotexist

-- cue.mod/module.cue --
module: "github.com/test/priv-github"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hofmod-test-priv-github": "v0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/authd/apikeys/vendor__priv_gitlab.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exec hof mod vendor

-- cue.mod/module.cue --
module: "github.com/test/priv-gitlab"
cue: "0.6.0"
cue: "0.7.0"

require: {
"gitlab.com/_hofstadter/hofmod-test-priv-gitlab": "v0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/authd/sshconfig/vendor__priv_github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IdentityFile ~/.ssh/id_rsa_mycompanyaccount_gitlab

-- cue.mod/module.cue --
module: "github.com/test/priv-github"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hofmod-test-priv-github": "v0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/authd/sshkey/vendor__priv_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IdentityFile ~/.ssh/id_rsa

-- cue.mod/module.cue --
module: "github.com/test/priv-all"
cue: "0.6.0"
cue: "0.7.0"

require: {
"bitbucket.org/hofstadter/hofmod-test-priv-bitbucket": "v0.0.2"
Expand Down
4 changes: 2 additions & 2 deletions lib/mod/testdata/get__latest_dep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue

-- match/cue.mod/module-init.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"
-- match/cue.mod/module-get.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"
Expand Down
4 changes: 2 additions & 2 deletions lib/mod/testdata/get__new_dep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue

-- match/cue.mod/module-init.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"
-- match/cue.mod/module-get.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"
Expand Down
4 changes: 2 additions & 2 deletions lib/mod/testdata/get__newer_dep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue

-- cue.mod/module.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8-beta.3"
}
-- match/cue.mod/module-get.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8-beta.9"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/get__same_dep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exec hof mod get github.com/hofstadter-io/[email protected]

-- cue.mod/module.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8"
Expand Down
4 changes: 2 additions & 2 deletions lib/mod/testdata/get__update_all_deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue

-- cue.mod/module.cue --
module: "github.com/hof/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/test-hof-mod-public-a": "v0.0.1"
Expand All @@ -17,7 +17,7 @@ indirect: {
}
-- match/cue.mod/module-get.cue --
module: "github.com/hof/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/test-hof-mod-public-a": "v0.0.2"
Expand Down
6 changes: 3 additions & 3 deletions lib/mod/testdata/get__update_dep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ cmp cue.mod/module.cue match/cue.mod/module-update.cue

-- match/cue.mod/module-init.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"
-- match/cue.mod/module-get.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/test-hof-mod-public-e": "v0.0.1"
}

-- match/cue.mod/module-update.cue --
module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/test-hof-mod-public-e": "v0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/init__module_initd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ stdout 'CUE module already exists in this directory'
-- cue.mod/module.cue --

module: "hof.io/test"
cue: "0.6.0"
cue: "0.7.0"

-- dummy-end --
2 changes: 1 addition & 1 deletion lib/mod/testdata/init__new_module.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ cmp cue.mod/module.cue match/cue.mod/module.cue

-- match/cue.mod/module.cue --
module: "github.com/test/mod"
cue: "0.6.0"
cue: "0.7.0"
-- dummy_end --
2 changes: 1 addition & 1 deletion lib/mod/testdata/noauth_deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hof mod tidy

-- cue.mod/module.cue --
module: "github.com/hofstadter-io/hof-docs"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/cuelm": "v0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions lib/mod/testdata/tidy__simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ exists cue.mod/pkg/github.com/hofstadter-io/ghacue

-- cue.mod/module.cue --
module: "github.com/hof/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"
}
-- cue.mod/module.golden --
module: "github.com/hof/test"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/vendor__local_replace_with_require.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exec hof mod vendor

-- cue.mod/module.cue --
module: "github.com/test/mod"
cue: "0.6.0"
cue: "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/vendor__mod_file_errs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stdout 'Dependency "github.com/hofstadter-io/hof" required twice in ""'

-- cue.mod/module.cue --
module: "github.com/test/2x-req"
cue "0.6.0"
cue "0.7.0"

require: {
"github.com/hofstadter-io/hof": "v0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/mod/testdata/vendor__new_module.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmp cue.mod/module.cue match/cue.mod/module.cue

-- match/cue.mod/module.cue --
module: "github.com/test/mod"
cue: "0.6.0"
cue: "0.7.0"
-- dummy_end --


Loading

0 comments on commit 0d51c41

Please sign in to comment.