mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-04 08:02:30 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220909164309-bea034e7d591 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
1.0 KiB
Modula-2
31 lines
1.0 KiB
Modula-2
module github.com/halfrost/LeetCode-Go
|
|
|
|
go 1.19
|
|
|
|
replace github.com/halfrost/LeetCode-Go/structures => ./structures
|
|
|
|
replace github.com/halfrost/LeetCode-Go/template => ./template
|
|
|
|
replace github.com/halfrost/LeetCode-Go/ctl/util => ./ctl/util
|
|
|
|
replace github.com/halfrost/LeetCode-Go/ctl/models => ./ctl/models
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.0
|
|
github.com/halfrost/LeetCode-Go/ctl/models v0.0.0-20220910225043-e3bb5aff34d0
|
|
github.com/halfrost/LeetCode-Go/ctl/util v0.0.0-20220910225043-e3bb5aff34d0
|
|
github.com/halfrost/LeetCode-Go/structures v0.0.0-20220910233101-aa0e2c897b18
|
|
github.com/halfrost/LeetCode-Go/template v0.0.0-20220910233504-e2a72e6212ce
|
|
github.com/mozillazg/request v0.8.0
|
|
github.com/spf13/cobra v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
)
|