From f1e676a14fe03e35df4b4e4a8768cfb12e703145 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 22 Apr 2024 21:05:01 +0800 Subject: [PATCH] go mod tidy --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c39ac846..b0dd4215 100644 --- a/go.mod +++ b/go.mod @@ -6,10 +6,13 @@ require ( github.com/aykevl/go-wasm v0.0.1 github.com/goplus/gogen v1.15.2 github.com/goplus/gop v1.2.6 - github.com/goplus/mod v0.13.10 github.com/goplus/llvm v0.7.1 + github.com/goplus/mod v0.13.10 github.com/qiniu/x v1.13.10 golang.org/x/tools v0.20.0 ) -require golang.org/x/mod v0.17.0 // indirect +require ( + golang.org/x/mod v0.17.0 // indirect + golang.org/x/sync v0.7.0 // indirect +)