You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/go.mod

17 lines
370 B
Modula-2

module github.com/veypi/OneAuth
3 years ago
go 1.16
require (
github.com/json-iterator/go v1.1.10
3 years ago
github.com/olivere/elastic/v7 v7.0.29
3 years ago
github.com/urfave/cli/v2 v2.2.0
3 years ago
github.com/veypi/OneBD v0.4.3
github.com/veypi/utils v0.3.1
3 years ago
gorm.io/driver/mysql v1.0.5
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.3
)
replace github.com/veypi/OneBD v0.4.3 => ../OceanCurrent/OneBD