File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111 "io/ioutil"
1212 "log"
1313 "os"
14- "strings"
1514 "strconv"
15+ "strings"
1616
1717 corev1 "k8s.io/api/core/v1"
1818 "knative.dev/pkg/configmap"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.3
44
55require (
66 github.com/evanphx/json-patch/v5 v5.9.11
7- github.com/pivotal/kpack v0.17.1-0.20250619133733-33258fb62c37
7+ github.com/pivotal/kpack v0.17.0
88 github.com/pkg/errors v0.9.1
99 github.com/sclevine/spec v1.4.0
1010 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ github.com/go-openapi/swag v0.23.1 h1:lpsStH0n2ittzTnbaSloVZLuB5+fvSY/+hnagBjSNZ
383383github.com/go-openapi/swag v0.23.1 /go.mod h1:STZs8TbRvEQQKUA+JZNAm3EWlgaOBGpyFDqQnDHMef0 =
384384github.com/go-openapi/validate v0.24.0 h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58 =
385385github.com/go-openapi/validate v0.24.0 /go.mod h1:iyeX1sEufmv3nPbBdX3ieNviWnOZaJ1+zquzJEf2BAQ =
386+ github.com/go-piv/piv-go v1.11.0 h1:5vAaCdRTFSIW4PeqMbnsDlUZ7odMYWnHBDGdmtU/Zhg =
386387github.com/go-piv/piv-go/v2 v2.3.0 h1:kKkrYlgLQTMPA6BiSL25A7/x4CEh2YCG7rtb/aTkx+g =
387388github.com/go-piv/piv-go/v2 v2.3.0 /go.mod h1:ShZi74nnrWNQEdWzRUd/3cSig3uNOcEZp+EWl0oewnI =
388389github.com/go-sql-driver/mysql v1.9.2 h1:4cNKDYQ1I84SXslGddlsrMhc8k4LeDVj6Ad6WRjiHuU =
@@ -685,8 +686,8 @@ github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=
685686github.com/pborman/uuid v1.2.1 /go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k =
686687github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
687688github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
688- github.com/pivotal/kpack v0.17.1-0.20250619133733-33258fb62c37 h1:iAMjVc4s7IiAqmo/DJd5gdoP3bvLrvFer9ChKFMDbLQ =
689- github.com/pivotal/kpack v0.17.1-0.20250619133733-33258fb62c37 /go.mod h1:RdQsqHQ+ZaEgmdxi1ufUFcIUZenaQKej98qb0LPuB+0 =
689+ github.com/pivotal/kpack v0.17.0 h1:pIlg/yvrp3YzoZZLOyG5mDxoYnobVtiDd0YDugdQS1M =
690+ github.com/pivotal/kpack v0.17.0 /go.mod h1:T3xHELvaybMP477ClOmRyn70wBxpijyUVmDa1v1QwEE =
690691github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ =
691692github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c /go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU =
692693github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments