mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +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"
|
"net/url"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"github.com/imroc/req"
|
"github.com/imroc/req"
|
||||||
jsontime "github.com/liamylian/jsontime/v2"
|
jsontime "github.com/liamylian/jsontime/v2/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ReqParams struct {
|
type ReqParams struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue