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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 25, 2023
1 parent 54edfd1 commit 43d2c76
Show file tree
Hide file tree
Showing 2 changed files with 1,314 additions and 63 deletions.
63 changes: 47 additions & 16 deletions go.mod
Expand Up @@ -4,27 +4,58 @@ go 1.13

require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
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/ajg/form v1.5.1 // indirect
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/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.42.0
github.com/gogf/gf v1.16.9
github.com/gogf/gf/v2 v2.3.2
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/imkira/go-interpol v1.1.0 // indirect
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.1.8
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/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
golang.org/x/text v0.3.2
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.1
github.com/tdewolff/minify/v2 v2.12.4
github.com/teambition/gear v1.27.0
github.com/valyala/fasthttp v1.44.0
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.6.0
golang.org/x/text v0.7.0
gopkg.in/ini.v1 v1.62.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0
xorm.io/xorm v1.0.2
)

0 comments on commit 43d2c76

Please sign in to comment.