mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
11 lines
181 B
Modula-2
11 lines
181 B
Modula-2
module github.com/gogf/gf/contrib/drivers/oracle/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogf/gf/v2 v2.0.0
|
|
github.com/mattn/go-oci8 v0.1.1
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../../
|