103 lines
4.0 KiB
Modula-2
103 lines
4.0 KiB
Modula-2
module joylink.club/bj-rtsts-server
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/appleboy/gin-jwt/v2 v2.9.1
|
|
github.com/eclipse/paho.golang v0.12.0
|
|
github.com/gin-contrib/cors v1.4.0
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/google/uuid v1.4.0
|
|
github.com/sagikazarmark/slog-shim v0.1.0
|
|
github.com/spf13/viper v1.18.1
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/swaggo/files v1.0.1
|
|
github.com/swaggo/swag v1.16.1
|
|
gorm.io/driver/mysql v1.5.1
|
|
gorm.io/gen v0.3.23
|
|
gorm.io/gorm v1.25.2
|
|
gorm.io/plugin/dbresolver v1.3.0
|
|
joylink.club/ecs v0.0.1
|
|
joylink.club/iot v0.0.1
|
|
joylink.club/rtsssimulation v0.0.1
|
|
)
|
|
|
|
replace joylink.club/rtsssimulation => ./rtss_simulation
|
|
|
|
replace joylink.club/ecs => ./rtss_simulation/jl-ecs-go
|
|
|
|
replace joylink.club/iot => ./jl-iot
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/spec v0.20.9 // indirect
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/goburrow/serial v0.1.0 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/simonvetter/modbus v1.6.0 // indirect
|
|
github.com/snksoft/crc v1.1.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/yohamta/donburi v1.3.9 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/sync v0.5.0 // indirect
|
|
golang.org/x/tools v0.13.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
gorm.io/datatypes v1.1.1-0.20230130040222-c43177d3cf8c // indirect
|
|
gorm.io/hints v1.1.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.9.1 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.14.0 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
|
|
github.com/samber/slog-gin v1.1.0
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/swaggo/gin-swagger v1.6.0
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
golang.org/x/arch v0.3.0 // indirect
|
|
golang.org/x/crypto v0.16.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.32.0
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|