54 lines
2.2 KiB
Modula-2
54 lines
2.2 KiB
Modula-2
module changeme
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gen2brain/beeep v0.0.0-20230602101333-f384c29b62dd
|
|
github.com/mutecomm/go-sqlcipher/v4 v4.4.2
|
|
github.com/shirou/gopsutil v2.21.11+incompatible
|
|
github.com/wailsapp/wails/v2 v2.5.1
|
|
xorm.io/xorm v1.3.2
|
|
)
|
|
|
|
require (
|
|
github.com/bep/debounce v1.2.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
|
|
github.com/goccy/go-json v0.8.1 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/labstack/echo/v4 v4.9.0 // indirect
|
|
github.com/labstack/gommon v0.3.1 // indirect
|
|
github.com/leaanthony/go-ansi-parser v1.0.1 // indirect
|
|
github.com/leaanthony/gosod v1.0.3 // indirect
|
|
github.com/leaanthony/slicer v1.5.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.11 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/samber/lo v1.27.1 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/tkrajina/go-reflector v0.5.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
github.com/wailsapp/mimetype v1.4.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect
|
|
)
|
|
|
|
// replace github.com/wailsapp/wails/v2 v2.3.1 => D:\Environment\Go\pkg\mod
|