mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
Use my fork of blowfish to fix emojies in code
This commit is contained in:
7
go.mod
7
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user