Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump golang.org/x/crypto from 0.0.0-20200221231518-2aa609cf4a9d to 0.1.0 #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 39 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,50 @@ go 1.13

require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/GoAdminGroup/html v0.0.1
github.com/GoAdminGroup/themes v0.0.43
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e
github.com/agiledragon/gomonkey v2.0.2+incompatible
github.com/astaxie/beego v1.12.3
github.com/beego/beego/v2 v2.0.7
github.com/buaazp/fasthttprouter v0.1.1
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.3.0 // indirect
github.com/jawher/mow.cli v1.2.0 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lib/pq v1.3.0
github.com/magiconair/properties v1.8.1
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gin-gonic/gin v1.9.0
github.com/go-chi/chi v1.5.4
github.com/go-sql-driver/mysql v1.7.0
github.com/gobuffalo/buffalo v1.1.0
github.com/gobuffalo/packr/v2 v2.8.3 // indirect
github.com/gofiber/fiber/v2 v2.43.0
github.com/gogf/gf v1.16.9
github.com/gogf/gf/v2 v2.3.3
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/jawher/mow.cli v1.2.0
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.2.0
github.com/labstack/echo/v4 v4.10.2
github.com/lib/pq v1.10.5
github.com/magiconair/properties v1.8.6
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/moul/http2curl v1.0.0 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/schollz/progressbar v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tdewolff/minify/v2 v2.12.4 // indirect
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
golang.org/x/text v0.3.3
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/ini.v1 v1.51.0
gopkg.in/yaml.v2 v2.2.8
github.com/schollz/progressbar v1.0.0
github.com/sclevine/agouti v3.0.0+incompatible
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/stretchr/testify v1.8.2
github.com/tdewolff/minify/v2 v2.12.4
github.com/teambition/gear v1.27.0
github.com/valyala/fasthttp v1.45.0
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.7.0
golang.org/x/text v0.8.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0
xorm.io/xorm v1.0.2
)
Loading