mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
49d3cb29eb
--------- Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
go 1.21.0
|
|
|
|
use (
|
|
.
|
|
./pkg/util/xorm
|
|
)
|
|
|
|
// when we release xorm we would like to release it like github.com/grafana/grafana/pkg/util/xorm
|
|
// but we don't want to change all the imports. so we use replace to handle this situation
|
|
replace xorm.io/xorm => ./pkg/util/xorm
|