Files
grafana/go.work
T
Stephanie HingtgenandKevin Minehart 42da106097 [v11.0.x] Chore: Upgrade go to 1.21.10 (#87472)
* Chore: upgrade go to 1.20.10

* sign drone

---------

Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
2024-05-08 10:05:12 -05:00

15 lines
340 B
Plaintext

go 1.21.10
use (
.
./pkg/apimachinery
./pkg/apiserver
./pkg/build/wire
./pkg/promlib
./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