-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 842 Bytes
/
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
module github.com/gopher1980/owlqa
go 1.13
require (
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.4.0 // indirect
github.com/go-resty/resty/v2 v2.0.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/gopher1980/dynql v0.0.12
github.com/gopher1980/gormcrud v0.2.1
github.com/gorilla/mux v1.7.3
github.com/jinzhu/gorm v1.9.10
github.com/json-iterator/go v1.1.7 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/sclevine/agouti v3.0.0+incompatible
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
golang.org/x/sys v0.0.0-20190921204832-2dccfee4fd3e // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)