From 16a56ef29d1a5db62e4c0980a517d04e1292fdc2 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Sat, 7 Sep 2024 18:09:55 +0300 Subject: [PATCH] add go-vise --- go.mod | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index de33912..e2aff05 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,24 @@ module git.grassecon.net/urdt/ussd go 1.22.6 -require github.com/stretchr/testify v1.9.0 // indirect +require ( + github.com/alecthomas/participle/v2 v2.0.0 // indirect + github.com/alecthomas/repr v0.2.0 // indirect + github.com/barbashov/iso639-3 v0.0.0-20211020172741-1f4ffb2d8d1c // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/fxamacker/cbor/v2 v2.4.0 // indirect + github.com/graygnuorg/go-gdbm v0.0.0-20220711140707-71387d66dce4 // indirect + github.com/hexops/gotextdiff v1.0.3 // indirect + github.com/mattn/kinako v0.0.0-20170717041458-332c0a7e205a // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/objx v0.5.2 // indirect + github.com/stretchr/testify v1.9.0 + github.com/x448/float16 v0.8.4 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +) + +require ( + git.defalsify.org/vise.git v0.1.0-rc.1.0.20240906020635-400f69d01a89 + github.com/alecthomas/assert/v2 v2.2.2 + gopkg.in/leonelquinteros/gotext.v1 v1.3.1 +)