Skip to content

Commit

Permalink
client: add go.mod (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji authored Aug 30, 2022
1 parent 4aa5c30 commit 32be597
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clients/go/lanyard/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/contextwtf/lanyard/clients/go/lanyard

go 1.19

require (
github.com/ethereum/go-ethereum v1.10.23
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
)
4 changes: 4 additions & 0 deletions clients/go/lanyard/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/ethereum/go-ethereum v1.10.23 h1:Xk8XAT4/UuqcjMLIMF+7imjkg32kfVFKoeyQDaO2yWM=
github.com/ethereum/go-ethereum v1.10.23/go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg=
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0=
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=

1 comment on commit 32be597

@vercel
Copy link

@vercel vercel bot commented on 32be597 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lanyard – ./

lanyard.context.wtf
allowlist.context.wtf
lanyard-git-main.context.wtf

Please sign in to comment.