adding go modules
This commit is contained in:
parent
9afa5152a4
commit
a3a0c1b9bc
2 changed files with 7 additions and 0 deletions
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module tfcconnection
|
||||||
|
|
||||||
|
go 1.19
|
||||||
|
|
||||||
|
require github.com/nunocoracao/blowfish/v2 v2.4.5 // indirect
|
2
go.sum
Normal file
2
go.sum
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
github.com/nunocoracao/blowfish/v2 v2.4.5 h1:xin+QRZnu4vYmtzbIdRLniFKLF7zyRKNniqsTGgcr+A=
|
||||||
|
github.com/nunocoracao/blowfish/v2 v2.4.5/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
|
Loading…
Add table
Add a link
Reference in a new issue