mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-19 05:10:02 +02:00
go.mod: skip "internal" and use the root module and path.
This commit is contained in:
parent
bc3f859a8e
commit
3303ff0905
5 changed files with 2 additions and 14 deletions
|
|
@ -3,7 +3,7 @@ package api
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"internal/utils"
|
||||
"github.com/eosswedenorg/eosio-api-healthcheck/src/utils"
|
||||
"github.com/eosswedenorg-go/haproxy"
|
||||
"github.com/eosswedenorg-go/eosapi"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue