mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
api/message/json/codec.go: switch from github.com/liamylian/jsontime to github.com/eosswedenorg-go/jsontime
This commit is contained in:
parent
af6d72946f
commit
12d2837218
3 changed files with 10 additions and 11 deletions
|
|
@ -3,8 +3,8 @@ package json
|
|||
import (
|
||||
"time"
|
||||
|
||||
jsontime "github.com/eosswedenorg-go/jsontime/v2"
|
||||
"github.com/eosswedenorg/thalos/api/message"
|
||||
jsontime "github.com/liamylian/jsontime/v2/v2"
|
||||
)
|
||||
|
||||
var json_codec = jsontime.ConfigWithCustomTimeFormat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue