mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-08 22:23:16 +00:00
63 lines
2.6 KiB
Modula-2
63 lines
2.6 KiB
Modula-2
module github.com/abc950309/tapewriter
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/abc950309/acp v0.0.0-20221213100222-6351045e0f95
|
|
github.com/aws/aws-sdk-go v1.44.118
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/deckarep/golang-set/v2 v2.1.0
|
|
github.com/gin-contrib/cors v1.4.0
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
gorm.io/driver/mysql v1.3.6
|
|
gorm.io/driver/sqlite v1.3.6
|
|
gorm.io/gorm v1.23.8
|
|
)
|
|
|
|
require (
|
|
github.com/apache/thrift v0.17.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/improbable-eng/grpc-web v0.15.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.11.7 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.2 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.12 // indirect
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/rs/cors v1.7.0 // indirect
|
|
github.com/schollz/progressbar/v3 v3.12.2 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/term v0.3.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 // indirect
|
|
google.golang.org/grpc v1.51.0 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
nhooyr.io/websocket v1.8.6 // indirect
|
|
)
|