Skip to content

Commit 2da65f3

Browse files
authored
Merge pull request #93 from hongyanwang/master
update go mod
2 parents 38e5760 + 39e54eb commit 2da65f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dai/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/PaddlePaddle/PaddleDTX/dai
33
go 1.16
44

55
require (
6-
github.com/PaddlePaddle/PaddleDTX/crypto v0.0.0-20220524015532-4fc7a22aac82
6+
github.com/PaddlePaddle/PaddleDTX/crypto v0.0.0-20220530022639-38e5760b0bd9
77
github.com/PaddlePaddle/PaddleDTX/xdb v0.0.0-20220524015532-4fc7a22aac82
88
github.com/cjqpker/slidewindow v1.0.2
99
github.com/docker/docker v1.4.2-0.20191101170500-ac7306503d23

xdb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.13
44

55
require (
66
github.com/Joker/hpp v1.0.0 // indirect
7-
github.com/PaddlePaddle/PaddleDTX/crypto v0.0.0-20220216090232-3a7c4dd2aaa0
7+
github.com/PaddlePaddle/PaddleDTX/crypto v0.0.0-20220530022639-38e5760b0bd9
88
github.com/Shopify/sarama v1.30.0 // indirect
99
github.com/cjqpker/slidewindow v1.0.2
1010
github.com/google/go-querystring v1.1.0 // indirect

0 commit comments

Comments
 (0)