From b1a49bb0f3385721bbc42be06c44a6c36e97d7ab Mon Sep 17 00:00:00 2001 From: Gkirito Date: Sun, 14 Apr 2024 09:01:30 +0800 Subject: [PATCH] build(mod): tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cb77a76..9500ff0 100644 --- a/go.mod +++ b/go.mod @@ -33,6 +33,7 @@ require ( github.com/vedhavyas/go-subkey v1.0.2 github.com/xiang-xx/starknet.go v0.0.0-20231228033833-af9632cdf6d6 golang.org/x/crypto v0.18.0 + golang.org/x/exp v0.0.0-20240119083558-1b970713d09a ) require ( @@ -155,7 +156,6 @@ require ( github.com/zondax/ledger-go v0.14.0 // indirect go.etcd.io/bbolt v1.3.7 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect golang.org/x/mod v0.14.0 // indirect golang.org/x/net v0.20.0 // indirect golang.org/x/sync v0.6.0 // indirect