73 lines
2.8 KiB
Modula-2
73 lines
2.8 KiB
Modula-2
module tests
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
apigo.cc/ai/llm v0.0.1
|
|
apigo.cc/gojs v0.0.2
|
|
apigo.cc/gojs/client v0.0.0-20241013151255-35c2a0f3cf99
|
|
apigo.cc/gojs/console v0.0.1
|
|
apigo.cc/gojs/db v0.0.1
|
|
apigo.cc/gojs/file v0.0.1
|
|
apigo.cc/gojs/http v0.0.3
|
|
apigo.cc/gojs/log v0.0.1
|
|
apigo.cc/gojs/service v0.0.1
|
|
apigo.cc/gojs/util v0.0.2
|
|
github.com/ssgo/log v1.7.7
|
|
github.com/ssgo/s v1.7.17
|
|
github.com/ssgo/u v1.7.9
|
|
modernc.org/sqlite v1.33.1
|
|
)
|
|
|
|
require (
|
|
apigo.cc/apigo/gojs v0.1.1 // indirect
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-resty/resty/v2 v2.15.2 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/gomodule/redigo v1.9.2 // indirect
|
|
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/sashabaranov/go-openai v1.32.0 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/ssgo/config v1.7.7 // indirect
|
|
github.com/ssgo/dao v0.1.5 // indirect
|
|
github.com/ssgo/db v1.7.9 // indirect
|
|
github.com/ssgo/discover v1.7.9 // indirect
|
|
github.com/ssgo/httpclient v1.7.8 // indirect
|
|
github.com/ssgo/redis v1.7.7 // indirect
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
github.com/ssgo/tool v0.4.27 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.8.0 // indirect
|
|
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6 // indirect
|
|
github.com/yankeguo/zhipu v0.1.2 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
|
modernc.org/libc v1.55.3 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|
|
|
|
replace apigo.cc/gojs v0.0.2 => ../../../gojs/gojs
|