mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-17 04:50:02 +02:00
src/eosapi/functions.go: "github.com/liamylian/jsontime/v2" should be "github.com/liamylian/jsontime/v2/v2"
This commit is contained in:
parent
5907d96176
commit
9781ee6a55
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
"net/url"
|
||||
"io/ioutil"
|
||||
"github.com/imroc/req"
|
||||
jsontime "github.com/liamylian/jsontime/v2"
|
||||
jsontime "github.com/liamylian/jsontime/v2/v2"
|
||||
)
|
||||
|
||||
type ReqParams struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue