From a3a0c1b9bce8481d1ac0ef1b3a1e686f8f11559e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 27 Oct 2022 06:36:00 -0500 Subject: [PATCH] adding go modules --- go.mod | 5 +++++ go.sum | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..58683e3 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module tfcconnection + +go 1.19 + +require github.com/nunocoracao/blowfish/v2 v2.4.5 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..8a93dc3 --- /dev/null +++ b/go.sum @@ -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=