-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add note on host requirements for non-packaged builds, switch d…
…efault target to F41 instead of F40 Signed-off-by: Felicitas Pojtinger <[email protected]>
- Loading branch information
Showing
4 changed files
with
36 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
module github.com/loopholelabs/latensee | ||
|
||
go 1.22.0 | ||
go 1.23.1 | ||
|
||
toolchain go1.22.7 | ||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241017235527-3511eb5e35cb | ||
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241117024308-2169ed184339 | ||
github.com/pojntfx/panrpc/go v0.0.0-20241003051136-b93809e92a15 | ||
github.com/redis/go-redis/v9 v9.7.0 | ||
nhooyr.io/websocket v1.8.17 | ||
) | ||
|
||
require ( | ||
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9 // indirect | ||
github.com/ProtonMail/go-crypto v1.0.0 // indirect | ||
github.com/ProtonMail/go-crypto v1.1.2 // indirect | ||
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect | ||
github.com/ProtonMail/gopenpgp/v2 v2.7.5 // indirect | ||
github.com/ProtonMail/gopenpgp/v2 v2.8.0 // indirect | ||
github.com/akavel/rsrc v0.10.2 // indirect | ||
github.com/breml/rootcerts v0.2.18 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudflare/circl v1.5.0 // indirect | ||
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect | ||
github.com/dchest/jsmin v1.0.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/josephspurrier/goversioninfo v1.4.1 // indirect | ||
github.com/ncruces/zenity v0.10.14 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/image v0.21.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/image v0.22.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
yrh.dev/icns v0.0.0-20210608051050-de3ea6a57b33 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters