Skip to content

Commit

Permalink
Adapt serix to serializer changes (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer authored Aug 29, 2022
1 parent eace4c0 commit 69d23ab
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 55 deletions.
30 changes: 15 additions & 15 deletions core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ go 1.18

require (
github.com/cockroachdb/errors v1.9.0
github.com/cockroachdb/pebble v0.0.0-20220808190747-1e4c2b60c887
github.com/cockroachdb/pebble v0.0.0-20220826184203-b38417b0835b
github.com/dgraph-io/badger/v2 v2.2007.4
github.com/emirpasic/gods v1.18.1
github.com/ethereum/go-ethereum v1.10.21
github.com/ethereum/go-ethereum v1.10.23
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/go-version v1.6.0
github.com/iancoleman/orderedmap v0.2.0
github.com/iotaledger/grocksdb v1.7.5-0.20220808142449-1dc0b8ac4d7d
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-beta.2
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-beta.3
github.com/jellydator/ttlcache/v2 v2.11.1
github.com/knadh/koanf v1.4.2
github.com/knadh/koanf v1.4.3
github.com/kr/text v0.2.0
github.com/mr-tron/base58 v1.2.0
github.com/oasisprotocol/ed25519 v0.0.0-20210505154701-76d8c688d86e
github.com/panjf2000/ants/v2 v2.5.0
github.com/pelletier/go-toml/v2 v2.0.2
github.com/pelletier/go-toml/v2 v2.0.5
github.com/sasha-s/go-deadlock v0.3.1
github.com/spf13/cast v1.5.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
go.dedis.ch/kyber/v3 v3.0.13
go.uber.org/atomic v1.9.0
go.dedis.ch/kyber/v3 v3.0.14
go.uber.org/atomic v1.10.0
go.uber.org/dig v1.15.0
go.uber.org/zap v1.22.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
go.uber.org/zap v1.23.0
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.4.0
Expand Down Expand Up @@ -60,17 +60,17 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/petermattis/goid v0.0.0-20220712135657-ac599d9cba15 // indirect
github.com/petermattis/goid v0.0.0-20220824145935-af5520614cb6 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
go.dedis.ch/fixbuf v1.0.3 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/net v0.0.0-20220809012201-f428fae20770 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 69d23ab

Please sign in to comment.