mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
api/message/json/codec.go: fix timestamps, skip "Z" (always UTC) and use 3 decimals for milliseconds.
This commit is contained in:
parent
1a75286240
commit
213daa1e46
6 changed files with 45 additions and 7 deletions
|
|
@ -6,6 +6,7 @@ require (
|
|||
github.com/alicebob/miniredis/v2 v2.30.2
|
||||
github.com/go-redis/redis/v8 v8.11.5
|
||||
github.com/go-redis/redismock/v8 v8.11.5
|
||||
github.com/liamylian/jsontime/v2 v2.0.0
|
||||
github.com/shamaton/msgpack/v2 v2.1.0
|
||||
github.com/shamaton/msgpackgen v0.3.0
|
||||
github.com/stretchr/testify v1.8.2
|
||||
|
|
@ -16,6 +17,9 @@ require (
|
|||
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/json-iterator/go v1.1.9 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/yuin/gopher-lua v1.1.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue