mirror of
https://gitee.com/johng/gf.git
synced 2024-12-03 20:58:47 +08:00
11 lines
229 B
Modula-2
11 lines
229 B
Modula-2
module github.com/gogf/gf/contrib/registry/polaris/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogf/gf/v2 v2.0.0
|
|
github.com/polarismesh/polaris-go v1.2.0-beta.0.0.20220517041223-596a6a63b00f
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../../
|