Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
upgrade web to 1.3.2 and go to 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iBakuman committed Dec 22, 2023
1 parent 17b1fbb commit bbbcbbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.3-alpine as builder
FROM golang:1.21.5-alpine as builder
RUN apk update && apk add git gcc libc-dev sqlite sqlite-dev && rm -rf /var/cache/apk/*
ARG GITHUB_TOKEN
WORKDIR /go/src/github.com/qor5/docs
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/qor/oss v0.0.0-20230717083721-c04686f83630
github.com/qor5/admin v0.0.0-20231018094342-8abd2359e13e
github.com/qor5/ui v1.0.1-0.20231108085921-2324bc04f081
github.com/qor5/web v1.3.1
github.com/qor5/web v1.3.2
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3
github.com/shurcooL/sanitized_anchor_name v1.0.0
github.com/sunfmin/reflectutils v1.0.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ github.com/qor5/admin v0.0.0-20231018094342-8abd2359e13e h1:SjRk3SykBhxB9ls9433M
github.com/qor5/admin v0.0.0-20231018094342-8abd2359e13e/go.mod h1:+JKKtMqofmH2cFftJWUGyY7Y5FZcvK89EHp6foE1PXc=
github.com/qor5/ui v1.0.1-0.20231108085921-2324bc04f081 h1:7LHvdPEZJ4R4zm+ywmJaORNGwrQghvVVXZ4wQhZh6nA=
github.com/qor5/ui v1.0.1-0.20231108085921-2324bc04f081/go.mod h1:bgBqjIytHRdfTsiZea8df/ltAcyQyuHiLbecgo8Iwgw=
github.com/qor5/web v1.3.1 h1:KtDoKkOhOTk8TGdR4A/dIs1wtNi8jRnb1omybAKE39M=
github.com/qor5/web v1.3.1/go.mod h1:LszskQJbFQDJwOeZC6j6afOiHxxyjrzz8B3zuBwfgKQ=
github.com/qor5/web v1.3.2 h1:zw796YJeDLe8vRwGR1cM+uS1ZuSkPutchBEXv2GgOhI=
github.com/qor5/web v1.3.2/go.mod h1:LszskQJbFQDJwOeZC6j6afOiHxxyjrzz8B3zuBwfgKQ=
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3 h1:82PhjM8mOEVGy22xt66Q2h9Iae3xaY+X9bSftVnImmI=
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3/go.mod h1:D/po7nSHbPuA90Utinjd9ldDEOkTbZgxGTdkacoydE8=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
Expand Down

0 comments on commit bbbcbbe

Please sign in to comment.