aboutsummaryrefslogtreecommitdiff
path: root/hotline/transaction_handlers.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-31 11:55:47 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-31 11:55:47 -0700
commit0197c3f5f7ac92d83711d28739670cba2e018701 (patch)
tree8e9a4d77f785329b30fd8ec4c90ca8e473677c3b /hotline/transaction_handlers.go
parent3a6449909263128b8d7e60194031db0eff81b3f2 (diff)
Update dependencies
Diffstat (limited to 'hotline/transaction_handlers.go')
-rw-r--r--hotline/transaction_handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/transaction_handlers.go b/hotline/transaction_handlers.go
index ba2512e..745cb40 100644
--- a/hotline/transaction_handlers.go
+++ b/hotline/transaction_handlers.go
@@ -5,7 +5,7 @@ import (
"encoding/binary"
"errors"
"fmt"
- "gopkg.in/yaml.v2"
+ "gopkg.in/yaml.v3"
"io/ioutil"
"math/big"
"os"