1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-02-16 09:49:27 +00:00
rolens/go.mod

56 lines
2.2 KiB
Modula-2
Raw Permalink Normal View History

module github.com/garraflavatra/rolens
2023-01-10 17:28:27 +01:00
2025-02-02 09:21:44 +01:00
go 1.23.5
2023-12-23 12:28:27 +01:00
2025-02-02 09:21:44 +01:00
require github.com/wailsapp/wails/v2 v2.9.2
2023-01-10 17:28:27 +01:00
require (
2025-02-02 09:21:44 +01:00
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/google/uuid v1.6.0
go.mongodb.org/mongo-driver v1.17.2
)
2023-12-23 11:51:35 +01:00
require (
2025-02-02 09:21:44 +01:00
github.com/leaanthony/u v1.1.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/wailsapp/go-webview2 v1.0.19 // indirect
2023-12-23 11:51:35 +01:00
)
2023-02-20 21:04:01 +01:00
2023-01-10 17:28:27 +01:00
require (
github.com/bep/debounce v1.2.1 // indirect
2025-02-02 09:21:44 +01:00
github.com/go-ole/go-ole v1.3.0 // indirect
2023-02-18 15:54:18 +01:00
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
2025-02-02 09:21:44 +01:00
github.com/golang/snappy v0.0.4 // indirect
2023-01-10 17:28:27 +01:00
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
2025-02-02 09:21:44 +01:00
github.com/klauspost/compress v1.17.11 // indirect
github.com/labstack/echo/v4 v4.13.3 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
github.com/leaanthony/gosod v1.0.4 // indirect
2023-12-23 11:51:35 +01:00
github.com/leaanthony/slicer v1.6.0 // indirect
2025-02-02 09:21:44 +01:00
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
2023-02-18 15:54:18 +01:00
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
2025-02-02 09:21:44 +01:00
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
2023-01-10 17:28:27 +01:00
github.com/pkg/errors v0.9.1 // indirect
2023-01-18 20:59:00 +01:00
github.com/rogpeppe/go-internal v1.9.0 // indirect
2025-02-02 09:21:44 +01:00
github.com/samber/lo v1.49.1 // indirect
2023-02-18 15:54:18 +01:00
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
2025-02-02 09:21:44 +01:00
github.com/tkrajina/go-reflector v0.5.8 // indirect
2023-01-10 17:28:27 +01:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
2023-12-23 11:51:35 +01:00
github.com/valyala/fasttemplate v1.2.2 // indirect
2023-01-10 17:28:27 +01:00
github.com/wailsapp/mimetype v1.4.1 // indirect
2023-01-18 20:59:00 +01:00
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
2025-02-02 09:21:44 +01:00
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
2023-01-10 17:28:27 +01:00
)