tiny-rdm/go.mod

54 lines
2.0 KiB
Modula-2
Raw Normal View History

2023-06-27 15:53:29 +08:00
module tinyrdm
2023-08-16 10:17:09 +08:00
go 1.21
2023-06-27 15:53:29 +08:00
require (
github.com/adrg/sysfont v0.1.2
2024-01-17 20:59:08 +08:00
github.com/andybalholm/brotli v1.1.0
2024-01-24 20:02:14 +08:00
github.com/google/uuid v1.6.0
2024-02-22 18:31:05 +08:00
github.com/klauspost/compress v1.17.7
github.com/redis/go-redis/v9 v9.5.1
2024-02-09 16:24:02 +08:00
github.com/vmihailenco/msgpack/v5 v5.4.1
2023-06-27 15:53:29 +08:00
github.com/vrischmann/userdir v0.0.0-20151206171402-20f291cebd68
2024-02-09 16:24:02 +08:00
github.com/wailsapp/wails/v2 v2.8.0
2024-03-09 23:07:40 +08:00
golang.org/x/crypto v0.21.0
golang.org/x/net v0.22.0
2023-06-27 15:53:29 +08:00
gopkg.in/yaml.v3 v3.0.1
)
require (
2023-12-11 18:33:31 +08:00
github.com/adrg/strutil v0.3.1 // indirect
github.com/adrg/xdg v0.4.0 // indirect
2023-06-27 15:53:29 +08:00
github.com/bep/debounce v1.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
2023-12-11 18:33:31 +08:00
github.com/godbus/dbus/v5 v5.1.0 // indirect
2023-06-27 15:53:29 +08:00
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
2023-11-23 11:25:53 +08:00
github.com/kr/text v0.2.0 // indirect
2024-02-09 16:24:02 +08:00
github.com/labstack/echo/v4 v4.11.4 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
2023-06-27 15:53:29 +08:00
github.com/leaanthony/gosod v1.0.3 // indirect
github.com/leaanthony/slicer v1.6.0 // indirect
2023-12-11 18:33:31 +08:00
github.com/leaanthony/u v1.1.1 // indirect
2023-06-27 15:53:29 +08:00
github.com/mattn/go-colorable v0.1.13 // indirect
2023-12-11 18:33:31 +08:00
github.com/mattn/go-isatty v0.0.20 // indirect
2024-02-09 16:24:02 +08:00
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
2023-06-27 15:53:29 +08:00
github.com/pkg/errors v0.9.1 // indirect
2024-02-09 16:24:02 +08:00
github.com/rivo/uniseg v0.4.7 // indirect
2023-12-11 18:33:31 +08:00
github.com/samber/lo v1.39.0 // indirect
2023-06-27 15:53:29 +08:00
github.com/tkrajina/go-reflector v0.5.6 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
2024-02-09 16:24:02 +08:00
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
2023-10-26 00:04:55 +08:00
github.com/wailsapp/go-webview2 v1.0.10 // indirect
2023-06-27 15:53:29 +08:00
github.com/wailsapp/mimetype v1.4.1 // indirect
2024-02-09 16:24:02 +08:00
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect
2024-03-09 23:07:40 +08:00
golang.org/x/sys v0.18.0 // indirect
2023-11-23 11:25:53 +08:00
golang.org/x/text v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2023-06-27 15:53:29 +08:00
)
2024-02-09 16:24:02 +08:00
// replace github.com/wailsapp/wails/v2 v2.8.0 => ~/go/pkg/mod