mirror of https://github.com/veypi/OneAuth.git
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.
15 lines
313 B
Modula-2
15 lines
313 B
Modula-2
3 years ago
|
module OneAuth
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/json-iterator/go v1.1.10
|
||
|
github.com/urfave/cli/v2 v2.2.0
|
||
|
github.com/veypi/OneBD v0.4.1
|
||
|
github.com/veypi/utils v0.2.2
|
||
|
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.1 => ../OceanCurrent/OneBD
|