Skip to content

Commit 459158c

Browse files
committed
🔧 Fix build
1 parent cf1ec11 commit 459158c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/code-chimp/code-chimp.github.io
22

3-
go 1.19
3+
go 1.21
44

55
require (
6-
github.com/nunocoracao/blowfish v1.9.0 // indirect
76
github.com/nunocoracao/blowfish/v2 v2.47.2 // indirect
87
)

go.sum

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
github.com/nunocoracao/blowfish v1.9.0 h1:DqTrybi9CtG6HzCDMsDdzkVxVCjDaE6z1Ebj4OBykV8=
2-
github.com/nunocoracao/blowfish v1.9.0/go.mod h1:a+x71NKypnAynVrKYncF4jMagrvWjOdacVpA9RJh2UA=
3-
github.com/nunocoracao/blowfish/v2 v2.4.0 h1:7Nxsfr0fAcCeuB3vvxyWazqNXgXPgykAukoe8gsobsU=
4-
github.com/nunocoracao/blowfish/v2 v2.4.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
5-
github.com/nunocoracao/blowfish/v2 v2.42.0 h1:2/txTVohyHMuMQo1rHL7Zu2M2dcZl/y246wt+Ewgr0A=
6-
github.com/nunocoracao/blowfish/v2 v2.42.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
71
github.com/nunocoracao/blowfish/v2 v2.47.2 h1:6MdsG3485GCL1mn1EOOQIcnaE9KPHo07CGehNUU/Cd4=
82
github.com/nunocoracao/blowfish/v2 v2.47.2/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=

0 commit comments

Comments
 (0)