Compare commits
2 Commits
renovate/g
...
custom
Author | SHA1 | Date | |
---|---|---|---|
527fa8c13d | |||
9270fa919f |
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23.5 AS build
|
FROM golang:1.23.6 AS build
|
||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
RUN go install github.com/a-h/templ/cmd/templ@latest
|
RUN go install github.com/a-h/templ/cmd/templ@latest
|
||||||
|
2
go.mod
2
go.mod
@ -6,7 +6,7 @@ toolchain go1.23.4
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/PuerkitoBio/goquery v1.10.1
|
github.com/PuerkitoBio/goquery v1.10.1
|
||||||
github.com/a-h/templ v0.3.833
|
github.com/a-h/templ v0.3.819
|
||||||
github.com/allegro/bigcache/v3 v3.1.0
|
github.com/allegro/bigcache/v3 v3.1.0
|
||||||
github.com/gorilla/handlers v1.5.2
|
github.com/gorilla/handlers v1.5.2
|
||||||
github.com/gorilla/mux v1.8.1
|
github.com/gorilla/mux v1.8.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user