From d30c3475d61a234e0a02d09b618546f88ebb45d8 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Tue, 5 May 2026 21:57:43 +0800 Subject: [PATCH] chore: update dependencies and remove .gitignore --- .gitignore | 1 - go.mod | 4 ++++ go.sum | 0 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 .gitignore create mode 100644 go.sum diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 08cb523..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -go.sum diff --git a/go.mod b/go.mod index c8fbe07..c5c4314 100644 --- a/go.mod +++ b/go.mod @@ -6,3 +6,7 @@ require ( apigo.cc/go/encoding v1.0.4 apigo.cc/go/rand v1.0.4 ) + +replace apigo.cc/go/encoding => ../encoding + +replace apigo.cc/go/rand => ../rand diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..e69de29