12345678910111213141516171819202122232425262728 |
- module imuslab.com/bokofs/bokofsd
- go 1.23.2
- require (
- github.com/anatol/smart.go v0.0.0-20241126061019-f03d79b340d2
- github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
- github.com/fogleman/fauxgl v0.0.0-20250110135958-abf826acbbbd
- github.com/google/uuid v1.6.0
- github.com/gorilla/csrf v1.7.2
- github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
- github.com/oliamb/cutter v0.2.2
- github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
- github.com/shirou/gopsutil/v4 v4.25.3
- golang.org/x/net v0.21.0
- )
- require (
- github.com/ebitengine/purego v0.8.2 // indirect
- github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
- github.com/go-ole/go-ole v1.2.6 // indirect
- github.com/gopherjs/gopherjs v1.17.2 // indirect
- github.com/gorilla/securecookie v1.1.2 // indirect
- github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
- github.com/yusufpapurcu/wmi v1.2.4 // indirect
- golang.org/x/crypto v0.33.0 // indirect
- golang.org/x/sys v0.30.0 // indirect
- )
|