Skip to content

Commit 32be597

Browse files
authored
client: add go.mod (#63)
1 parent 4aa5c30 commit 32be597

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

clients/go/lanyard/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/contextwtf/lanyard/clients/go/lanyard
2+
3+
go 1.19
4+
5+
require (
6+
github.com/ethereum/go-ethereum v1.10.23
7+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
8+
)

clients/go/lanyard/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/ethereum/go-ethereum v1.10.23 h1:Xk8XAT4/UuqcjMLIMF+7imjkg32kfVFKoeyQDaO2yWM=
2+
github.com/ethereum/go-ethereum v1.10.23/go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg=
3+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0=
4+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=

0 commit comments

Comments
 (0)