Skip to content

Commit

Permalink
build(deps): bump golang.org/x/crypto
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200221231518-2aa609cf4a9d to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 6, 2023
1 parent e21f811 commit 5b8c099
Show file tree
Hide file tree
Showing 2 changed files with 1,372 additions and 77 deletions.
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

0 comments on commit 5b8c099

Please sign in to comment.