From a49f86e93a3f950bc453e0aee51c0c47e3f7c4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=BD=E6=99=B4-StaySunny?= <40056573+StaySunny66@users.noreply.github.com> Date: Fri, 15 Sep 2023 19:24:59 +0800 Subject: [PATCH] Delete go.mod --- go.mod | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 go.mod diff --git a/go.mod b/go.mod deleted file mode 100644 index 4578eeb..0000000 --- a/go.mod +++ /dev/null @@ -1,27 +0,0 @@ -module examp/s - -go 1.20 - -require ( - github.com/labstack/echo/v4 v4.11.1 - github.com/labstack/gommon v0.4.0 - github.com/shirou/gopsutil v3.21.11+incompatible - github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e -) - -require ( - github.com/go-ole/go-ole v1.2.6 // indirect - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect - github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-isatty v0.0.19 // indirect - github.com/tklauser/go-sysconf v0.3.12 // indirect - github.com/tklauser/numcpus v0.6.1 // indirect - github.com/valyala/bytebufferpool v1.0.0 // indirect - github.com/valyala/fasttemplate v1.2.2 // indirect - github.com/yusufpapurcu/wmi v1.2.3 // indirect - golang.org/x/crypto v0.11.0 // indirect - golang.org/x/net v0.12.0 // indirect - golang.org/x/sys v0.11.0 // indirect - golang.org/x/text v0.11.0 // indirect - golang.org/x/time v0.3.0 // indirect -)