From 44dffdef2672a89b988eae5b345103d3a7d21179 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Tue, 5 May 2026 21:57:43 +0800 Subject: [PATCH] chore: remove .gitignore --- .gitignore | 1 - go.mod | 4 ---- go.sum | 0 3 files changed, 5 deletions(-) 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 8240a95..a766646 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,3 @@ module apigo.cc/go/timer go 1.25.0 - -require apigo.cc/go/cast v1.0.4 - -require gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..e69de29