40 lines
1.5 KiB
AMPL
40 lines
1.5 KiB
AMPL
module PPGo_Job
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
github.com/george518/PPGo_Job v2.8.0+incompatible
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/linxiaozhi/go-telnet v0.0.0-20190217183315-a500ff0c2efc
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/crypto v0.53.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
|
github.com/klauspost/compress v1.18.6 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.12.3 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/client_golang v1.23.2 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.67.5 // indirect
|
|
github.com/prometheus/procfs v0.20.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/shiena/ansicolor v0.0.0-20230509054315-a9deabde6e02 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.4 // indirect
|
|
golang.org/x/net v0.56.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
golang.org/x/text v0.38.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|