-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 699 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module gopanel
go 1.23
toolchain go1.23.0
require (
github.com/CloudyKit/jet/v6 v6.2.0
github.com/gorilla/sessions v1.4.0
github.com/pquerna/otp v1.4.0
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
)
require (
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/boombuler/barcode v1.0.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.24.0 // indirect
)