mirror of
https://gitee.com/johng/gf.git
synced 2024-12-03 20:58:47 +08:00
11 lines
189 B
Modula-2
11 lines
189 B
Modula-2
module github.com/gogf/gf/contrib/config/apollo/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/apolloconfig/agollo/v4 v4.1.1
|
|
github.com/gogf/gf/v2 v2.5.0
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../../
|