6 Star 16 Fork 6

easysoft / zentaoatf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
aaronchen2k 提交于 2023-01-09 15:19 . fix issues
module github.com/easysoft/zentaoatf
go 1.16
require (
github.com/Joker/hpp v1.0.0 // indirect
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/emirpasic/gods v1.12.0
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.4
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/go-playground/validator/v10 v10.9.0
github.com/go-redis/redis/v8 v8.11.3
github.com/gofrs/uuid v4.2.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
github.com/jameskeane/bcrypt v0.0.0-20120420032655-c3cd44c1e20f
github.com/jinzhu/copier v0.3.5
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha3
github.com/kataras/neffos v0.0.18
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/mattn/go-runewidth v0.0.13
github.com/mholt/archiver/v3 v3.5.0
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/nats-io/nats-server/v2 v2.7.2 // indirect
github.com/otiai10/copy v1.7.0
github.com/ozontech/allure-go/pkg/framework v0.6.18
github.com/playwright-community/playwright-go v0.2000.1
github.com/robfig/cron/v3 v3.0.1
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/snowlyg/helper v0.0.0-20210919081922-08e1fd247338
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.8.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.21.0
golang.org/x/text v0.3.7
gopkg.in/ini.v1 v1.63.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/sqlite v1.2.6
gorm.io/gorm v1.22.3
gorm.io/plugin/dbresolver v1.1.0
)
Go
1
https://gitee.com/wwccss/zentaoatf.git
git@gitee.com:wwccss/zentaoatf.git
wwccss
zentaoatf
zentaoatf
main

搜索帮助