diff --git a/htmgo-site/Dockerfile b/htmgo-site/Dockerfile index 1e21d1a..afe8374 100644 --- a/htmgo-site/Dockerfile +++ b/htmgo-site/Dockerfile @@ -19,7 +19,7 @@ RUN go mod download COPY . . # Always download the latest version of the framework -RUN go get github.com/maddalax/htmgo/framework@latest +RUN GOPRIVATE=github.com/maddalax GOPROXY=direct go get github.com/maddalax/htmgo/framework@latest RUN go mod tidy RUN npm install diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index 3864293..cf148be 100644 --- a/htmgo-site/go.mod +++ b/htmgo-site/go.mod @@ -13,7 +13,7 @@ require ( github.com/dlclark/regexp2 v1.7.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/labstack/gommon v0.4.2 // indirect - github.com/maddalax/htmgo/framework v0.0.0-20240925160031-488b415f8850 // indirect + github.com/maddalax/htmgo/framework v0.0.0-20240925160932-90c8201519b5 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect diff --git a/htmgo-site/go.sum b/htmgo-site/go.sum index 7376278..79a2c04 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -30,6 +30,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240925034103-16736e34eb9c h1:3ubRmG github.com/maddalax/htmgo/framework v0.0.0-20240925034103-16736e34eb9c/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/maddalax/htmgo/framework v0.0.0-20240925160031-488b415f8850 h1:fHqxuyKXBc5bjfnUXQEuJLbirltD5ni11IhnOTJaXq0= github.com/maddalax/htmgo/framework v0.0.0-20240925160031-488b415f8850/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= +github.com/maddalax/htmgo/framework v0.0.0-20240925160932-90c8201519b5 h1:ZTo0FzJFYKKKSylYMbFNntXjyVeYknuNZXdkOq/nT4c= +github.com/maddalax/htmgo/framework v0.0.0-20240925160932-90c8201519b5/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=