gigibox
2023-06-19 942f3416b333304bde50f0dca5581595f397eafa
1
2
3
4
5
6
7
8
9
10
11
12
13
module kingdee-dbapi
 
go 1.14
 
require (
    fyne.io/fyne v1.4.3 // indirect
    fyne.io/fyne/v2 v2.3.4
    github.com/fatedier/beego v1.7.2 // indirect
    github.com/flopp/go-findfont v0.1.0 // indirect
    github.com/gin-gonic/gin v1.7.0 // indirect
    github.com/jinzhu/gorm v1.9.16 // indirect
    github.com/nsqio/go-nsq v1.1.0 // indirect
)