Skip to content

Commit

Permalink
Merge pull request #22 from iden3/bump/iden3-core
Browse files Browse the repository at this point in the history
bump go-iden3-core to v0.1.0
  • Loading branch information
demonsh authored Jun 21, 2022
2 parents 3c4dd9c + de10180 commit c70376a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 54 deletions.
12 changes: 1 addition & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ go 1.17

require (
github.com/ethereum/go-ethereum v1.10.15
github.com/iden3/go-iden3-core v0.0.16
github.com/iden3/go-iden3-core v0.1.0
github.com/iden3/go-iden3-crypto v0.0.13
github.com/iden3/go-merkletree-sql v1.0.1
github.com/iden3/go-schema-registry-wrapper v0.0.7
github.com/ipfs/go-ipfs-api v0.3.0
github.com/pkg/errors v0.9.1
github.com/qri-io/jsonschema v0.2.1
Expand All @@ -16,15 +15,10 @@ require (
)

require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/ipfs/go-cid v0.0.7 // indirect
github.com/ipfs/go-ipfs-files v0.0.9 // indirect
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
Expand All @@ -43,14 +37,10 @@ require (
github.com/multiformats/go-varint v0.0.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qri-io/jsonpointer v0.1.1 // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect
go.opencensus.io v0.22.4 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
Loading

0 comments on commit c70376a

Please sign in to comment.