Files
grafana/go.work
T

15 lines
339 B
Plaintext
Raw Normal View History

2024-02-23 08:54:24 -05:00
go 1.21.0
use (
.
./pkg/apimachinery
./pkg/apiserver
2024-03-25 11:23:27 +01:00
./pkg/build/wire
./pkg/promlib
2024-02-23 08:54:24 -05:00
./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