From 2b02c8716c9c788a7853eddbd47420e52c70f3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:48:25 +0000 Subject: [PATCH] Bump github.com/astaxie/beego from 1.10.1 to 1.12.2 in /go/beego Bumps [github.com/astaxie/beego](https://github.com/astaxie/beego) from 1.10.1 to 1.12.2. - [Release notes](https://github.com/astaxie/beego/releases) - [Commits](https://github.com/astaxie/beego/compare/v1.10.1...v1.12.2) --- updated-dependencies: - dependency-name: github.com/astaxie/beego dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go/beego/go.mod | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/go/beego/go.mod b/go/beego/go.mod index 945ebd0dde3..9f2636b2a53 100644 --- a/go/beego/go.mod +++ b/go/beego/go.mod @@ -1,3 +1,22 @@ module main -require github.com/astaxie/beego v1.10.1 +require github.com/astaxie/beego v1.12.2 + +require ( + github.com/beorn7/perks v1.0.1 // indirect + github.com/cespare/xxhash/v2 v2.1.1 // indirect + github.com/golang/protobuf v1.4.2 // indirect + github.com/hashicorp/golang-lru v0.5.4 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect + github.com/prometheus/client_golang v1.7.0 // indirect + github.com/prometheus/client_model v0.2.0 // indirect + github.com/prometheus/common v0.10.0 // indirect + github.com/prometheus/procfs v0.1.3 // indirect + github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect + golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect + golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect + golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect + golang.org/x/text v0.3.0 // indirect + google.golang.org/protobuf v1.23.0 // indirect + gopkg.in/yaml.v2 v2.2.8 // indirect +)