Update to new stupid-backend version

Added title and favicon support to pages
This commit is contained in:
Caleb Gardner
2024-01-03 05:35:35 -06:00
parent 77b9d8b75a
commit 6d9b5840da
3 changed files with 58 additions and 17 deletions
+6 -6
View File
@@ -4,16 +4,16 @@ go 1.21.5
require (
github.com/1lann/udp-forward v0.0.0-20191015034046-6b774a53ea39
github.com/CalebQ42/cdr-backend v0.1.0
github.com/CalebQ42/stupid-backend/v2 v2.0.1
github.com/CalebQ42/swassistant-backend v0.2.0
go.mongodb.org/mongo-driver v1.13.0
github.com/CalebQ42/bbConvert v1.0.0
github.com/CalebQ42/cdr-backend v0.1.0
github.com/CalebQ42/stupid-backend/v2 v2.0.2
github.com/CalebQ42/swassistant-backend v0.2.0
go.mongodb.org/mongo-driver v1.13.1
)
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
@@ -22,7 +22,7 @@ require (
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect