forked from IceWhaleTech/CasaOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up some unnecessary dependencies, logics, and linter warnings (I…
…ceWhaleTech#963) Signed-off-by: Tiger Wang <[email protected]>
- Loading branch information
Showing
15 changed files
with
267 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,131 +1,133 @@ | ||
module github.com/IceWhaleTech/CasaOS | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/Curtis-Milo/nat-type-identifier-go v0.0.0-20220215191915-18d42168c63d | ||
github.com/IceWhaleTech/CasaOS-Common v0.4.2-alpha3 | ||
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf | ||
github.com/deckarep/golang-set/v2 v2.1.0 | ||
github.com/deckarep/golang-set/v2 v2.3.0 | ||
github.com/deepmap/oapi-codegen v1.12.4 | ||
github.com/disintegration/imaging v1.6.2 | ||
github.com/docker/docker v23.0.1+incompatible | ||
github.com/dsoprea/go-exif/v3 v3.0.0-20221012082141-d21ac8e2de85 | ||
github.com/getkin/kin-openapi v0.113.0 | ||
github.com/getkin/kin-openapi v0.115.0 | ||
github.com/gin-contrib/gzip v0.0.6 | ||
github.com/gin-gonic/gin v1.8.2 | ||
github.com/glebarez/sqlite v1.6.0 | ||
github.com/gin-gonic/gin v1.9.0 | ||
github.com/glebarez/sqlite v1.7.0 | ||
github.com/go-ini/ini v1.67.0 | ||
github.com/go-resty/resty/v2 v2.7.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/gomodule/redigo v1.8.9 | ||
github.com/google/go-github/v36 v36.0.0 | ||
github.com/googollee/go-socket.io v1.6.2 | ||
github.com/googollee/go-socket.io v1.7.0 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/h2non/filetype v1.1.3 | ||
github.com/hirochachacha/go-smb2 v1.1.0 | ||
github.com/json-iterator/go v1.1.12 | ||
github.com/labstack/echo/v4 v4.10.0 | ||
github.com/labstack/echo/v4 v4.10.2 | ||
github.com/maruel/natural v1.1.0 | ||
github.com/mholt/archiver/v3 v3.5.1 | ||
github.com/mileusna/useragent v1.2.1 | ||
github.com/moby/sys/mount v0.3.3 | ||
github.com/moby/sys/mountinfo v0.6.2 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/pkg/errors v0.9.1 | ||
github.com/robfig/cron v1.2.0 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/shirou/gopsutil/v3 v3.22.11 | ||
github.com/shirou/gopsutil/v3 v3.23.2 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/tidwall/gjson v1.14.4 | ||
go.uber.org/goleak v1.2.1 | ||
go.uber.org/zap v1.24.0 | ||
golang.org/x/crypto v0.5.0 | ||
golang.org/x/oauth2 v0.3.0 | ||
golang.org/x/crypto v0.7.0 | ||
golang.org/x/oauth2 v0.6.0 | ||
golang.org/x/sync v0.1.0 | ||
gorm.io/gorm v1.24.3 | ||
gorm.io/gorm v1.24.6 | ||
gotest.tools v2.2.0+incompatible | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.1 // indirect | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect | ||
github.com/benbjohnson/clock v1.3.0 // indirect | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/bytedance/sonic v1.8.5 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect | ||
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect | ||
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/geoffgarside/ber v1.1.0 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/glebarez/go-sqlite v1.20.0 // indirect | ||
github.com/glebarez/go-sqlite v1.21.0 // indirect | ||
github.com/go-errors/errors v1.4.2 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/swag v0.21.1 // 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.1 // indirect | ||
github.com/goccy/go-json v0.9.11 // indirect | ||
github.com/godbus/dbus/v5 v5.0.4 // indirect | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
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.11.2 // indirect | ||
github.com/goccy/go-json v0.10.1 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/gofrs/uuid v4.4.0+incompatible // indirect | ||
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/invopop/yaml v0.1.0 // indirect | ||
github.com/invopop/yaml v0.2.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/klauspost/compress v1.15.13 // indirect | ||
github.com/klauspost/compress v1.16.3 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.4 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/labstack/gommon v0.4.0 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect | ||
github.com/leodido/go-urn v1.2.2 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect | ||
github.com/nwaples/rardecode v1.1.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.6 // indirect | ||
github.com/nwaples/rardecode v1.1.3 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.7 // indirect | ||
github.com/perimeterx/marshmallow v1.1.4 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.17 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/tklauser/go-sysconf v0.3.11 // indirect | ||
github.com/tklauser/numcpus v0.6.0 // indirect | ||
github.com/ugorji/go/codec v1.2.7 // indirect | ||
github.com/ulikunitz/xz v0.5.9 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.2 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
golang.org/x/time v0.2.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/arch v0.3.0 // indirect | ||
golang.org/x/image v0.6.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
modernc.org/libc v1.21.5 // indirect | ||
modernc.org/libc v1.22.3 // indirect | ||
modernc.org/mathutil v1.5.0 // indirect | ||
modernc.org/memory v1.4.0 // indirect | ||
modernc.org/sqlite v1.20.0 // indirect | ||
modernc.org/memory v1.5.0 // indirect | ||
modernc.org/sqlite v1.21.0 // indirect | ||
) |
Oops, something went wrong.