|
|
@ -1,53 +1,3 @@ |
|
|
|
module github.com/ouxuanserver/osmanthuswine |
|
|
|
module osmanthuswine |
|
|
|
|
|
|
|
go 1.12 |
|
|
|
|
|
|
|
require ( |
|
|
|
github.com/Chronokeeper/anyxml v0.0.0-20160530174208-54457d8e98c6 // indirect |
|
|
|
github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a // indirect |
|
|
|
github.com/CloudyKit/jet v2.1.2+incompatible // indirect |
|
|
|
github.com/agrison/go-tablib v0.0.0-20160310143025-4930582c22ee // indirect |
|
|
|
github.com/agrison/mxj v0.0.0-20160310142625-1269f8afb3b4 // indirect |
|
|
|
github.com/aws/aws-sdk-go v1.19.14 // indirect |
|
|
|
github.com/bndr/gotabulate v1.1.2 // indirect |
|
|
|
github.com/clbanning/mxj v1.8.4 // indirect |
|
|
|
github.com/cockroachdb/apd v1.1.0 // indirect |
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190418034912-35416408c946 // indirect |
|
|
|
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect |
|
|
|
github.com/fatih/structs v1.1.0 // indirect |
|
|
|
github.com/go-chi/chi v4.0.2+incompatible |
|
|
|
github.com/go-errors/errors v1.0.1 |
|
|
|
github.com/go-redis/redis v6.15.2+incompatible |
|
|
|
github.com/go-sql-driver/mysql v1.4.1 |
|
|
|
github.com/go-xorm/core v0.6.2 // indirect |
|
|
|
github.com/go-xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a // indirect |
|
|
|
github.com/golang/protobuf v1.3.1 // indirect |
|
|
|
github.com/gorilla/securecookie v1.1.1 |
|
|
|
github.com/gorilla/websocket v1.4.0 // indirect |
|
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect |
|
|
|
github.com/jackc/pgx v3.3.0+incompatible // indirect |
|
|
|
github.com/jinzhu/gorm v1.9.4 |
|
|
|
github.com/jinzhu/now v1.0.0 // indirect |
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect |
|
|
|
github.com/kr/pretty v0.1.0 // indirect |
|
|
|
github.com/lib/pq v1.1.0 // indirect |
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect |
|
|
|
github.com/onsi/gomega v1.5.0 // indirect |
|
|
|
github.com/pkg/errors v0.8.1 // indirect |
|
|
|
github.com/satori/go.uuid v0.0.0-20190313024323-b2ce2384e17b |
|
|
|
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect |
|
|
|
github.com/stretchr/testify v1.3.0 // indirect |
|
|
|
github.com/tealeg/xlsx v1.0.3 // indirect |
|
|
|
github.com/wailovet/db2struct v0.0.0-20190220022639-a297dc96489a |
|
|
|
github.com/wailovet/overseer v0.0.0-20190412102736-c280479fa09f |
|
|
|
github.com/xormplus/builder v0.0.0-20181220055446-b12ceebee76f // indirect |
|
|
|
github.com/xormplus/core v0.0.0-20190120064039-da7907271e2f |
|
|
|
github.com/xormplus/xorm v0.0.0-20190419084314-284871d688a4 |
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect |
|
|
|
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect |
|
|
|
golang.org/x/net v0.0.0-20190419010253-1f3472d942ba // indirect |
|
|
|
golang.org/x/sys v0.0.0-20190418153312-f0ce4c0180be // indirect |
|
|
|
google.golang.org/appengine v1.5.0 // indirect |
|
|
|
gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect |
|
|
|
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376 |
|
|
|
) |
|
|
|
go 1.14 |