57 lines
2.3 KiB
Modula-2
57 lines
2.3 KiB
Modula-2
module oasis
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.7.0
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/containerd/containerd v1.5.2
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/docker/docker v20.10.7+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/forease/gotld v0.0.0-20190808124948-c50ff635576b
|
|
github.com/gin-contrib/gzip v0.0.2 // indirect
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-ini/ini v1.62.0
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
|
github.com/go-openapi/spec v0.20.3 // indirect
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
github.com/go-playground/validator/v10 v10.6.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gomodule/redigo v1.8.5
|
|
github.com/google/go-github/v36 v36.0.0
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jinzhu/copier v0.3.2
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prestonTao/upnp v0.0.0-20150206124352-f4370df5e109
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil/v3 v3.21.5
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/tidwall/gjson v1.8.0
|
|
github.com/tklauser/go-sysconf v0.3.6 // indirect
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
|
|
golang.org/x/tools v0.1.3 // indirect
|
|
google.golang.org/grpc v1.39.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gorm.io/driver/mysql v1.1.1 // indirect
|
|
gorm.io/driver/sqlite v1.1.5
|
|
gorm.io/gorm v1.21.15
|
|
src.techknowlogick.com/xgo v1.4.1-0.20210909190026-ce016894db20 // indirect
|
|
)
|