-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.62 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/DataManager-Go/DataManagerGUI
go 1.14
require (
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
github.com/BurntSushi/xgbutil v0.0.0-20160919175755-f7c97cef3b4e // indirect
github.com/DataManager-Go/libdatamanager v1.4.0
github.com/DataManager-Go/libdatamanager/config v0.0.0-20210119222632-450826e0e44e
github.com/JojiiOfficial/configService v0.0.0-20200219132202-6e71512e2e28
github.com/JojiiOfficial/gaw v1.2.8
github.com/JojiiOfficial/shred v1.2.1
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/asticode/go-astikit v0.15.0
github.com/asticode/go-astilectron v0.22.3
github.com/atotto/clipboard v0.1.2
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/gotk3/gotk3 v0.5.2 // indirect
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/klauspost/compress v1.11.7 // indirect
github.com/mattn/go-gtk v0.0.0-20180216084204-5a311a1830ab // indirect
github.com/mattn/go-pointer v0.0.0-20171114154726-1d30dc4b6f28 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/skelterjohn/go.wde v0.0.0-20180104102407-a0324cbf3ffe // indirect
github.com/sqweek/dialog v0.0.0-20200911184034-8a3d98e8211d
github.com/zalando/go-keyring v0.1.1 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)