From ef10f04b45198b102c4295314ad0058ca6da4ce7 Mon Sep 17 00:00:00 2001 From: P4vlushaaa <112944483+P4vlushaaa@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:15:02 +0300 Subject: [PATCH] Create go.mod --- services/api/go.mod | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 services/api/go.mod diff --git a/services/api/go.mod b/services/api/go.mod new file mode 100644 index 0000000..67067f5 --- /dev/null +++ b/services/api/go.mod @@ -0,0 +1,9 @@ +module web3-onlyfans/services/api + +go 1.20 + +require ( + github.com/gorilla/mux v1.8.0 + github.com/nspcc-dev/neo-go v0.99.0 + # ... +)