Chore: Add go workspace (#83191)
--------- Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
This commit is contained in:
co-authored by
ismail simsek
parent
43b186a52e
commit
49d3cb29eb
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user