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 -)