Skip to content

Commit

Permalink
Merge pull request #470 from owasp-noir/dependabot/go_modules/spec/fu…
Browse files Browse the repository at this point in the history
…nctional_test/fixtures/go/beego/github.com/beego/beego/v2-2.3.4

chore(deps): Bump github.com/beego/beego/v2 from 2.2.1 to 2.3.4 in /spec/functional_test/fixtures/go/beego
  • Loading branch information
hahwul authored Dec 23, 2024
2 parents eb76afa + 2389939 commit bc05c29
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion spec/functional_test/fixtures/go/beego/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,23 @@ module github.com/hahwul/test-go-app

go 1.22.2

require github.com/beego/beego/v2 v2.2.1 // indirect
require github.com/beego/beego/v2 v2.3.4

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit bc05c29

Please sign in to comment.