2021-09-27 06:17:36 +00:00
|
|
|
module github.com/IceWhaleTech/CasaOS
|
2021-09-26 02:35:02 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-05-13 10:12:26 +00:00
|
|
|
github.com/Curtis-Milo/nat-type-identifier-go v0.0.0-20220215191915-18d42168c63d
|
2023-01-09 07:16:04 +00:00
|
|
|
github.com/IceWhaleTech/CasaOS-Common v0.4.1-alpha3
|
2022-12-29 23:24:36 +00:00
|
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2022-05-05 05:46:55 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2022-12-29 23:24:36 +00:00
|
|
|
github.com/dsoprea/go-exif/v3 v3.0.0-20221012082141-d21ac8e2de85
|
2022-09-06 06:28:49 +00:00
|
|
|
github.com/gin-contrib/gzip v0.0.6
|
2022-12-29 23:24:36 +00:00
|
|
|
github.com/gin-gonic/gin v1.8.2
|
|
|
|
github.com/glebarez/sqlite v1.6.0
|
|
|
|
github.com/go-ini/ini v1.67.0
|
2022-08-15 03:37:21 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2022-12-29 23:24:36 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/gomodule/redigo v1.8.9
|
2021-09-26 02:35:02 +00:00
|
|
|
github.com/google/go-github/v36 v36.0.0
|
2022-06-08 10:19:45 +00:00
|
|
|
github.com/googollee/go-socket.io v1.6.2
|
2022-11-29 17:17:14 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-08-15 03:37:21 +00:00
|
|
|
github.com/hirochachacha/go-smb2 v1.1.0
|
2022-12-29 23:24:36 +00:00
|
|
|
github.com/klauspost/compress v1.15.13 // indirect
|
2022-06-08 10:19:45 +00:00
|
|
|
github.com/mholt/archiver/v3 v3.5.1
|
2021-10-29 10:37:27 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-09-26 02:35:02 +00:00
|
|
|
github.com/robfig/cron v1.2.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2022-12-29 23:24:36 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.11
|
|
|
|
github.com/stretchr/testify v1.8.1
|
|
|
|
github.com/tidwall/gjson v1.14.4
|
|
|
|
go.uber.org/zap v1.24.0
|
|
|
|
golang.org/x/crypto v0.4.0
|
|
|
|
golang.org/x/oauth2 v0.3.0
|
|
|
|
gorm.io/gorm v1.24.2
|
2022-12-15 23:31:06 +00:00
|
|
|
gotest.tools v2.2.0+incompatible
|
2021-09-26 02:35:02 +00:00
|
|
|
)
|