summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnjan Nath <kaludios@gmail.com>2022-06-05 21:59:22 +0530
committerAnjan Nath <kaludios@gmail.com>2022-06-05 21:59:22 +0530
commit6cbd02e9c6b60e002b3f479ce118ab349af956db (patch)
tree442e2bb90531e9bb5248c51b370ca380de4aa3a8 /go.mod
parenta331e62372bca184e6106b86bf090b8cb009fe23 (diff)
update go.mod by running go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 0 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 8ac538e..936b8c7 100644
--- a/go.mod
+++ b/go.mod
@@ -21,10 +21,6 @@ require (
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
- golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd // indirect
- golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
- golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098 // indirect
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)