1
0
Fork 0
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:
Henrik Hautakoski 2021-12-23 16:46:55 +01:00
parent 5907d96176
commit 9781ee6a55

View file

@ -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 {