Skip to content

Commit b044a31

Browse files
committed
chore: go.mod
Signed-off-by: Ashing Zheng <[email protected]>
1 parent d17ac14 commit b044a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require (
1616
github.com/gorilla/websocket v1.5.3
1717
github.com/gruntwork-io/terratest v0.50.0
1818
github.com/hashicorp/go-memdb v1.3.4
19+
github.com/imdario/mergo v0.3.16
1920
github.com/incubator4/go-resty-expr v0.1.1
2021
github.com/onsi/ginkgo/v2 v2.22.0
2122
github.com/onsi/gomega v1.36.1
@@ -149,7 +150,6 @@ require (
149150
github.com/hashicorp/golang-lru v1.0.2 // indirect
150151
github.com/hpcloud/tail v1.0.0 // indirect
151152
github.com/huandu/xstrings v1.4.0 // indirect
152-
github.com/imdario/mergo v0.3.16 // indirect
153153
github.com/imkira/go-interpol v1.1.0 // indirect
154154
github.com/inconshreveable/mousetrap v1.1.0 // indirect
155155
github.com/jackc/pgpassfile v1.0.0 // indirect

0 commit comments

Comments
 (0)