Use my fork of blowfish to fix emojies in code

This commit is contained in:
2024-05-31 15:44:58 +02:00
parent 01a6f40832
commit 465b4a0a3c
3 changed files with 6 additions and 9 deletions

7
go.mod
View File

@@ -2,7 +2,6 @@ module github.com/zoriya/blog
go 1.21.7
require (
github.com/jpanther/congo/v2 v2.8.2 // indirect
github.com/nunocoracao/blowfish/v2 v2.68.0 // indirect
)
require github.com/nunocoracao/blowfish/v2 v2.68.0 // indirect
replace github.com/nunocoracao/blowfish/v2 v2.68.0 => github.com/zoriya/blowfish/v2 v2.68.1-0.20240531103729-9dc79407188a