diff --git a/docs/concepts/builders/index.html b/docs/concepts/builders/index.html index 158fc094..368ba411 100644 --- a/docs/concepts/builders/index.html +++ b/docs/concepts/builders/index.html @@ -532,7 +532,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/concepts/buildpacks/index.html b/docs/concepts/buildpacks/index.html index 0a57b269..e4affb89 100644 --- a/docs/concepts/buildpacks/index.html +++ b/docs/concepts/buildpacks/index.html @@ -640,7 +640,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/concepts/sbom/index.html b/docs/concepts/sbom/index.html index 404ac084..827476d5 100644 --- a/docs/concepts/sbom/index.html +++ b/docs/concepts/sbom/index.html @@ -703,7 +703,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/concepts/stacks/index.html b/docs/concepts/stacks/index.html index cacf2946..57e64285 100644 --- a/docs/concepts/stacks/index.html +++ b/docs/concepts/stacks/index.html @@ -625,7 +625,7 @@

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/howto/app-monitor/index.html b/docs/howto/app-monitor/index.html index 0806f9c8..c9672282 100644 --- a/docs/howto/app-monitor/index.html +++ b/docs/howto/app-monitor/index.html @@ -785,7 +785,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/howto/builders/index.html b/docs/howto/builders/index.html index c84e6dc6..98237d95 100644 --- a/docs/howto/builders/index.html +++ b/docs/howto/builders/index.html @@ -608,7 +608,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/howto/configuration/index.html b/docs/howto/configuration/index.html index ae1c98d1..87994958 100644 --- a/docs/howto/configuration/index.html +++ b/docs/howto/configuration/index.html @@ -909,7 +909,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/howto/create-custom-stack/index.html b/docs/howto/create-custom-stack/index.html index 02639096..0d422e73 100644 --- a/docs/howto/create-custom-stack/index.html +++ b/docs/howto/create-custom-stack/index.html @@ -720,7 +720,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/howto/create-paketo-buildpack/index.html b/docs/howto/create-paketo-buildpack/index.html index b263cc3e..1304fa4e 100644 --- a/docs/howto/create-paketo-buildpack/index.html +++ b/docs/howto/create-paketo-buildpack/index.html @@ -1140,7 +1140,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/howto/dotnet-core/index.html b/docs/howto/dotnet-core/index.html index 26f6b22f..f0b5ce91 100644 --- a/docs/howto/dotnet-core/index.html +++ b/docs/howto/dotnet-core/index.html @@ -1138,7 +1138,7 @@

-

Last modified: February 9, 2024

+

Last modified: February 13, 2024

diff --git a/docs/howto/go/index.html b/docs/howto/go/index.html index 5f78a4fc..148618ad 100644 --- a/docs/howto/go/index.html +++ b/docs/howto/go/index.html @@ -531,6 +531,7 @@

How to Build Go Apps with Paketo Buildpacks

  • Enable DEBUG logging
  • +
  • Use workspace modules
  • @@ -1089,6 +1090,23 @@

    Copied!
    +

    + + Use workspace modules + +

    Some projects depend on multi-module workspaces and use relative replace directives within the same repository. +An example for this is cert-manager@v1.13.3. +In such case you may want to initialize and use workspace modules prior to building.

    +

    With BP_GO_WORK_USE the Go buildpack can be configured to go work use (...) certain modules before building.

    +
    +
    pack build my-app --buildpack paketo-buildpacks/go \
    +  --env BP_GO_WORK_USE=./cmd/my-module \
    +  --env BP_GO_TARGETS=./cmd/my-module
    +
    + copy to clipboard +
    Copied!
    +
    +

    It will run go work init before running go work use (...).

    @@ -1102,7 +1120,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    @@ -1152,6 +1170,7 @@

  • Enable DEBUG logging
  • +
  • Use workspace modules
  • diff --git a/docs/howto/java/index.html b/docs/howto/java/index.html index 81f3c44a..ed2060ae 100644 --- a/docs/howto/java/index.html +++ b/docs/howto/java/index.html @@ -1478,7 +1478,7 @@

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/howto/nodejs/index.html b/docs/howto/nodejs/index.html index d6e31364..936477f1 100644 --- a/docs/howto/nodejs/index.html +++ b/docs/howto/nodejs/index.html @@ -1011,7 +1011,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/howto/php/index.html b/docs/howto/php/index.html index cb935cdb..7905e6b5 100644 --- a/docs/howto/php/index.html +++ b/docs/howto/php/index.html @@ -1136,7 +1136,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/howto/python/index.html b/docs/howto/python/index.html index f1a1c3d5..ad711ea1 100644 --- a/docs/howto/python/index.html +++ b/docs/howto/python/index.html @@ -811,7 +811,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/howto/ruby/index.html b/docs/howto/ruby/index.html index f0e00b1a..db626431 100644 --- a/docs/howto/ruby/index.html +++ b/docs/howto/ruby/index.html @@ -823,7 +823,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/howto/sbom/index.html b/docs/howto/sbom/index.html index 4606b13e..98e69c2b 100644 --- a/docs/howto/sbom/index.html +++ b/docs/howto/sbom/index.html @@ -833,7 +833,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/howto/web-servers/index.html b/docs/howto/web-servers/index.html index ec1e0a53..492198d5 100644 --- a/docs/howto/web-servers/index.html +++ b/docs/howto/web-servers/index.html @@ -1008,7 +1008,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/index.html b/docs/index.html index 7d9c9440..bd088362 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1306,7 +1306,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/builders-reference/index.html b/docs/reference/builders-reference/index.html index 323f42c2..2c18e212 100644 --- a/docs/reference/builders-reference/index.html +++ b/docs/reference/builders-reference/index.html @@ -610,7 +610,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/dotnet-core-reference/index.html b/docs/reference/dotnet-core-reference/index.html index ad487157..1e0ccd40 100644 --- a/docs/reference/dotnet-core-reference/index.html +++ b/docs/reference/dotnet-core-reference/index.html @@ -730,7 +730,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/go-reference/index.html b/docs/reference/go-reference/index.html index 9492f319..936bd4da 100644 --- a/docs/reference/go-reference/index.html +++ b/docs/reference/go-reference/index.html @@ -703,7 +703,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/httpd-reference/index.html b/docs/reference/httpd-reference/index.html index 1ed7058e..fe39f793 100644 --- a/docs/reference/httpd-reference/index.html +++ b/docs/reference/httpd-reference/index.html @@ -620,7 +620,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/java-native-image-reference/index.html b/docs/reference/java-native-image-reference/index.html index 2c179904..2dcfce07 100644 --- a/docs/reference/java-native-image-reference/index.html +++ b/docs/reference/java-native-image-reference/index.html @@ -604,7 +604,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/java-reference/index.html b/docs/reference/java-reference/index.html index a6a655b6..1a1a4be4 100644 --- a/docs/reference/java-reference/index.html +++ b/docs/reference/java-reference/index.html @@ -813,7 +813,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/nginx-reference/index.html b/docs/reference/nginx-reference/index.html index cddea3c7..724e5af7 100644 --- a/docs/reference/nginx-reference/index.html +++ b/docs/reference/nginx-reference/index.html @@ -631,7 +631,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/nodejs-reference/index.html b/docs/reference/nodejs-reference/index.html index 773a8369..8004b4eb 100644 --- a/docs/reference/nodejs-reference/index.html +++ b/docs/reference/nodejs-reference/index.html @@ -871,7 +871,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/php-reference/index.html b/docs/reference/php-reference/index.html index 0cc476c0..ffa6609e 100644 --- a/docs/reference/php-reference/index.html +++ b/docs/reference/php-reference/index.html @@ -935,7 +935,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/python-reference/index.html b/docs/reference/python-reference/index.html index a531dacd..8d98d0c6 100644 --- a/docs/reference/python-reference/index.html +++ b/docs/reference/python-reference/index.html @@ -597,7 +597,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/docs/reference/ruby-reference/index.html b/docs/reference/ruby-reference/index.html index b659953f..fdd33d10 100644 --- a/docs/reference/ruby-reference/index.html +++ b/docs/reference/ruby-reference/index.html @@ -641,7 +641,7 @@

    -

    Last modified: February 9, 2024

    +

    Last modified: February 13, 2024

    diff --git a/sitemap.xml b/sitemap.xml index acfc2343..71483ca1 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3,120 +3,120 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://paketo.io/docs/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/java/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/nodejs/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/dotnet-core/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/httpd-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/go/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/web-servers/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/python/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/php/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/ruby/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/configuration/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/builders/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/app-monitor/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/create-paketo-buildpack/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/sbom/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/howto/create-custom-stack/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/concepts/buildpacks/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/concepts/builders/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/concepts/stacks/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/concepts/sbom/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/getting-started-languages/dotnet_core/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/dotnet-core-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/categories/ https://paketo.io/community/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/getting-started-languages/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/go-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/getting-started-languages/java/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/java-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/java-native-image-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/nginx-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/getting-started-languages/nodejs/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/nodejs-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/builders-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/php-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/getting-started-languages/python/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/python-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/resources/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/docs/reference/ruby-reference/ - 2024-02-09T15:11:07+00:00 + 2024-02-13T15:57:46+00:00 https://paketo.io/tags/