From dd0716d2b8798d3f27f02c450396794bc25120fa Mon Sep 17 00:00:00 2001 From: RustamOper05 Date: Sat, 23 Dec 2023 14:33:49 +0300 Subject: [PATCH] reformat project struct --- Post/go.mod | 8 -------- Post/go.sum | 4 ---- 2 files changed, 12 deletions(-) delete mode 100644 Post/go.mod delete mode 100644 Post/go.sum diff --git a/Post/go.mod b/Post/go.mod deleted file mode 100644 index 54d9ecd..0000000 --- a/Post/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module Post - -go 1.21.5 - -require ( - github.com/google/uuid v1.5.0 - github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231127165613-b35f351f0ba0 -) diff --git a/Post/go.sum b/Post/go.sum deleted file mode 100644 index f307cf7..0000000 --- a/Post/go.sum +++ /dev/null @@ -1,4 +0,0 @@ -github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU= -github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231127165613-b35f351f0ba0 h1:N+dMIBmteXjJpkH6UZ7HmNftuFxkqszfGLbhsEctnv0= -github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231127165613-b35f351f0ba0/go.mod h1:J/Mk6+nKeKSW4wygkZQFLQ6SkLOSGX5Ga0RuuuktEag=