Skip to content

Commit c22d9ec

Browse files
committed
fix goimport issue
1 parent e755165 commit c22d9ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

coordinator/internal/logic/libzkp/message_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package libzkp
22

33
import (
44
"fmt"
5+
56
"scroll-tech/common/types/message"
67
)
78

0 commit comments

Comments
 (0)