forked from Elara6331/itd
		
	Add resource loading to ITD FS tab
This commit is contained in:
		
							
								
								
									
										42
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								go.mod
									
									
									
									
									
								
							@@ -5,16 +5,16 @@ go 1.17
 | 
			
		||||
replace fyne.io/x/fyne => github.com/metal3d/fyne-x v0.0.0-20220508095732-177117e583fb
 | 
			
		||||
 | 
			
		||||
require (
 | 
			
		||||
	fyne.io/fyne/v2 v2.1.4
 | 
			
		||||
	fyne.io/fyne/v2 v2.2.3
 | 
			
		||||
	fyne.io/x/fyne v0.0.0-20220107050838-c4a1de51d4ce
 | 
			
		||||
	github.com/cheggaaa/pb/v3 v3.0.8
 | 
			
		||||
	github.com/gen2brain/dlgs v0.0.0-20211108104213-bade24837f0b
 | 
			
		||||
	github.com/godbus/dbus/v5 v5.0.6
 | 
			
		||||
	github.com/godbus/dbus/v5 v5.1.0
 | 
			
		||||
	github.com/knadh/koanf v1.4.0
 | 
			
		||||
	github.com/mattn/go-isatty v0.0.14
 | 
			
		||||
	github.com/mozillazg/go-pinyin v0.19.0
 | 
			
		||||
	github.com/rs/zerolog v1.26.1
 | 
			
		||||
	github.com/urfave/cli/v2 v2.3.0
 | 
			
		||||
	github.com/urfave/cli/v2 v2.4.0
 | 
			
		||||
	go.arsenm.dev/infinitime v0.0.0-20221107042015-72b558707ee3
 | 
			
		||||
	go.arsenm.dev/lrpc v0.0.0-20220513001344-3bcc01fdb6a0
 | 
			
		||||
	golang.org/x/text v0.3.7
 | 
			
		||||
@@ -22,20 +22,25 @@ require (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
require (
 | 
			
		||||
	fyne.io/systray v1.10.1-0.20220621085403-9a2652634e93 // indirect
 | 
			
		||||
	github.com/VividCortex/ewma v1.1.1 // indirect
 | 
			
		||||
	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
 | 
			
		||||
	github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
 | 
			
		||||
	github.com/davecgh/go-spew v1.1.1 // indirect
 | 
			
		||||
	github.com/fatih/color v1.10.0 // indirect
 | 
			
		||||
	github.com/fatih/structs v1.1.0 // indirect
 | 
			
		||||
	github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
 | 
			
		||||
	github.com/fsnotify/fsnotify v1.5.1 // indirect
 | 
			
		||||
	github.com/fsnotify/fsnotify v1.5.4 // indirect
 | 
			
		||||
	github.com/fxamacker/cbor/v2 v2.4.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-gl/glfw/v3.3/glfw v0.0.0-20211204153444-caad923f49f4 // indirect
 | 
			
		||||
	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect
 | 
			
		||||
	github.com/gofrs/uuid v4.2.0+incompatible // indirect
 | 
			
		||||
	github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
 | 
			
		||||
	github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect
 | 
			
		||||
	github.com/google/uuid v1.3.0 // indirect
 | 
			
		||||
	github.com/gopherjs/gopherjs v1.17.2 // indirect
 | 
			
		||||
	github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
 | 
			
		||||
	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
 | 
			
		||||
	github.com/mattn/go-colorable v0.1.8 // indirect
 | 
			
		||||
	github.com/mattn/go-runewidth v0.0.13 // indirect
 | 
			
		||||
@@ -47,24 +52,25 @@ require (
 | 
			
		||||
	github.com/pmezard/go-difflib v1.0.0 // indirect
 | 
			
		||||
	github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
 | 
			
		||||
	github.com/rivo/uniseg v0.2.0 // indirect
 | 
			
		||||
	github.com/russross/blackfriday/v2 v2.0.1 // indirect
 | 
			
		||||
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
 | 
			
		||||
	github.com/russross/blackfriday/v2 v2.1.0 // indirect
 | 
			
		||||
	github.com/sirupsen/logrus v1.8.1 // indirect
 | 
			
		||||
	github.com/srwiley/oksvg v0.0.0-20211120171407-1837d6608d8c // indirect
 | 
			
		||||
	github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780 // indirect
 | 
			
		||||
	github.com/stretchr/testify v1.7.1 // indirect
 | 
			
		||||
	github.com/srwiley/oksvg v0.0.0-20220128195007-1f435e4c2b44 // indirect
 | 
			
		||||
	github.com/srwiley/rasterx v0.0.0-20220128185129-2efea2b9ea41 // indirect
 | 
			
		||||
	github.com/stretchr/testify v1.7.2 // indirect
 | 
			
		||||
	github.com/tevino/abool v1.2.0 // indirect
 | 
			
		||||
	github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
 | 
			
		||||
	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
 | 
			
		||||
	github.com/x448/float16 v0.8.4 // indirect
 | 
			
		||||
	github.com/yuin/goldmark v1.4.4 // indirect
 | 
			
		||||
	golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
 | 
			
		||||
	github.com/yuin/goldmark v1.4.10 // indirect
 | 
			
		||||
	golang.org/x/image v0.0.0-20220601225756-64ec528b34cd // indirect
 | 
			
		||||
	golang.org/x/mobile v0.0.0-20211207041440-4e6c2922fdee // indirect
 | 
			
		||||
	golang.org/x/mod v0.4.2 // indirect
 | 
			
		||||
	golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
 | 
			
		||||
	golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
 | 
			
		||||
	golang.org/x/tools v0.1.7 // indirect
 | 
			
		||||
	golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
 | 
			
		||||
	golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098 // indirect
 | 
			
		||||
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
 | 
			
		||||
	gopkg.in/yaml.v2 v2.4.0 // 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
 | 
			
		||||
	lukechampine.com/uint128 v1.1.1 // indirect
 | 
			
		||||
	modernc.org/cc/v3 v3.36.0 // indirect
 | 
			
		||||
	modernc.org/ccgo/v3 v3.16.6 // indirect
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user