mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.7 KiB
Modula-2
43 lines
1.7 KiB
Modula-2
module github.com/gojp/goreportcard
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/alecthomas/gometalinter v1.0.3
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/fzipp/gocyclo v0.3.1
|
|
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
|
|
github.com/prometheus/client_golang v1.14.0
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
|
|
honnef.co/go/tools v0.1.3
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/DataDog/zstd v1.4.8 // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgraph-io/ristretto v0.0.3 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
golang.org/x/net v0.38.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
|
|
)
|