From cffe6bd45058ccc0bb939588f356edb73e1d8798 Mon Sep 17 00:00:00 2001 From: StarPro Date: Wed, 2 Oct 2024 14:59:47 +0800 Subject: [PATCH] version --- go.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index e78a8c7..0243e1a 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ -module textin +module apigo.cc/ai/textin -go 1.23.1 +go 1.18 require ( - apigo.cc/apigo/gojs v0.1.0 + apigo.cc/apigo/gojs v0.1.1 github.com/ssgo/config v1.7.7 github.com/ssgo/httpclient v1.7.7 github.com/ssgo/u v1.7.7 @@ -15,10 +15,10 @@ require ( github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect github.com/go-sql-driver/mysql v1.8.1 // indirect - github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d // indirect - github.com/mitchellh/mapstructure v1.4.1 // indirect - github.com/ssgo/dao v0.1.4 // indirect - github.com/ssgo/db v1.7.8 // indirect + github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect + github.com/mitchellh/mapstructure v1.5.0 // indirect + github.com/ssgo/dao v0.1.5 // indirect + github.com/ssgo/db v1.7.9 // indirect github.com/ssgo/log v1.7.7 // indirect github.com/ssgo/standard v1.7.7 // indirect github.com/ssgo/tool v0.4.27 // indirect