File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
coordinator/internal/logic/libzkp Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ require (
1212 github.com/gin-gonic/gin v1.9.1
1313 github.com/mattn/go-colorable v0.1.13
1414 github.com/mattn/go-isatty v0.0.20
15+ github.com/mitchellh/mapstructure v1.5.0
1516 github.com/modern-go/reflect2 v1.0.2
1617 github.com/orcaman/concurrent-map v1.0.0
1718 github.com/prometheus/client_golang v1.19.0
@@ -147,7 +148,6 @@ require (
147148 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
148149 github.com/miekg/pkcs11 v1.1.1 // indirect
149150 github.com/mitchellh/copystructure v1.2.0 // indirect
150- github.com/mitchellh/mapstructure v1.5.0 // indirect
151151 github.com/mitchellh/pointerstructure v1.2.0 // indirect
152152 github.com/mitchellh/reflectwalk v1.0.2 // indirect
153153 github.com/mmcloughlin/addchain v0.4.0 // indirect
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package libzkp
22
33import (
44 "fmt"
5+
56 "scroll-tech/common/types/message"
67)
78
You can’t perform that action at this time.
0 commit comments