Skip to content

Commit

Permalink
Merge pull request #23 from trimble-oss/mod_upgrades
Browse files Browse the repository at this point in the history
Various mod upgrades
  • Loading branch information
joel-rieke authored Jan 2, 2025
2 parents a32cce1 + b62e72d commit abc990f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
gioui.org v0.7.1
github.com/g3n/engine v0.2.0
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
google.golang.org/grpc v1.67.1
google.golang.org/grpc v1.69.2
google.golang.org/protobuf v1.35.1
)

Expand All @@ -16,14 +16,12 @@ require (
fyne.io/systray v1.10.1-0.20220621085403-9a2652634e93 // indirect
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/benoitkugler/textlayout v0.0.10 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fyne-io/gl-js v0.0.0-20220119005834-d2da28d9ccfe // indirect
github.com/fyne-io/glfw-js v0.0.0-20220120001248-ee7290d23504 // indirect
github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2 // indirect
github.com/gioui/uax v0.2.1-0.20220325163150-e3d987515a12 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-text/typesetting v0.1.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
Expand All @@ -38,7 +36,7 @@ require (
github.com/tevino/abool v1.2.0 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
//golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand All @@ -49,15 +47,15 @@ require (
fyne.io/fyne/v2 v2.1.3
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)

//require github.com/go-gl/glfw/v3.3.2/glfw v0.0.0-20211213063430-748e38ca8aec

require (
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7
golang.org/x/net v0.30.0 // indirect
golang.org/x/net v0.33.0 // indirect
)

// Uncomment for local development
Expand Down

0 comments on commit abc990f

Please sign in to comment.