mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-04 08:02:30 +08:00
14 lines
392 B
Modula-2
14 lines
392 B
Modula-2
module github.com/halfrost/LeetCode-Go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/mozillazg/request v0.8.0
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
)
|