Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ventsislav-georgiev committed Feb 4, 2023
1 parent fd7beb1 commit ea2b7d3
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.18"
go-version: "1.19"

- name: cache docker
id: docker-cache
Expand Down
58 changes: 35 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/ventsislav-georgiev/prosper
go 1.18

replace (
fyne.io/fyne/v2 => github.com/ventsislav-georgiev/fyne/v2 v2.1.3-0.20220501130312-f49569087091
fyne.io/fyne/v2 => github.com/ventsislav-georgiev/fyne/v2 v2.1.3-0.20230204194323-e8cb46d71e21
github.com/blacktop/lzfse-cgo => github.com/ventsislav-georgiev/lzfse-cgo v1.1.17-0.20220102053312-50b37453a738
github.com/go-gl/glfw/v3.3/glfw => github.com/ventsislav-georgiev/glfw/v3.3/glfw v0.0.0-20220501130639-1f8e299b9855
github.com/go-gl/glfw/v3.3/glfw => github.com/ventsislav-georgiev/glfw/v3.3/glfw v0.0.0-20230204191122-6dcb195621b6
github.com/iineva/bom => github.com/ventsislav-georgiev/bom v0.0.0-20220102051948-0e6a1a4b3c30
github.com/tc-hib/winres => github.com/ventsislav-georgiev/winres v0.1.7-0.20220103002232-5d2af9a563d4
golang.design/x/hotkey => github.com/ventsislav-georgiev/hotkey v0.2.2-0.20220114002610-89940ba076ea
Expand All @@ -14,51 +14,63 @@ replace (
require (
fyne.io/fyne/v2 v2.1.2
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/bcicen/go-units v1.0.3
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be
github.com/bcicen/go-units v1.0.4
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/groob/plist v0.0.0-20220217120414-63fa881b19a5
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/golang-lru v0.5.1
github.com/iineva/bom v0.0.0-20210605043415-7d45ba1bcca3
github.com/jpillora/overseer v1.1.6
github.com/parsiya/golnk v0.0.0-20200515071614-5db3107130ce
github.com/pkg/profile v1.6.0
github.com/pkg/profile v1.7.0
github.com/sahilm/fuzzy v0.1.0
github.com/srwiley/oksvg v0.0.0-20220128195007-1f435e4c2b44
github.com/srwiley/rasterx v0.0.0-20220128185129-2efea2b9ea41
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/tc-hib/winres v0.1.6
golang.design/x/clipboard v0.6.2
golang.design/x/clipboard v0.6.3
golang.design/x/hotkey v0.3.0
yrh.dev/icns v0.0.0-20210608051050-de3ea6a57b33
)

require (
fyne.io/systray v1.10.1-0.20221115204952-d16a6177e6f1 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/bcicen/bfstree v1.0.0 // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/blacktop/lzfse-cgo v1.1.17-0.20210807041049-183fba3c3f10 // 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/felixge/fgprof v0.9.3 // indirect
github.com/fredbi/uri v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // 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/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-text/typesetting v0.0.0-20221212183139-1eb938670a1f // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20230131232505-5a9e8f65f08f // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jpillora/s3 v1.1.4 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/yuin/goldmark v1.4.12 // indirect
golang.org/x/exp/shiny v0.0.0-20220428152302-39d4317da171 // indirect
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
golang.org/x/mobile v0.0.0-20220414153400-ce6a79cf6a13 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
golang.org/x/text v0.3.7 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/tevino/abool v1.2.0 // indirect
github.com/yuin/goldmark v1.5.4 // indirect
golang.org/x/exp/shiny v0.0.0-20230203172020-98cc5a0785f9 // indirect
golang.org/x/image v0.3.0 // indirect
golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
)
Loading

0 comments on commit ea2b7d3

Please sign in to comment.