From 47485525c9ddb01388fb6cc5db4ce8cc28281fe9 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 23 Jul 2024 13:38:25 -0700 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a876d056f..4ccf8b8bf 100644 --- a/go.mod +++ b/go.mod @@ -16,8 +16,8 @@ require ( github.com/mattn/go-sqlite3 v1.14.22 github.com/mitchellh/mapstructure v1.5.0 github.com/sawka/txwrap v0.2.0 - github.com/wavetermdev/htmltoken v0.1.0 github.com/spf13/cobra v1.8.1 + github.com/wavetermdev/htmltoken v0.1.0 github.com/wavetermdev/waveterm/wavesrv v0.0.0-20240508181017-d07068c09d94 golang.org/x/crypto v0.25.0 golang.org/x/term v0.22.0