mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +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
|
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
"strconv"
|
||||
"internal/api"
|
||||
"github.com/eosswedenorg/eosio-api-healthcheck/src/api"
|
||||
"github.com/eosswedenorg-go/eosapi"
|
||||
"github.com/eosswedenorg-go/haproxy"
|
||||
"github.com/eosswedenorg-go/tcp_server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue