#109 move last url to new layout
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 7s
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 7s
This commit is contained in:
3
go.mod
3
go.mod
@@ -4,7 +4,9 @@ go 1.22.5
|
||||
|
||||
require (
|
||||
firebase.google.com/go v3.13.0+incompatible
|
||||
github.com/a-h/templ v0.2.747
|
||||
github.com/golang-migrate/migrate/v4 v4.17.1
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
github.com/prometheus/client_golang v1.20.1
|
||||
google.golang.org/api v0.193.0
|
||||
@@ -19,7 +21,6 @@ require (
|
||||
cloud.google.com/go/iam v1.1.12 // indirect
|
||||
cloud.google.com/go/longrunning v0.5.11 // indirect
|
||||
cloud.google.com/go/storage v1.43.0 // indirect
|
||||
github.com/a-h/templ v0.2.747 // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
|
||||
Reference in New Issue
Block a user