summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-29 22:12:08 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-29 22:12:08 +0100
commitb38464fee25d72f1ec8ed7bef748f8935e6b5d09 (patch)
tree4dcf9d4f19a3352b1a978eef570fecc69762f26b /go.mod
parentf1261c40b45fa95ac1d55407ea5c552b035a6581 (diff)
downloadengarde-importer-b38464fee25d72f1ec8ed7bef748f8935e6b5d09.tar.gz
engarde-importer-b38464fee25d72f1ec8ed7bef748f8935e6b5d09.tar.bz2
engarde-importer-b38464fee25d72f1ec8ed7bef748f8935e6b5d09.zip
Start with a basic GUI
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 33b22ee..262c903 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,20 @@ module github.com/Necoro/engarde-importer
go 1.17
require (
+ github.com/AllenDang/giu v0.6.2-0.20220129052746-0de32e35e8ed
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f
github.com/jszwec/csvutil v1.6.0
golang.org/x/text v0.3.7
)
+
+require (
+ github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
+ github.com/AllenDang/imgui-go v1.12.1-0.20220118055608-8cbd98e97ca2 // indirect
+ github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
+ github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
+ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect
+ github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
+ github.com/sahilm/fuzzy v0.1.0 // indirect
+ golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
+ golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 // indirect
+)