mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-19 17:15:36 +07:00
48 lines
1.9 KiB
Modula-2
48 lines
1.9 KiB
Modula-2
module github.com/IceWhaleTech/CasaOS-UserService
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/IceWhaleTech/CasaOS-Common v0.0.0-20220804224534-081d69c201cc
|
|
github.com/IceWhaleTech/CasaOS-Gateway v0.0.0-20220804231126-285796241a3b
|
|
github.com/gin-contrib/gzip v0.0.6
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/tidwall/gjson v1.14.1
|
|
go.uber.org/zap v1.21.0
|
|
gopkg.in/ini.v1 v1.66.6
|
|
gorm.io/driver/sqlite v1.3.6
|
|
gorm.io/gorm v1.23.8
|
|
)
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.3.0 // 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.11.0 // indirect
|
|
github.com/goccy/go-json v0.9.10 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.14 // 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.2 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/net v0.0.0-20220726230323-06994584191e // indirect
|
|
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|