-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathgo.mod
24 lines (22 loc) · 909 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
24
module github.com/viant/endly/example/ui/sso
go 1.17
require (
github.com/aerospike/aerospike-client-go v1.39.0 // indirect
github.com/go-errors/errors v1.0.1 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.10.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/stretchr/testify v1.3.0
github.com/viant/asc v0.2.0
github.com/viant/assertly v0.4.4 // indirect
github.com/viant/dsc v0.6.1
github.com/viant/dsunit v0.7.0 // indirect
github.com/viant/toolbox v0.19.0
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583 // indirect
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)