-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (30 loc) · 1.33 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/sfcclip/connect
go 1.19
require (
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/core v0.5.7-0.20170614060517-e9b7412d750d
github.com/gorilla/handlers v1.2.2-0.20170602151648-a4d79d4487c2
github.com/gorilla/mux v1.6.2
github.com/joho/godotenv v0.0.0-20170328200154-325433c502d4
github.com/manyminds/api2go v0.0.0-20170605102108-b893b9448d07
github.com/manyminds/api2go-adapter v0.0.0-20170216160918-84e19abf3374
github.com/mattn/go-sqlite3 v1.10.0
github.com/sirupsen/logrus v1.2.0
xorm.io/xorm v0.6.3-0.20170615120946-2af18acf7274
)
require (
github.com/denisenkom/go-mssqldb v0.12.2 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
github.com/go-xorm/builder v0.0.0-20170519032130-c8871c857d25 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/julienschmidt/httprouter v1.2.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/lib/pq v1.10.6 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.20.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
google.golang.org/appengine v1.6.0 // indirect
gopkg.in/guregu/null.v2 v2.1.2 // indirect
)